I have been trying to compile Trinity from source on a relatively current Gentoo system and am running into the following errors:
In file included from /offline/1-1/TDE/main/tdebase/kcontrol/tdm/main.cpp:342:0: /offline/1-1/TDE/BUILD/tdebase-3.5.13/kcontrol/background/main.moc: In member function âvirtual void* KBackground::tqt_cast(const char*)â: /offline/1-1/TDE/BUILD/tdebase-3.5.13/kcontrol/background/main.moc:81:41: error: cannot call member function âvirtual void* TDECModule::qt_cast(const char*)â without object
and similar errors for tqt_invoke, tqt_emit, and tqt_property.
I tried GCC versions 4.7.3, 4.6.3, 4.5.3 and experience the same error. It also occurs regardless of whether I am compiling with current git sources or the Trinity release 3.5.13.2 tarballs I found at http://depot-trinity.dotriver.eu/releases/3.5.13.2.
Anybody else experience this? I tried playing around with the source code (not really knowing what I am doing) to get beyond the error but that just got me linker errors instead. Building TDE had been going pretty smoothly until this.
To unsubscribe, e-mail: trinity-users-unsubscribe@lists.pearsoncomputing.net For additional commands, e-mail: trinity-users-help@lists.pearsoncomputing.net Read list messages on the web archive: http://trinity-users.pearsoncomputing.net/ Please remember not to top-post: http://trinity.pearsoncomputing.net/mailing_lists/#top-posting
Do you have any version of Qt3 and/or TQt3 other than TQt3 from GIT installed on your system?
Tim