[CMake] RVDS and CMake
Bill Hoffman
bill.hoffman at kitware.com
Tue Nov 13 12:41:36 EST 2007
Alexander Neundorf wrote:
> On Tuesday 13 November 2007, Luis Ramirez wrote:
>> I'm running with cmake release 2.4.7 according with:
>>
>> http://www.kwwidgets.org/Wiki/CMake_Cross_Compiling
>>
>> Basically it said that cross compilers are supported from 2.6.0 (not yet
>> released).
>>
>> The compilation with cross compilers is not supported in my current
>> version. I suppose that this could be the main problem, isn't it?
>>
>> Should I work with a development version 2.5.something for the moment or
>> make me my current compilation from the CVS?
>
> Yes, using cmake cvs (which is 2.5.something) should work better.
> But you still may have the problem with the path.
> You can use e.g. mingw make or you can also use the GNU make included here:
> http://unxutils.sourceforge.net/
> They both use windows paths.
>
The key is you don't want to build cmake against the cygwin runtime.
You could use the nightly windows snapshot:
http://www.cmake.org/HTML/Download.html#cvs
-Bill
More information about the CMake
mailing list