KDEWIN32 library

Christian Ehrlicher Ch.Ehrlicher at gmx.de
Tue Feb 14 19:50:33 CET 2006


Paulo Jorge Guedes schrieb:
>> -----Original Message-----
>> From: Christian Ehrlicher [mailto:Ch.Ehrlicher at gmx.de]
>> Sent: terça-feira, 14 de Fevereiro de 2006 17:48
>> To: kde-buildsystem at kde.org
>> Cc: Paulo Jorge Guedes
>> Subject: Re: KDEWIN32 library
> 
>> I've fixed it - there was a semicolion missing at the end of
>> gettimeofday() (include/mingw/sys/time.h)
> 
> Bah! I've been looking to that file but I guess I'm assuming this is all beyond my possibilities to fix.
> 
> I can link kdewin32 library now so I'm very happy and I could even almost change my email subject to other topic but I'm afraid cmake doesn't find the newly created library (nor the fresh installed PCRE):
> 
> -- This is a SVN repository
> -- Using Buildname: Win32-mingw32-make
> WARNING: This project requires version: 2.3.3 of cmake.
> You are running version: 2.33
> -- Found Qt-Version 4.0.1
> -- Building kdelibs...
> -- Found Qt-Version 4.0.1
> CMake Error: Could not find KDEWIN32 library
> Please build and install kdelibs/win/ first
> -- Found KDE4 include dir: D:/kde/trunk/kdelibs
> -- Found KDE4 library dir: d:/kde/trunk/kdelibs/bin
> -- Found KDE4 dcopidl preprocessor: D:/kde/trunk/kdelibs/dcop/dcopidlng/dcopidl
> -- Found KDE4 dcopidl2cpp preprocessor: d:/kde/trunk/kdelibs/bin/./dcopidl2cpp
> -- Found KDE4 kconfig_compiler preprocessor: d:/kde/trunk/kdelibs/bin/./kconfig_compiler
> Neither the PCRE regular expression library nor the POSIX regex.h header have been found. Consider installing PCRE.
> -- Configuring done
> 
> I have PCRE unpacked in the MinGW directory and the kdewin32 dll in kdelibs/win.
You have to set those two environment varaibles correct:
set
CMAKE_INCLUDE_PATH=e:\kde\lib\include;E:\kde\kdelibs\win\include;E:\kde\kdelibs\win\include\msvc
set CMAKE_LIBRARY_PATH=e:\kde\lib\lib;E:\kde\kdeinw32-build\debug

Otherwise cmake doesn#t know where to search the additional libs and
headers.

Christian

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 250 bytes
Desc: OpenPGP digital signature
Url : http://mail.kde.org/pipermail/kde-buildsystem/attachments/20060214/e606d8ed/attachment.pgp 


More information about the Kde-buildsystem mailing list