I can't compile dbus!

2006-11-06 Thread defresco



Hi 
all,
I'm Fabio from 
Italy, It's 
some day that I've been tried to compile kdelibs on win32 using Ms visual studio 
2005 express. I've some problem to compile the Dbus. when i get the source from 
svn and succesfully patched, try "Cmake -g "nmake makefile" ..\windbus\cmake but 
the error is: "could not create named generator Namake Makefile" using the gui 
is different, the error is CMAKE_RC_COMPILER_FULLPATH-NOTFOUND. I can't 
understand the problem, some ideas? Thanks.
best 
regards
___
Kde-buildsystem mailing list
Kde-buildsystem@kde.org
https://mail.kde.org/mailman/listinfo/kde-buildsystem


Re: I can't compile dbus!

2006-11-06 Thread Peter Kümmel
frescoed wrote:
 Hi all,
 I'm Fabio from Italy, It's some day that I've been tried to compile kdelibs
 on win32 using Ms visual studio 2005 express. I've some problem to compile
 the Dbus. when i get the source from svn and succesfully patched, try Cmake
 -g nmake makefile ..\windbus\cmake but the error is: could not create
 named generator Namake Makefile using the gui is different, the error is
 CMAKE_RC_COMPILER_FULLPATH-NOTFOUND. I can't understand the problem, some
 ideas? Thanks.
 best regards

the option is case sensitive: -GNMake Makefiles
But you could drop it completely then project
files are created.

-- 
Peter Kümmel
___
Kde-buildsystem mailing list
Kde-buildsystem@kde.org
https://mail.kde.org/mailman/listinfo/kde-buildsystem


Re: I can't compile dbus!

2006-11-06 Thread Christian Ehrlicher
Von: defresco [EMAIL PROTECTED]
 Hi all,
 I'm Fabio from Italy, It's some day that I've been tried to compile
 kdelibs
 on win32 using Ms visual studio 2005 express. I've some problem to compile
 the Dbus. when i get the source from svn and succesfully patched, try
 Cmake
 -g nmake makefile ..\windbus\cmake but the error is: could not create
 named generator Namake Makefile 
You have to be case sensitive, see also 'cmake --help':

-G NMake Makefiles

Christian

btw: What has dbus to do with kde-buildsystem? 
-- 
GMX DSL-Flatrate 0,- Euro* - Überall, wo DSL verfügbar ist!
NEU: Jetzt bis zu 16.000 kBit/s! http://www.gmx.net/de/go/dsl
___
Kde-buildsystem mailing list
Kde-buildsystem@kde.org
https://mail.kde.org/mailman/listinfo/kde-buildsystem