[LLVMdev] LLVM CVS Build Broken + one line fix

Chris Lattner sabre at nondot.org
Sun Mar 20 17:45:10 PST 2005


On Sun, 20 Mar 2005, Evan Jones wrote:

> The current LLVM CVS HEAD does not build for me (RedHat 9). The issue is a 
> one line fix. The file "include/llvm/ADT/EquivalenceClasses.h" needs to 
> include <stdint.h> in order to get the typedef for "intptr_t." If anyone 
> wants me to make a patch for this, let me know. The build error that this 
> solves is:

Fixed, thanks!

-Chris

> llvm[3]: Compiling DataStructure.cpp for Debug build
> In file included from 
> /home/ejones/llvm/llvm3/include/llvm/Analysis/DataStructure/DSGraph.h:20,
>                 from 
> /home/ejones/llvm/llvm3/include/llvm/Analysis/DataStructure/ 
> DSGraphTraits.h:19,
>                 from DataStructure.cpp:14:
> /home/ejones/llvm/llvm3/include/llvm/ADT/EquivalenceClasses.h: In constructor
>   `llvm::EquivalenceClasses<ElemTy>::ECValue::ECValue(const ElemTy&)':
> /home/ejones/llvm/llvm3/include/llvm/ADT/EquivalenceClasses.h:72: parse error
>   before `;' token
>
>
> Evan Jones
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
> http://mail.cs.uiuc.edu/mailman/listinfo/llvmdev
>

-Chris

-- 
http://nondot.org/sabre/
http://llvm.cs.uiuc.edu/




More information about the llvm-dev mailing list