> -----Original Message----- > From: Christian Ehrlicher [mailto:[EMAIL PROTECTED] > Sent: sexta-feira, 4 de Agosto de 2006 16:30 > To: [email protected] > Subject: Re: Dashboard > > Paulo Jorge Guedes schrieb: > >> -----Original Message----- > >> From: Bill Hoffman [mailto:[EMAIL PROTECTED] > >> Sent: sexta-feira, 4 de Agosto de 2006 15:49 > >> To: [email protected] > >> Subject: Dashboard > >> > >> The dashboard is looking much better! It is good to see > >> Visual Studio working again. Looks like there is a small issue with > >> mingw: > >> > >> d:\downloads\qt-win-preview-opensource-src-4.2.0- > >> tp1\lib/libQtUiTools.a(formbuilder.o):formbuilder.cpp:(.text+0x990): > >> multiple definition of `QFormBuilder::QFormBuilder()' > >> d:\downloads\qt-win-preview-opensource-src-4.2.0- > >> tp1\lib/libQtDesigner4.a(d000144.o):: first defined here > >> Creating library file: ../../bin/libkjsembed.dll.a > >> collect2: ld returned 1 exit status > > > > It's a Qt problem that is supposed to be fixed in the latest snapshots. > > The problem is I can only compile qdbus with the first 4.2 TP. > > > Why? Did qmake change that much?
Can you? I get a template related compilation error (didn't have time to investigate): g++ -c -g -g -frtti -fexceptions -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_SHA RED -DQT_NO_CAST_TO_ASCII -DQT_NO_CAST_FROM_ASCII -DQDBUS_MAKEDLL -DDBUS_API_SUB JECT_TO_CHANGE -DQT_DLL -DQT_XML_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -I"D:/dow nloads/qt-win-opensource-src-4.2.0-snapshot-20060802/include/QtCore" -I"D:/downl oads/qt-win-opensource-src-4.2.0-snapshot-20060802/include/QtXml" -I"D:/download s/qt-win-opensource-src-4.2.0-snapshot-20060802/include" -I"." -I"." -I"D:/kde/d bus-mingw/include" -I"D:/downloads/qt-win-opensource-src-4.2.0-snapshot-20060802 /include/ActiveQt" -I"tmp" -I"." -I"..\..\..\mkspecs\win32-g++" -o tmp\debug\qdb usconnection.o qdbusconnection.cpp In file included from qdbusconnection.cpp:29: qdbusconnectioninterface.h:96: error: non-template used as template qdbusconnectioninterface.h:96: error: invalid function declaration mingw32-make[2]: *** [tmp\debug\qdbusconnection.o] Error 1 Paulo _______________________________________________ Kde-buildsystem mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-buildsystem
