looking for windows developer to test cmake buildsystem

Alexander Neundorf neundorf at kde.org
Wed Feb 1 22:30:04 CET 2006


Hi,

I committed some changes to svn based on your patches.

Please check how it works for you.
Step by step guide:
1) delete kdelibs/win/CMakeCache.txt
2) run cmake on kdelibs/win/CMakeLists.txt
3) build kdelibs/win/
4) install kdelibs/win/
5) add the directory where the headers were installed to to the environment 
variable for the include directories of your compiler
6) do the same for the installed kdewin32 library

7) delete kdelibs/CMakeCache.txt
8) run cmake on kdelibs/CMakeLists.txt
9) have a look at config.h, e.g. HAVE_STDLIB_H must be defined to 1
10) if this is the case, continue with 14)
11) if this is not the case, have a look at kdelibs/CMakeFiles/CMakeError.log 
and check why it failed, 
12) fix the cause and/or post the error to this mailing list
13) go back to 7)

14) run make  <------- if you come this far, you are quite good :-)
15) if it succeeds, dance around the table ;-)
16) if not try to fix it and/or post the error here

Bye
Alex
-- 
Work: alexander.neundorf AT jenoptik.com - http://www.jenoptik-los.de
Home: neundorf AT kde.org                - http://www.kde.org
      alex AT neundorf.net               - http://www.neundorf.net


More information about the Kde-buildsystem mailing list