Re: problem building kdelibs trunk

2006-08-23 Thread Mathew Yeates
yes, it turned out that QUiTools hadn't been built and so kdelibs cmake didn't include it in the build. Once I got QUiTools built and reran cmake I got past this unresolved symbol problem. Thanks Mathew Christian Ehrlicher wrote: > Von: Andras Mantia <[EMAIL PROTECTED]> > >> On Wednesday 23

qtDbus broken?

2006-08-23 Thread Mathew Yeates
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 traced qmake and it appears that m

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 foun

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 > > > > Whe

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 'QMetaTypeId' 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

Re: qdbus build error

2006-08-23 Thread Mathew Yeates
> > 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? Mathew __

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 https://mail.kde.org/mailman/listinfo/k

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