[LLVMdev] Building 2.9 on WinXP

Vinod Grover vgrover528 at gmail.com
Thu Apr 28 17:28:30 PDT 2011


I was trying to build llvm 2.9 using cmake 2.8 ("Nmake Makefiles" generator)
and VC++ compiler (version 14.00)... I get the following error. I wonder if
anyone has an ideas on hoe I might be able to move past it.
using the same method of building for 2.8 works.

thanks for any pointers..


Linking CXX executable ..\..\bin\tblgen.exe
   Creating library ..\..\lib\tblgen.lib and object ..\..\lib\tblgen.exp
LLVMSupport.lib(Path.cpp.obj) : error LNK2019: unresolved external symbol
"__dec
lspec(dllimport) public: void __thiscall std::exception::_Raise(void)const "
(__
imp_?_Raise at exception@std@@QBEXXZ) referenced in function "public: bool
__thisca
ll llvm::sys::Path::isAbsolute(void)const " (?isAbsolute at Path@sys at llvm
@@QBE_NXZ)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110428/915658aa/attachment.html>


More information about the llvm-dev mailing list