Re: [CMake] MinGW broken on Vista

2007-10-25 Thread Gonzalo Garramuño
Brandon Van Every wrote: If you try to run CMakeSetup with MinGW on Windows Vista, and you get a screenful of errors including a line: For vista you *probably* want a 64-bits mingw, not the 32-bits one. Or a cross-compiler that runs on linux. Google is your friend. -- Gonzalo Garramuño

Re: [CMake] MinGW broken on Vista

2007-10-25 Thread Brandon Van Every
On 10/25/07, Gonzalo Garramuño [EMAIL PROTECTED] wrote: Brandon Van Every wrote: If you try to run CMakeSetup with MinGW on Windows Vista, and you get a screenful of errors including a line: For vista you *probably* want a 64-bits mingw, not the 32-bits one. Why would I want a 64-bit MinGW

Re: [CMake] MinGW broken on Vista

2007-10-25 Thread Blair Cruz
unsubscribe On 10/23/07, Brandon Van Every [EMAIL PROTECTED] wrote: If you try to run CMakeSetup with MinGW on Windows Vista, and you get a screenful of errors including a line: gcc.exe: installation problem, cannot exec `cc1': No such file or directory it's not you and it's not CMake.

Re: [CMake] MinGW broken on Vista

2007-10-25 Thread David Cole
On 10/23/07, Brandon Van Every [EMAIL PROTECTED] wrote: If you try to run CMakeSetup with MinGW on Windows Vista, and you get a screenful of errors including a line: gcc.exe: installation problem, cannot exec `cc1': No such file or directory it's not you and it's not CMake. MinGW's gcc

Re: [CMake] MinGW broken on Vista

2007-10-25 Thread Brandon Van Every
On 10/25/07, David Cole [EMAIL PROTECTED] wrote: On 10/23/07, Brandon Van Every [EMAIL PROTECTED] wrote: If you try to run CMakeSetup with MinGW on Windows Vista, and you get a screenful of errors including a line: gcc.exe: installation problem, cannot exec `cc1': No such file or

[CMake] MinGW broken on Vista

2007-10-23 Thread Brandon Van Every
If you try to run CMakeSetup with MinGW on Windows Vista, and you get a screenful of errors including a line: gcc.exe: installation problem, cannot exec `cc1': No such file or directory it's not you and it's not CMake. MinGW's gcc 3.4.5 is fundamentally broken under Vista. I've been chasing