Christian Klippel
Master Poster
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:
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:
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
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