Re: [CMake] Visual Studio 10 compiler identification unknown

2013-08-14 Thread Jochen Issing
On 2013-08-06 13:09, Jochen Issing wrote: On 2013-08-06 12:19, Jorge Perez wrote: I have the same problem with Win64 + Visual Studio 2010 professional. It works from command line running cmake from /Visual Studio Command Prompt /but I'm not able to configure using the gui even if I start it

Re: [CMake] Visual Studio 10 compiler identification unknown

2013-08-06 Thread Jorge Perez
I have the same problem with Win64 + Visual Studio 2010 professional. It works from command line running cmake from *Visual Studio Command Prompt *but I'm not able to configure using the gui even if I start it from the VS command prompt.* * ** 2013/8/5 Jochen Issing i...@nesono.com On

Re: [CMake] Visual Studio 10 compiler identification unknown

2013-08-06 Thread Jochen Issing
On 2013-08-06 12:19, Jorge Perez wrote: I have the same problem with Win64 + Visual Studio 2010 professional. It works from command line running cmake from /Visual Studio Command Prompt /but I'm not able to configure using the gui even if I start it from the VS command prompt./ / /That's

Re: [CMake] Visual Studio 10 compiler identification unknown

2013-08-06 Thread Jorge Perez
I had problem with both, without SP1 and with SP1 installed. I'm able to configure with cmake but not with cmake-gui. 2013/8/6 Christoph Cullmann cullm...@absint.com SP1 for Visual Studio 2010 installed? I got problems on my machine with that setup, too, if no SP1 for 2010 installed ;)

Re: [CMake] Visual Studio 10 compiler identification unknown

2013-08-06 Thread Bill Hoffman
On 8/6/2013 7:40 AM, Jorge Perez wrote: I had problem with both, without SP1 and with SP1 installed. I'm able to configure with cmake but not with cmake-gui. It must be an environment thing. You can use cmake and cmake-gui from the exact same shell and one works and the other does not? -Bill

Re: [CMake] Visual Studio 10 compiler identification unknown

2013-08-06 Thread Jorge Perez
Yes, cmake work as expected but cmake-gui does not, it does not identify correctly the C compiler. Both started from de VS command prompt. BTW, I didn't expect run cmake-gui from the command prompt. 2013/8/6 Bill Hoffman bill.hoff...@kitware.com On 8/6/2013 7:40 AM, Jorge Perez wrote: I had

Re: [CMake] Visual Studio 10 compiler identification unknown

2013-08-06 Thread Bill Hoffman
On 8/6/2013 10:03 AM, Jorge Perez wrote: Yes, cmake work as expected but cmake-gui does not, it does not identify correctly the C compiler. Both started from de VS command prompt. BTW, I didn't expect run cmake-gui from the command prompt. What did you mean you did not expect run cmake-gui

Re: [CMake] Visual Studio 10 compiler identification unknown

2013-08-06 Thread Jorge Perez
Sorry, I meant that since this situation (windows 8 + visual studio 2010 profesional + SP1) I had always started cmake-gui from the access at desktop. I suppose it is a problem in my environment but don't know what to fix. The test you suggest did not fail! Then I tried to configure VTK and

Re: [CMake] Visual Studio 10 compiler identification unknown

2013-08-06 Thread Jorge Perez
Configuration of VTK with cmake-gui was ok. Don't know how it was fixed. Does it help if I send the output of the minimal test case? 2013/8/6 Jorge Perez josp.jo...@gmail.com Sorry, I meant that since this situation (windows 8 + visual studio 2010 profesional + SP1) I had always started

Re: [CMake] Visual Studio 10 compiler identification unknown

2013-08-06 Thread Bill Hoffman
On 8/6/2013 11:31 AM, Jorge Perez wrote: Configuration of VTK with cmake-gui was ok. Don't know how it was fixed. Does it help if I send the output of the minimal test case? Sending the output if a case where it is failing will be helpful. -Bill -- Powered by www.kitware.com Please keep

Re: [CMake] Visual Studio 10 compiler identification unknown

2013-08-06 Thread John Drescher
Configuration of VTK with cmake-gui was ok. Don't know how it was fixed. Does it help if I send the output of the minimal test case? I suspect deleting the cache in cmake-gui then running cmake-gui from the windows shortcut will break it again. BTW, I usually run cmake-gui from a visual

[CMake] Visual Studio 10 compiler identification unknown

2013-08-05 Thread iss
Hi All, I hope this is not an old and boring question to you, but I did not find any help in the web to the following problem: I try to create a Visual Studio 10 solution on Windows 8 with having Visual Studio being installed alongside Visual Studio 11. Somehow, cmake does not find the

Re: [CMake] Visual Studio 10 compiler identification unknown

2013-08-05 Thread Sybren A . Stüvel
Hi Jochen, I had the same issue when I ran CMake (the regular one for Windows, so not a Cygwin-build) from a Cygwin prompt. It was caused by the VS compiler not being able to handle two environment variables that only differ in case. In my case there were a tmp and a TMP variable, and it caused

Re: [CMake] Visual Studio 10 compiler identification unknown

2013-08-05 Thread Bill Hoffman
On 8/5/2013 10:32 AM, i...@nesono.com wrote: Hi All, I hope this is not an old and boring question to you, but I did not find any help in the web to the following problem: I try to create a Visual Studio 10 solution on Windows 8 with having Visual Studio being installed alongside Visual Studio

Re: [CMake] Visual Studio 10 compiler identification unknown

2013-08-05 Thread Jochen Issing
Hi, I ran I to this problem before but should have fixed that previously. I have checked for double environment variables, but have found none (I filtered the output of set and saved it sorted as well as sorted and unique but output did not differ) -- jochen On 05.08.2013, at 16:45, Sybren A.

Re: [CMake] Visual Studio 10 compiler identification unknown

2013-08-05 Thread Jochen Issing
On 05.08.2013, at 17:17, Bill Hoffman bill.hoff...@kitware.com wrote: On 8/5/2013 10:32 AM, i...@nesono.com wrote: Hi All, I hope this is not an old and boring question to you, but I did not find any help in the web to the following problem: I try to create a Visual Studio 10 solution on

Re: [CMake] Visual Studio 10 compiler identification unknown

2013-08-05 Thread Jochen Issing
On 05.08.2013, at 17:42, Jochen Issing i...@nesono.com wrote: On 05.08.2013, at 17:17, Bill Hoffman bill.hoff...@kitware.com wrote: On 8/5/2013 10:32 AM, i...@nesono.com wrote: Hi All, I hope this is not an old and boring question to you, but I did not find any help in the web to the