Re: qdbus build error

2006-08-24 Thread Christian Ehrlicher
Von: David Faure [EMAIL PROTECTED] On Wednesday 23 August 2006 23:22, Mathew Yeates wrote: 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

Re: qdbus build error

2006-08-24 Thread Mathew Yeates
But I assume there is a qt-windows snapshot from Monday 21 August? Yes, qglobal.h says '#define QT_VERSION_STR 4.2.0-snapshot-20060821' :) Christian Thanks for you help. 1) Where do I get this snapshot? The one I'm seeing at Trolltech is from 20060630. 2) What do I do with

Re: qdbus build error

2006-08-24 Thread Christian Ehrlicher
Mathew Yeates schrieb: But I assume there is a qt-windows snapshot from Monday 21 August? Yes, qglobal.h says '#define QT_VERSION_STR 4.2.0-snapshot-20060821' :) Christian Thanks for you help. 1) Where do I get this snapshot? The one I'm seeing at Trolltech is from

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

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?