Hi!!
I’m trying to build LLVM with VS 2003 and I get some error messages about missing files, some of the messages are:
c1xx : fatal error C1083: Cannot open source file: ‘\project\llvm\lib\Support\ToolRunner.cpp’: No such file or directory
c:\project\llvm\include\llvm\Support\Compressor.h(53) : error C2039: ‘string’ : is not a member of ‘std’
c:\project\llvm\include\llvm\Intrinsics.h(31) : fatal error C1083: Cannot open include file: ‘llvm/Intrinsics.gen’: No such file or directory
c1xx : fatal error C1083: Cannot open source file: ‘\project\llvm\lib\CodeGen\ValueTypes.cpp’: No such file or directory
I don’t know if I’m missing some requirement or dependency to build LLVM, I will apreciate your help.
Thanks,
Ferenck
Ferenck