• Quick note - the problem with Youtube videos not embedding on the forum appears to have been fixed, thanks to ZiprHead. If you do still see problems let me know.

Any Linux / QT-lib folks here?

Christian Klippel

Master Poster
Joined
Feb 15, 2008
Messages
2,431
Location
Ruhr Area in Germany
Hi all,

maybe some of you had the same problem and resolved it. I use Kubuntu Quantal. I want to compile the QT-4.8.4 library in a seperate directory. To do so, i first issue:

./configure -prefix-install -prefix /opt/qt-4.8.4/

The source tree is in /opt/qt-4.8.4/src

The configure step just works fine. But when i do the "make" step. i get:
In file included from .moc/release-shared/moc_qsequentialanimationgroup.cpp:10:0:
.moc/release-shared/../../animation/qsequentialanimationgroup.h:56:7: error: forward declaration of 'class QSequentialAnimationGroupPrivate'
make[1]: *** [.obj/release-shared/moc_qsequentialanimationgroup.o] Error 1
make[1]: Leaving directory `/opt/qt-4.8.4/src/src/corelib'
make: *** [sub-corelib-make_default-ordered] Error 2

The pastebin's are :

Configure: http://pastebin.com/xhJs2E7r

Make: http://pastebin.com/efwb2N8B

I know that this is not a general help forum, but so far my other attempts at the #qt and #kubuntu channels failed, so maybe someone here alread had the same problem and found a solution...

Note that i do not want to use the system-wide QT, but the one confined to that directory...

Greetings,

Chris
 
Hmm. Might be that there's a Qt in /usr/include (or other global include directory) that's interfering with your build. I'd suggest you look for that, and perhaps move it aside temporarily.
 

Back
Top Bottom