Building KDE-2.2.2 under Irix 6.5.15
Kurt Volker Krieg <[email protected]>
| Newsgroups | gmane.comp.kde.non-linux |
|---|---|
| Message-ID | <[email protected]> |
Hi,
died anybody try the above?? I did on my O2 and ran into the following, that I couldn't resolve.
Any help would be greatly appreciated
Making all in KDE-ICE
gmake[1]: Entering directory `/home/kurtl/kdelibs-2.2.2/dcop/KDE-ICE'
gmake[1]: Nothing to be done for `all'.
gmake[1]: Leaving directory `/home/kurtl/kdelibs-2.2.2/dcop/KDE-ICE'
Making all in .
gmake[1]: Entering directory `/home/kurtl/kdelibs-2.2.2/dcop'
/bin/sh ../libtool --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I..- I../dcop -I../libltdl -I../kdecore -I../kdeui -I../kssl -I/home/kurtl/qt-zeuchs/qt-x11-free-3.0.3//include -I/usr/local/kde/include -I/usr/freeware/include/ -D_LANGUAGE_C_PLUS_PLUS -D__LANGUAGE_C_PLUS_PLUS -O2 -fpermissive -DQT_NO_TRANSLATION -DQT_CLEAN_NAMESPACE -DQT_NO_COMPAT -DQT_NO_ASCII_CAST -c dcopclient.cpp
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../dcop -I../libltdl -I../kdecore -I../kdeui -I../kssl -I/home/kurtl/qt-zeuchs/qt-x11-free-3.0.3//include -I/usr/local/kde/include -I/usr/freeware/include/ -D_LANGUAGE_C_PLUS_PLUS -D__LANGUAGE_C_PLUS_PLUS -O2 -fpermissive -DQT_NO_TRANSLATION -DQT_CLEAN_NAMESPACE -DQT_NO_COMPAT -DQT_NO_ASCII_CAST -c dcopclient.cpp -DPIC -o .libs/dcopclient.o
In file included from dcopclient.cpp:52:
dcopobject.h:224: warning: ISO C++ forbids declaration of `QList' with no type
dcopobject.h:224: template-id `QList<DCOPObject>' used as a declarator
dcopobject.h:224: parse error before `(' token
dcopobject.h:287: warning: ISO C++ forbids declaration of `QList' with no type
dcopobject.h:287: template-id `QList<DCOPObjectProxy>' used as a declarator
dcopobject.h:287: parse error before `*' token
dcopclient.cpp:113: `QList' is not a template
dcopclient.cpp:113: explicit instantiation of non-template type `<type error>'
dcopclient.cpp:114: `QList' is not a template
dcopclient.cpp:114: explicit instantiation of non-template type `<type error>'
dcopclient.cpp:115: `QList' is not a template
dcopclient.cpp:115: explicit instantiation of non-template type `<type error>'
dcopclient.cpp:143: syntax error before `*' token
dcopclient.cpp:152: 'QList' is used as a type, but is not defined as a type.
dcopclient.cpp: In member function `void
DCOPClient::processPostedMessagesInternal()':
dcopclient.cpp:302: `class DCOPClientPrivate' has no member named `messages'
dcopclient.cpp:304: `QListIterator' undeclared (first use this function)
dcopclient.cpp:304: (Each undeclared identifier is reported only once for each
function it appears in.)
dcopclient.cpp:304: parse error before `>' token
dcopclient.cpp:306: `it' undeclared (first use this function)
dcopclient.cpp:310: `class DCOPClientPrivate' has no member named `messages'
dcopclient.cpp:315: `class DCOPClientPrivate' has no member named `messages'
dcopclient.cpp: In function `void DCOPProcessInternal(DCOPClientPrivate*, int,
long unsigned int, const QByteArray&, bool)':
dcopclient.cpp:338: `class DCOPClientPrivate' has no member named `messages'
dcopclient.cpp: In constructor `DCOPClient::DCOPClient()':