Re: [CMake] problem building llvm with cmake

2012-09-12 Thread william pearson
Hi Bill, Thanks for the quick response. I have done that and the solution compiles properly when I run it manually, but when I click on the .sln file it prompts me to open with c++ or c# which I have installed as well, could this be part of the problem. Regards, Bill On 12 September 2012 1

Re: [CMake] problem building llvm with cmake

2012-09-12 Thread Bill Hoffman
On 9/12/2012 11:39 AM, william pearson wrote: When I look in the directory there are no .sln or proj files. Run cmake with --debug-trycompile, that will leave the .sln files around from the try compile. You can then see what errors you get trying to build them. -- Bill Hoffman Kitware, Inc

[CMake] problem building llvm with cmake

2012-09-12 Thread william pearson
Hi, I have already posted on stackoverflow http://stackoverflow.com/questions/12390957/problems-with-compiling-llvm-on-windows-with-cmake but no help :( I'm trying to compile llvm on windows 7 using these instructions http://llvm.org/docs/GettingStartedVS.html I am using vc++ 2010 express. I hav