[Kde-nonlinux] Help compiling 3.2 on Tru64 UNIX/IRIX
Albert Chin
kde-nonlinux at lists.thewrittenword.com
Sat Feb 28 02:29:28 CET 2004
I'm building kdelibs-3.2.0 on Tru64 UNIX 5.1/IRIX 6.5 with the
respective vendor C++ compiler and run into the same compile error.
On Tru64 UNIX I get:
cxx -DHAVE_CONFIG_H -I. -I. -I.. -I../dcop -I../kio/kssl -I../kdefx
-I../interfaces -I../dcop -I../libltdl -I../kdefx -I../kdecore
-I../kdeui -I../kio -I../kio/kio -I../kio/kfile -I..
-I/opt/TWWfsw/libqt33/include -I. -I/opt/TWWfsw/kde32/include
-I/opt/TWWfsw/bzip2/include -I/opt/TWWfsw/jpeg/include
-I/opt/TWWfsw/libpcre44/include -I/opt/TWWfsw/libpng12/include
-I/opt/TWWfsw/libxslt102/include -I/opt/TWWfsw/libxml25/include
-I/opt/TWWfsw/libtiff35/include -I/opt/TWWfsw/zlib11/include
-I/opt/TWWfsw/fcpackage22/include -I/opt/TWWfsw/libart23/include
-I/opt/TWWfsw/libaudiofile02/include -I/opt/TWWfsw/cups1120r/include
-DQT_THREAD_SUPPORT -DNDEBUG -DNO_DEBUG -O2 -ieee -msym
-readonly_strings -timplicit_local -D__USE_STD_IOSTREAM
-DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT
-DQT_NO_TRANSLATION -c kactionclasses.cpp -DPIC -o
.libs/kactionclasses.o
cxx: Error: ../dcop/dcopref.h, line 57: no operator ">>" matches these
operands
operand types are: QDataStream >> const QStringList
detected during instantiation of
"DCOPReply::operator T() [with T=const QStringList]" at
line 2186 of "kactionclasses.cpp"
reply >> t;
------------------^
cxx: Info: 1 error detected in the compilation of "kactionclasses.cpp".
On IRIX 6.5 I get:
CC -DHAVE_CONFIG_H -I. -I. -I.. -I../dcop -I../kio/kssl -I../kdefx
-I../interfaces -I../dcop -I../libltdl -I../kdefx -I../kdecore
-I../kdeui -I../kio -I../kio/kio -I../kio/kfile -I..
-I/opt/TWWfsw/libqt33/include -I/opt/TWWfsw/kde32/include
-I/opt/TWWfsw/bzip2/include -I/opt/TWWfsw/jpeg/include
-I/opt/TWWfsw/libpcre44/include -I/opt/TWWfsw/libpng12/include
-I/opt/TWWfsw/libxslt102/include -I/opt/TWWfsw/libxml25/include
-I/opt/TWWfsw/libtiff35/include -I/opt/TWWfsw/zlib11/include
-I/opt/TWWfsw/fcpackage22/include -I/opt/TWWfsw/libart23/include
-I/opt/TWWfsw/libaudiofile02/include -I/opt/TWWfsw/cups1120r/include
-DQT_THREAD_SUPPORT -DNDEBUG -DNO_DEBUG -Wl,-woff,84 -Wl,-woff,85
-woff 1429 -LANG:libc_in_namespace_std=OFF -mips4 -r5000 -O1
-OPT:Olimit=0 -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL
-DQT_NO_COMPAT -DQT_NO_TRANSLATION -c kactionclasses.cpp -DPIC -o
.libs/kactionclasses.o
cc-1323 CC: ERROR File = ../dcop/dcopref.h, Line = 57
No operator ">>" matches these operands.
The operand types are: QDataStream >> const QStringList.
reply >> t;
^
detected during instantiation of
"DCOPReply::operator const QStringList()" at line 2186 of
"kactionclasses.cpp"
1 error detected in the compilation of "kactionclasses.cpp".
How should I fix this?
--
albert chin (china at thewrittenword.com)
More information about the kde-nonlinux
mailing list