Re: Build problems with cmake / msvc2005

2006-03-17 Thread William A. Hoffman
At 11:56 AM 3/17/2006, Christian Ehrlicher wrote: >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? OK,

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

Re: Build problems with cmake / msvc2005

2006-03-17 Thread Michael Biebl
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 I had was, that FindKDEWin32.cma

Re: Build problems with cmake / msvc2005

2006-03-17 Thread Alexander Neundorf
On Friday 17 March 2006 17:56, Christian Ehrlicher wrote: > William A. Hoffman schrieb: > > At 09:46 AM 3/17/2006, Alex Caudill wrote: > >> You could: > >> 1.) use cmakesetup and modify the directories for each library location > >> 2.) modify the cmake cache by hand > >> > >> Is there some reason

Re: Build problems with cmake / msvc2005

2006-03-17 Thread Christian Ehrlicher
William A. Hoffman schrieb: > At 09:46 AM 3/17/2006, Alex Caudill wrote: > >> You could: >> 1.) use cmakesetup and modify the directories for each library location >> 2.) modify the cmake cache by hand >> >> Is there some reason for treating kdewin32 as a seperate dependency? it >> seems like you

RE: Build problems with cmake / msvc2005

2006-03-17 Thread William A. Hoffman
At 09:46 AM 3/17/2006, Alex Caudill wrote: >You could: >1.) use cmakesetup and modify the directories for each library location >2.) modify the cmake cache by hand > >Is there some reason for treating kdewin32 as a seperate dependency? it >seems like you could add: > >IF (WIN32) > IF (NOT KDEWIN

RE: Build problems with cmake / msvc2005

2006-03-17 Thread Alex Caudill
>After copying the libraries to c:\program files\kdewin32, I get similar >problems with the other libraries, like libz.lib. They seem to be expected >in c:\program files\gnuwin32 or something. I have them in >d:\devel\local\{lib,include}, which are in the default MSVC search paths >defined by $LIB

RE: Build problems with cmake / msvc2005

2006-03-17 Thread Christian Ehrlicher
> Von: Michael Drüing <[EMAIL PROTECTED]> > 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 en

RE: Build problems with cmake / msvc2005

2006-03-17 Thread Michael Drüing
Hi, > > > I used this batch file to set the correct paths inside a > VS 2005 command > > prompt > > > > > > @echo off > > > set OLDPATH=%PATH% > > > set QTDIR=C:\Programme\qt- win-opensource-src-4.1.1 > > > set CMAKE_DIR=C:\Programme\Develop\CMake > > > set > > > PATH=%OLDPATH%;%QTDIR%\bin;

RE: Build problems with cmake / msvc2005

2006-03-17 Thread Christian Ehrlicher
> Von: Michael Drüing <[EMAIL PROTECTED]> > > On 3/17/06, Michael Drüing <[EMAIL PROTECTED]> wrote: > > > Hi, > > > > > > > - cmake -G"NMake Makefiles" ..\kdelibs failed. It couldn't find the > > > > kdewin32 lib. The problem was, that it looked for a lib called > > > > kdewin32.lib, while by def

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 -G"NMake 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 > > > ca

Re: Build problems with cmake / msvc2005

2006-03-16 Thread Michael Biebl
On 3/17/06, Michael Drüing <[EMAIL PROTECTED]> wrote:> Hi,> > > - cmake -G"NMake 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.> > I

RE: Build problems with cmake / msvc2005

2006-03-16 Thread Michael Drüing
Hi, > - cmake -G"NMake 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. I have the same problem. However I built both the "Debug" and "R

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 ha

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 fa