Re: problem building kdelibs trunk

2006-08-23 Thread Andras Mantia
On Wednesday 23 August 2006 07:53, Christian Ehrlicher wrote: T_QTUITOOLS_LIBRARY is added with target_link_libraries (see CMakeLists.txt). Maybe cmake did not find qtuitools for you. Take a look at CMakeCache.txt. What Qt version do you use? Christian You should build the Qt tools as well

Re: qtDbus broken?

2006-08-23 Thread Christian Ehrlicher
Mathew Yeates schrieb: This was working recently (within in the last week). But now with the latest (30 minutes ago) I am following the directions at http://www.kdelibs.com/wiki/index.php/QtDBus When I try and build tools\qdbus the build fails because dbus.h cannot be found. I

Re: qtDbus broken?

2006-08-23 Thread David Faure
On Wednesday 23 August 2006 20:30, Christian Ehrlicher wrote: Mathew Yeates schrieb: This was working recently (within in the last week). But now with the latest (30 minutes ago) I am following the directions at http://www.kdelibs.com/wiki/index.php/QtDBus When I try and

qdbus build error

2006-08-23 Thread Mathew Yeates
after modifying src.pro with INCLUDEPATH += $$(DBUSDIR)/include I now get compiler errors such as the following qdbusmetatype.cpp c:\qt-win-preview-opensource-src-4.2.0-tp1\src\corelib\kernel\qmetatype.h(151) : error C2039: 'qt_metatype_id' : is not a member of 'QMetaTypeIdT' with

Re: qdbus build error

2006-08-23 Thread Christian Ehrlicher
Mathew Yeates schrieb: after modifying src.pro with INCLUDEPATH += $$(DBUSDIR)/include I now get compiler errors such as the following It works fine here with hard coded path and snapshot from before two days. btw: qt-4.2.0-tp1 isn't the version from qt-copy and not supported anymore (you'll

Possible regression in cmake 2.4.3

2006-08-23 Thread Adam Treat
I'm not sure if it is a regression or something changed in 2.4.3, but branches/work/unity does not build correctly with 2.4.3. 2.4.2 works ok though Adam ___ Kde-buildsystem mailing list Kde-buildsystem@kde.org

Re: qdbus build error

2006-08-23 Thread Christian Ehrlicher
Mathew Yeates schrieb: btw: qt-4.2.0-tp1 isn't the version from qt-copy and not supported anymore (you'll get kdeibs compile errors) huh? I'm just following the instructions at http://www.kdelibs.com/wiki/index.php/Building_KDElibs_4_using_MS_Visual_Studio How do I check out qt-copy?