kdelibs building...

Ralf Habacker ralf.habacker at freenet.de
Tue Apr 10 18:55:20 CEST 2007


Andreas Pakulat schrieb:
> On 10.04.07 16:22:22, Serhiy Kachanuk wrote:
>   
>> On Tuesday 10 April 2007 14:09:20 Andreas Pakulat wrote:
>>     
>>> On 10.04.07 12:56:13, Andreas Pakulat wrote:
>>>       
>>>> On 10.04.07 12:28:31, Ralf Habacker wrote:
>>>>         
>>>>> Andreas Pakulat schrieb:
>>>>>           
>>>>>> On 10.04.07 10:45:47, Ralf Habacker wrote:
>>>>>>             
>>>>>>> There are some cmake issues on win32  using a common win32
>>>>>>> installation base.
>>>>>>>               
>>>>>> I wonder why cmake doesn't
>>>>>> recognize its own variables (CMAKE_INCLUDE_PATH for example)...
>>>>>>             
>>>>> It does, but the are not set in kdewin32.cmake by default.
>>>>>           
>>>> Aaah, ok. I'll try that.
>>>>         
>>> Bad news: Still doesn't work. Unless CMAKE_INCLUDE_PATH should be
>>> space-separated and not semicolon-separated.
>>>
>>> As I tried to explain earlier: I already have the env variables
>>> CMAKE_INCLUDE_PATH and CMAKE_LIBRARY_PATH set to win32libs and kde4
>>> directories. So looking at the suggested change I don't think it made
>>> any difference.
>>>       
>> Maybe deleting cmake cache can help?
>>     
>
> I started with an empty builddir.
>   
I download and installed all win32libs, mingw related package from
kdesupport, mingw qt packages, strigi and cmake using the
kdewin-installer into d:\Programme\kdewin-mingw. See the list of
installed packages

dir d:\Programme\kdewin-mingw\manifest\*.ver
aspell-0.50.3-3-bin.ver
aspell-0.50.3-3-lib.ver
bzip2-1.0.4-4-bin.ver
bzip2-1.0.4-4-lib.ver
cmake-2.4.6-bin.ver
dbus-1.0.2-bin.ver
dbus-1.0.2-lib.ver
expat-2.0.0-bin.ver
expat-2.0.0-doc.ver
expat-2.0.0-lib.ver
findutils-4.2.20-2-bin.ver
giflib-4.1.4-1-bin.ver
giflib-4.1.4-1-lib.ver
iconv-1.9.2-1-bin.ver
iconv-1.9.2-1-lib.ver
jpeg-6.b-5-bin.ver
jpeg-6.b-5-lib.ver
kdewin-mingw-0.2-bin.ver
kdewin-mingw-0.2-doc.ver
kdewin-mingw-0.2-lib.ver
libintl-0.14.4-bin.ver
libintl-0.14.4-lib.ver
libpng-1.2.15-bin.ver
libpng-1.2.15-doc.ver
libpng-1.2.15-lib.ver
libxml2-2.6.27-2-bin.ver
libxml2-2.6.27-2-lib.ver
libxslt-1.1.17-1-bin.ver
libxslt-1.1.17-1-lib.ver
OpenSSL-0.9.8e-bin.ver
OpenSSL-0.9.8e-lib.ver
pcre-7.0-1-bin.ver
pcre-7.0-1-doc.ver
pcre-7.0-1-lib.ver
qt-mingw-4.3.0b-5-bin.ver
qt-mingw-4.3.0b-5-doc.ver
qt-mingw-4.3.0b-5-lib.ver
qt-patch-mingw-4.3.0b-7-bin.ver
sed-4.1.4-bin.ver
sharutils-4.2.1-3-bin.ver
strigi-0.3.11-4-bin.ver
strigi-0.3.11-4-lib.ver
tiff-3.8.0-bin.ver
tiff-3.8.0-lib.ver
update-mime-database-0.21-bin.ver
zlib-1.2.3-bin.ver
zlib-1.2.3-lib.ver

and recent kdelibs-source from kde svn into d:\daten\kdelibs

Then i run
mkdir d:\daten\kdelibs-build
cd d:\daten\kdelibs-build
set KDEWIN32_DIR=d:\Programme\kdewin-mingw
set PATH=d:\Programme\kdewin-mingw\bin;%PATH%
cmake -G "MinGW Makefiles" D:\daten\kdelibs  -DCMAKE_BUILD_TYPE=Debug

and got a completly configured kdelibs without any problems, which
indicates me that using CMAKE_INCLUDE_PATH must work.

Ralf











More information about the Kde-windows mailing list