trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: January 2012

Re: [trinity-devel] tdelibs FTBFS with tqt3

From: "Timothy Pearson" <kb9vqf@...>
Date: Mon, 23 Jan 2012 15:08:45 -0600
> I am unable to build tdelibs when I use tqt3 rather than qt3. I can build
> tdelibs with qt3.
>
> GIT 2805.
>
> Build log failure:
>
> In file included from /dev/shm/tdelibs/dcop/dcopclient.cpp:2285:
> /dev/shm/tdelibs.build/dcop/dcopclient.moc:121: error: ISO C++ forbids
> declaration of 'QCString' with no type
> /dev/shm/tdelibs.build/dcop/dcopclient.moc:121: error: expected ',' or
> '...' before '&' token
> /dev/shm/tdelibs.build/dcop/dcopclient.moc:121: error: prototype for 'void
> DCOPClient::applicationRegistered(int)' does not match any in class
> 'DCOPClient'
> /dev/shm/tdelibs/dcop/dcopclient.h:745: error: candidate is: void
> DCOPClient::applicationRegistered(const TQCString&)
> /dev/shm/tdelibs.build/dcop/dcopclient.moc:134: error: ISO C++ forbids
> declaration of 'QCString' with no type
> /dev/shm/tdelibs.build/dcop/dcopclient.moc:134: error: expected ',' or
> '...' before '&' token
> /dev/shm/tdelibs.build/dcop/dcopclient.moc:134: error: prototype for 'void
> DCOPClient::applicationRemoved(int)' does not match any in class
> 'DCOPClient'
> /dev/shm/tdelibs/dcop/dcopclient.h:754: error: candidate is: void
> DCOPClient::applicationRemoved(const TQCString&)
> /dev/shm/tdelibs.build/dcop/dcopclient.moc:166: error: ISO C++ forbids
> declaration of 'QCString' with no type
> /dev/shm/tdelibs.build/dcop/dcopclient.moc:166: error: expected ',' or
> '...' before '&' token
> /dev/shm/tdelibs.build/dcop/dcopclient.moc:166: error: prototype for 'void
> DCOPClient::callBack(int, int)' does not match any in class 'DCOPClient'
> /dev/shm/tdelibs/dcop/dcopclient.h:794: error: candidate is: void
> DCOPClient::callBack(int, const TQCString&, const TQByteArray&)
> /dev/shm/tdelibs.build/dcop/dcopclient.moc: In member function 'virtual
> bool DCOPClient::qt_emit(int, TQUObject*)':
> /dev/shm/tdelibs.build/dcop/dcopclient.moc:196: error: ISO C++ forbids
> declaration of 'type name' with no type
> /dev/shm/tdelibs.build/dcop/dcopclient.moc:196: error: ISO C++ forbids
> declaration of 'type name' with no type
> /dev/shm/tdelibs.build/dcop/dcopclient.moc:196: error: expected
> primary-expression before 'const'
> /dev/shm/tdelibs.build/dcop/dcopclient.moc:196: error: expected ')' before
> 'const'
> /dev/shm/tdelibs.build/dcop/dcopclient.moc:197: error: ISO C++ forbids
> declaration of 'type name' with no type
> /dev/shm/tdelibs.build/dcop/dcopclient.moc:197: error: ISO C++ forbids
> declaration of 'type name' with no type
> /dev/shm/tdelibs.build/dcop/dcopclient.moc:197: error: expected
> primary-expression before 'const'
> /dev/shm/tdelibs.build/dcop/dcopclient.moc:197: error: expected ')' before
> 'const'
> /dev/shm/tdelibs.build/dcop/dcopclient.moc:200: error: ISO C++ forbids
> declaration of 'type name' with no type
> /dev/shm/tdelibs.build/dcop/dcopclient.moc:200: error: ISO C++ forbids
> declaration of 'type name' with no type
> /dev/shm/tdelibs.build/dcop/dcopclient.moc:200: error: expected
> primary-expression before 'const'
> /dev/shm/tdelibs.build/dcop/dcopclient.moc:200: error: expected ')' before
> 'const'
> make[2]: *** [dcop/CMakeFiles/DCOP-shared.dir/dcopclient.cpp.o] Error 1
> make[2]: Leaving directory `/dev/shm/tdelibs.build'
> make[1]: *** [dcop/CMakeFiles/DCOP-shared.dir/all] Error 2
> make[1]: Leaving directory `/dev/shm/tdelibs.build'
> make: *** [all] Error 2

Did you rebuild all dependency packages, including tqtinterface and arts,
before attempting to rebuild tdelibs?