Re: [CMake] Cmake 2.8.1 error

2010-04-20 Thread Alexander Neundorf
On Tuesday 20 April 2010, 罗勇刚 wrote: > Patch for reserving spaces in predefined macros. How did you create this patch ? Looks very weird here: ÿþd i f f - - g i t a / M o d u l e s / C M a k e F i n d E c l i p s e C D T 4 . c m a k e b / M o d u l e s / C M a k e F i n d E c l i p s e C

Re: [CMake] Cmake 2.8.1 error

2010-04-20 Thread Alexander Neundorf
On Tuesday 20 April 2010, 罗勇刚 wrote: > Well, can you give me the right to commit? No, I can't, I don't have the access to these parts to do that. > Then I can commit a series of patches. or it's to noise. You could get a login at http://gitorious.org, create a clone of the cmake project, push y

Re: [CMake] Cmake 2.8.1 error

2010-04-19 Thread Yonggang Luo
Patch for reserving spaces in predefined macros. -- 此致 礼 罗勇刚 Yours sincerely, Yonggang Luo ForReservingSpacesInMacrosForCDT4.patch Description: Binary data ___ Powered by www.kitware.com Visit other Kitware open-source projects at http:/

Re: [CMake] Cmake 2.8.1 error

2010-04-19 Thread Alexander Neundorf
On Monday 19 April 2010, 罗勇刚 wrote: > My problems is once calling MinGW on eclipse, I wont' set the the PATH > in the host environment, but set it by using the .bat files, but once > generate eclipse project files, > the path information is lost:) > > > Also the eclipse can't generate the Predefine

Re: [CMake] Cmake 2.8.1 error

2010-04-18 Thread Alexander Neundorf
On Saturday 17 April 2010, 罗勇刚 wrote: > I am afraid I have solve the problem by modify the source code of cmake. > So, CMake can set env vars. > Just didn't do that. > I have already if cdt is using Intel compiler it's will add the PATH > env to eclipse build system. When using the Intel compiler,

Re: [CMake] Cmake 2.8.1 error

2010-04-17 Thread Yumin Yuan
Hi Yonggang, Again, it is still not clear what you are trying to do, and what's the problem you are experiencing with CMake. We have a few folks at Kitware using Eclipse build system, so if you clearly identify the problem, we can certainly help you out. As you can see, the CMake mailing list is v

Re: [CMake] Cmake 2.8.1 error

2010-04-16 Thread Yonggang Luo
I am afraid I have solve the problem by modify the source code of cmake. So, CMake can set env vars. Just didn't do that. I have already if cdt is using Intel compiler it's will add the PATH env to eclipse build system. And also I found the eclipse target is a little old so make strange actions s

Re: [CMake] Cmake 2.8.1 error

2010-04-16 Thread Bill Hoffman
罗勇刚(Yonggang Luo) wrote: Because of not pollute the system environment variables. so I was using batch files to set the PATH env variable, and also other variable. But One problem appeared, because once I was using cmake -G "Eclipse CDT4 - MinGW Makefiles" src to generate eclipse project files,

Re: [CMake] Cmake 2.8.1 error

2010-04-16 Thread David Cole
Yes, we hear. There did not seem to be a question in your original post... Is your problem at cmake configure time, build time, or run time? What is the error message you get? If you need to run your configure, build or test phases with a certain environment to get things to work, then that's u

Re: [CMake] Cmake 2.8.1 error

2010-04-16 Thread Yonggang Luo
IS there anyone hear the words? ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ

[CMake] Cmake 2.8.1 error

2010-04-16 Thread Yonggang Luo
Because of not pollute the system environment variables. so I was using batch files to set the PATH env variable, and also other variable. But One problem appeared, because once I was using cmake -G "Eclipse CDT4 - MinGW Makefiles" src to generate eclipse project files, I can't build the project b