help with CMake on win32

Peter Kümmel syntheticpp at gmx.net
Tue Feb 7 19:37:10 CET 2006


Alexander Neundorf wrote:
> On Tuesday 07 February 2006 17:21, Christian Ehrlicher wrote:
>> Brad King schrieb:
> ...
>>> In the case that we are building kdewin32 then the try-compile results
>>> should just be hard-coded to true for the functions provided.  I think
>>> this is what ConfigureChecksWin is supposed to do, but it should be
>>> included BEFORE the checks so that they are not done at all.
>> No, kdewin32 is maybe getting an external lib. So no harcoding please.
>> Can't you simply compile it before configure checks are done? I build it
>> with scons before all other...
>>
>> Christian
> 
> The usual style with cmake, unsermake, autotools etc. is:
> 
> 1) check the system
> 2) build
> 3) install
> 

I also wanna see such a style on windows.
I try to write a CMakefile for kdewin32, which is dependent from
kdelibs, and then it could be handled like the other libs,
libungif, libssl ...

(or use my custom-ugly-ifdefed-poisoned style) :)


Peter




More information about the Kde-buildsystem mailing list