[CMake] RVDS and CMake

Alexander Neundorf a.neundorf-work at gmx.net
Tue Nov 13 12:14:52 EST 2007


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.

Alex


More information about the CMake mailing list