RE: Build problems with cmake / msvc2005

2006-03-17 Thread Michael Drüing
Hi, On 3/17/06, Michael Drüing [EMAIL PROTECTED] wrote: Hi, - cmake -GNMake Makefiles ..\kdelibs failed. It couldn't find the kdewin32 lib. The problem was, that it looked for a lib called kdewin32.lib, while by default the debug version is built which is called kdewin32d.lib.

RE: Build problems with cmake / msvc2005

2006-03-17 Thread Christian Ehrlicher
Von: Michael Drüing [EMAIL PROTECTED] snip Okay, but then it should not only search in C:\Program Files\kdewin32 but also in $KDEDIR/lib, because I don't want my kde installed in c:\program files\kdewin32. I have set KDEDIR=d:\kde4 but CMake seems to ignore this. Or is there any other

how to debug it ?

2006-03-17 Thread Laurent Montel
Hi, I am this error: The end of a CMakeLists file was reached with an IF statement that was not closed properly. Within the directory: kde-4.0/kde4/cmake/snapshot/kdeaccessibility The arguments are: NOT CMAKE_INSTALL_PREFIX how to find CMakeLists.txt where there is this error ? Regards

Re: how to debug it ?

2006-03-17 Thread Brad King
Laurent Montel wrote: Hi, I am this error: The end of a CMakeLists file was reached with an IF statement that was not closed properly. Within the directory: kde-4.0/kde4/cmake/snapshot/kdeaccessibility The arguments are: NOT CMAKE_INSTALL_PREFIX how to find CMakeLists.txt where there is

Re: how to debug it ?

2006-03-17 Thread Laurent Montel
On Friday 17 March 2006 16:05, Brad King wrote: Laurent Montel wrote: Hi, I am this error: The end of a CMakeLists file was reached with an IF statement that was not closed properly. Within the directory: kde-4.0/kde4/cmake/snapshot/kdeaccessibility The arguments are: NOT

Re: Build problems with cmake / msvc2005

2006-03-17 Thread Christian Ehrlicher
Michael Biebl schrieb: Why do these problems raise up once more? What's the problem to build install kdewin32 *before* starting with kdelibs4? My problem was not to type make make install for kdewin32. I usually read the installation instruction and they clearly said so. The problem

Re: Other pb with cmake

2006-03-17 Thread Alexander Neundorf
On Friday 17 March 2006 18:17, Laurent Montel wrote: On Friday 17 March 2006 17:28, Alexander Neundorf wrote: ... In order for the preprocessor to find build/lib/board.moc, build/lib/ would have to be added to the include path, just as build/ is part of the include path. This would mean

RE: Build problems with cmake / msvc2005

2006-03-17 Thread Alex Caudill
Why do these problems raise up once more? What's the problem to build install kdewin32 *before* starting with kdelibs4? We should move kdewin to antoher place asap to not bring up this discussion every month... nay ideas? kdesupport? Sorry to beat a dead horse, I didn't realize this was a

cmake: frameworks and bundles on OS X

2006-03-17 Thread Alexander Neundorf
Hi, there is currently being worked on support for frameworks and bundles on OS X : http://public.kitware.com/pipermail/cmake/2006-March/008667.html Maybe you want to comment on it, ideally on cmake@cmake.org ? Bye Alex -- Work: alexander.neundorf AT jenoptik.com - http://www.jenoptik-los.de

Re: How to replace configure.in.bot ?

2006-03-17 Thread Dirk Mueller
On Friday, 17. March 2006 19:09, Laurent Montel wrote: find_package(JPEG) if (JPEG_FOUND) add_subdirectory(foo) else (JPEG_FOUND) message(STATUS To compile foo install the JPEG library) endif (JPEG_FOUND) Ok I will use it. And its automatically guaranteed to run after

Re: How to replace configure.in.bot ?

2006-03-17 Thread Alexander Neundorf
On Friday 17 March 2006 21:17, Dirk Mueller wrote: On Friday, 17. March 2006 19:09, Laurent Montel wrote: find_package(JPEG) if (JPEG_FOUND) add_subdirectory(foo) else (JPEG_FOUND) message(STATUS To compile foo install the JPEG library) endif (JPEG_FOUND) Ok I will

what version of qt to use?

2006-03-17 Thread William A. Hoffman
For the dashboards at kitware, I did this: download qt-x11-opensource-src-4.1.0/ Then, I applied some patch to: qsyntaxhighlighter.cpp But, now the dashboards have errors, and I was told to use qt-copy. Is there another small patch? What about windows? I don't think qt-copy will build on

New KDE CMake Release 2.3.4

2006-03-17 Thread William A. Hoffman
I have created a new kde CMake release, it can be found here: http://www.cmake.org/files/v2.3/cmake-2.3.4-20060317-win32.exe http://www.cmake.org/files/v2.3/cmake-2.3.4-20060317.tar.gz You should be able to use the windows binary, and avoid having to build CMake on windows. I have also tagged

Re: what version of qt to use?

2006-03-17 Thread Christian Ehrlicher
William A. Hoffman schrieb: For the dashboards at kitware, I did this: download qt-x11-opensource-src-4.1.0/ Then, I applied some patch to: qsyntaxhighlighter.cpp But, now the dashboards have errors, and I was told to use qt-copy. Is there another small patch? What about windows? I