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 have the same problem. However I built both the "Debug" and
> "RelWithDebInfo" builds, so I definitely have both kdewin32.lib and
> kdewin32d.lib (and corersponding *.dll's)
> Still CMakeSetup for kdelibs/ tells me "You need to build kdewin32 first".
> The libs are right there under it's nose, it just needs to look inside
> "win/" ;-)
>
> Any ideas?

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;%CMAKE_DIR%\bin;C:\Programme\gnuwin32\bin;C:\Programme\kdewin32\bin
<<<<
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.

HTH,
Michael
_______________________________________________
Kde-buildsystem mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kde-buildsystem

Reply via email to