KDEWIN32 library
Peter Kümmel
syntheticpp at gmx.net
Mon Feb 13 18:01:31 CET 2006
Paulo Jorge Guedes wrote:
> Hi,
>
> Currently I have some time and I would like to test kdelibs on Windows.
> I have cygwin and I'm using the last cmake post on kde-core mailing
> list.
> I'm trying with cmake as it seems scons progress is currently a little
> slow.
>
> This is my first contact with the cmake build system so I'm starting
> from zero and appreciate any possible help :)
>
> Right now I'm having this error:
> "Could not find KDEWIN32 library"
>
> Complete output:
>
> -- This is a SVN repository
> -- Using Buildname: Win32-c++
> WARNING: This project requires version: 2.3.3 of cmake.
> You are running version: 2.33
> -- Found Qt-Version 4.0.1
> -- Building kdelibs...
> CYGWIN
> -- Found Qt-Version 4.0.1
> Could not find KDEWIN32 library
> -- Configuring done
>
> Thanks in advance,
> Paulo
Hi Paulo,
build first kdewin32, then kdelibs:
cmake -G"..." ../kdelibs/win
make
make install
rm CMakeCache.txt
cmake -G"..." ../kdelibs
Hope this helps,
Peter
More information about the Kde-buildsystem
mailing list