KDEWIN32 library

Paulo Jorge Guedes Paulo.Guedes at artelecom.pt
Wed Feb 15 12:17:15 CET 2006


> -----Original Message-----
> From: Paulo Jorge Guedes
> Sent: quarta-feira, 15 de Fevereiro de 2006 10:39
> To: 'kde-buildsystem at kde.org'
> Cc: 'Christian Ehrlicher'
> Subject: RE: KDEWIN32 library
> 
> > -----Original Message-----
> > From: Christian Ehrlicher [mailto:Ch.Ehrlicher at gmx.de]
> > Sent: terça-feira, 14 de Fevereiro de 2006 18:51
> > To: kde-buildsystem at kde.org
> > Subject: Re: KDEWIN32 library
> 
> > > 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\kd
> > elibs\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.
> 
> Ok, that's fair, I didn't know those global variables existed, and only
> played with cmake cache.
> Anyway, there's some problem with finding PCRE :( I gave the path to the
> libraries but still it couldn't find them. I had to tell CMakeCache.txt
> the complete path:
> 
> //The libraries needed to use PCRE
> PCRE_LIBRARIES:STRING=C:\Program Files\GnuWin32\lib\pcre.lib;C:\Program
> Files\GnuWin32\lib\pcreposix.lib
> 
> My env var:
> $ echo $CMAKE_LIBRARY_PATH
> D:\KDE4\lib;C:\MinGW\lib;D:\KDE4\bin;C:\Program Files\GnuWin32\lib
> 
> I don't know if it is supposed to be that way but I guess not.

Ok, it's not, because it found the other libraries without problems.
This also happened with some libraries of Qt, where I had to indicate the full path. It's strange because it found others in the same directory...

I'm stucked now with the QT_QTSVG_LIBRARY. It seems my Qt doesn't have one as I can't find anything similar in the lib directory, but that is not a cmake problem :)

Paulo


More information about the Kde-buildsystem mailing list