im compiling llvm with visual studio 10. I have used cmake build app. visual studio 10 is complaining about error c2039: 'setjmp' : is not a member of llvm::Intrinsic its line 154, LowerInvoke.cpp any ideas? -- View this message in context: http://old.nabble.com/errors-when-compiling-with-visual-studio-10-tp29427176p29427176.html Sent from the LLVM - Dev mailing list archive at Nabble.com.
also within visual studio, when i compile a window pops up saying that CMake has regenerated 29.sln files. and do i want to reload them? is this normal. what should I do? gafferuk wrote:> > im compiling llvm with visual studio 10. I have used cmake build app. > > visual studio 10 is complaining about error c2039: 'setjmp' : is not a > member of llvm::Intrinsic > its line 154, LowerInvoke.cpp > > any ideas? >-- View this message in context: http://old.nabble.com/errors-when-compiling-with-visual-studio-10-tp29427176p29428525.html Sent from the LLVM - Dev mailing list archive at Nabble.com.
also within visual studio, when i compile a window pops up saying that CMake has regenerated 29.sln files. and do i want to reload them? is this normal. what should I do? gafferuk wrote:> > im compiling llvm with visual studio 10. I have used cmake build app. > > visual studio 10 is complaining about error c2039: 'setjmp' : is not a > member of llvm::Intrinsic > its line 154, LowerInvoke.cpp > > any ideas? >-- View this message in context: http://old.nabble.com/errors-when-compiling-with-visual-studio-10-tp29427176p29428571.html Sent from the LLVM - Dev mailing list archive at Nabble.com.
Dimitry Andric
2010-Aug-13 14:56 UTC
[LLVMdev] errors when compiling with visual studio 10
On 2010-08-13 15:14, gafferuk wrote:> also within visual studio, when i compile a window pops up saying that CMake > has regenerated 29.sln files. and do i want to reload them? is this normal. > what should I do?Yes, this is normal, and is due to limitations of Visual Studio. Just reload the sln files.
gafferuk <gafferuk at gmail.com> writes:> also within visual studio, when i compile a window pops up saying that CMake > has regenerated 29.sln files. and do i want to reload them? is this normal. > what should I do?Click on "Yes".>> im compiling llvm with visual studio 10. I have used cmake build app. >> >> visual studio 10 is complaining about error c2039: 'setjmp' : is not a >> member of llvm::Intrinsic >> its line 154, LowerInvoke.cpp >> >> any ideas?The VS10 build works fine here.
Seemingly Similar Threads
- [LLVMdev] errors when compiling with visual studio 10
- [LLVMdev] errors when compiling with visual studio 10
- [LLVMdev] Problems building LLVM under Visual Studio
- [LLVMdev] LLVM 2.9 64bits on Visual Studio 9
- [LLVMdev] Problems building LLVM under Visual Studio