On 3/17/06, Michael Drüing <<a href="mailto:michael@drueing.de">michael@drueing.de</a>> wrote:<br>> Hi,<br>> <br>> > - cmake -G"NMake Makefiles" ..\kdelibs failed. It couldn't find the<br>> > kdewin32 lib. The problem was, that it looked for a lib called
<br>> > kdewin32.lib, while by default the debug version is built which is<br>> > called kdewin32d.lib.<br>> <br>> I have the same problem. However I built both the "Debug" and<br>> "RelWithDebInfo" builds, so I definitely have both
kdewin32.lib and<br>> kdewin32d.lib (and corersponding *.dll's)<br>> Still CMakeSetup for kdelibs/ tells me "You need to build kdewin32 first".<br>> The libs are right there under it's nose, it just needs to look inside
<br>> "win/" ;-)<br>> <br>> Any ideas?<br><br>I used this batch file to set the correct paths inside a VS 2005 command prompt<br><<<<<br>@echo off<br>set OLDPATH=%PATH%<br>set QTDIR=C:\Programme\qt-
win-opensource-src-4.1.1<br>set CMAKE_DIR=C:\Programme\Develop\CMake<br>set PATH=%OLDPATH%;%QTDIR%\bin;%CMAKE_DIR%\bin;C:\Programme\gnuwin32\bin;C:\Programme\kdewin32\bin<br><<<<<br>A "make install" in kdelibs/win will install the files to C:\Programme\kdewin32 (resp. C:\Program Files\kdewin32) by default. If you chose another path, adapt it accordingly.
<br><br>HTH,<br>Michael<br>