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

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: 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

Re: Build problems with cmake / msvc2005

2006-03-16 Thread William A. Hoffman
First off, we (Kitware) really need to get a new version of cmake out for kde. :) We are working on that. At 05:08 PM 3/16/2006, Michael Biebl wrote: Hi, I followed the instructions on http://www.kdelibs.com and tried to build the lateest qt-4.1.1, cmake and kdelibs. My experiences so far: -

Re: Build problems with cmake / msvc2005

2006-03-16 Thread Brad King
Michael Biebl wrote: If I tried to generate the Visual Studio Project files with the latest cmake CVS snapshot, the Install Project did not work. It looked for the binary cmake in bin/cmake while it was generated in bin/release/cmake. I just found where/when this bug was introduced. I'll have