On 3/17/06, Michael Drüing &lt;<a href="mailto:michael@drueing.de">michael@drueing.de</a>&gt; wrote:<br>&gt; Hi,<br>&gt; <br>&gt; &gt; - cmake -G&quot;NMake Makefiles&quot; ..\kdelibs failed. It couldn't find the<br>&gt; &gt; kdewin32 lib. The problem was, that it looked for a lib called
<br>&gt; &gt; kdewin32.lib, while by default the debug version is built which is<br>&gt; &gt; called kdewin32d.lib.<br>&gt; <br>&gt; I have the same problem. However I built both the &quot;Debug&quot; and<br>&gt; &quot;RelWithDebInfo&quot; builds, so I definitely have both 
kdewin32.lib and<br>&gt; kdewin32d.lib (and corersponding *.dll's)<br>&gt; Still CMakeSetup for kdelibs/ tells me &quot;You need to build kdewin32 first&quot;.<br>&gt; The libs are right there under it's nose, it just needs to look inside
<br>&gt; &quot;win/&quot; ;-)<br>&gt; <br>&gt; Any ideas?<br><br>I used this batch file to set the correct paths inside a VS 2005 command prompt<br>&lt;&lt;&lt;&lt;<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>&lt;&lt;&lt;&lt;<br>A &quot;make install&quot; 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>