Problems building cmake cvs with mingw

Brad King brad.king at kitware.com
Tue Jan 31 23:16:53 CET 2006


Albert Astals Cid wrote:
> Well, i tried that before but it was looking for cl instead of for mingw
> 
>  $ cmake ../kdelibs
>  -- Check for working C compiler: cl
>  -- Check for working C compiler: cl -- broken
>  The C compiler "cl" is not able to compile a simple test program.
>  It fails with the following output:
> 
>  CMaile will not be able to correctly generate thsi prohject.
>  -- Configuring done
> 
> is there a way to tell it to it i want to use mingw?

CC=ming32-gcc CXX=mingw32-g++ cmake ../kdelibs

-Brad


More information about the Kde-buildsystem mailing list