Okay, we seem to have flip-flopped. :( Today I build most of the main suite packages with
TQt3, and reported those exceptions, but now I can't build tdelibs with Qt3. This is
the opposite of a few days ago.
========================================
[ 23%] Building CXX object dcop/CMakeFiles/DCOP-shared.dir/dcopclient.cpp.o
cd /dev/shm/tdelibs.build/dcop && /usr/bin/c++ -DDCOP_shared_EXPORTS
-DHAVE_CONFIG_H -O2 -march=i486 -mtune=i686 -fvisibility=hidden
-fvisibility-inlines-hidden -DQT_NO_ASCII_CAST -DQT_CLEAN_NAMESPACE -DQT_NO_STL
-DQT_NO_COMPAT -DQT_NO_TRANSLATION -DQT_THREAD_SUPPORT -D_REENTRANT -include tqt.h -fPIC
-I/opt/trinity/include -I/usr/include/tqt -I/dev/shm/tdelibs.build/dcop
-I/dev/shm/tdelibs.build -I/dev/shm/tdelibs/dcop -I/dev/shm/tdelibs.build/tdecore
-I/dev/shm/tdelibs/tdecore -o CMakeFiles/DCOP-shared.dir/dcopclient.cpp.o -c
/dev/shm/tdelibs/dcop/dcopclient.cpp
Linking CXX shared module light.so
cd /dev/shm/tdelibs.build/kstyles/light && /usr/bin/cmake -E cmake_link_script
CMakeFiles/light-module.dir/link.txt --verbose=1
/usr/bin/c++ -fPIC -O2 -march=i486 -mtune=i686 -fvisibility=hidden
-fvisibility-inlines-hidden -DQT_NO_ASCII_CAST -DQT_CLEAN_NAMESPACE -DQT_NO_STL
-DQT_NO_COMPAT -DQT_NO_TRANSLATION -DQT_THREAD_SUPPORT -D_REENTRANT -include tqt.h
-Wl,--no-undefined -shared -Wl,-soname,light.so -o light.so
CMakeFiles/light-module.dir/light.cpp.o CMakeFiles/light-module.dir/lightstyle-v2.cpp.o
CMakeFiles/light-module.dir/lightstyle-v3.cpp.o -L/opt/trinity/lib
../../tdefx/libtdefx.so.4.2.0 -ltqt -lqt-mt -lXrender -lX11
-Wl,-rpath,/opt/trinity/lib:/dev/shm/tdelibs.build/tdefx:
/dev/shm/tdelibs/dcop/dcopclient.cpp: In member function 'bool
DCOPClient::attachInternal(bool)':
/dev/shm/tdelibs/dcop/dcopclient.cpp:785: error: 'qint64' was not declared in this
scope
/dev/shm/tdelibs/dcop/dcopclient.cpp:785: error: expected ')' before numeric
constant
/dev/shm/tdelibs/dcop/dcopclient.cpp:785: error: expected ')' before ';'
token
make[2]: Leaving directory `/dev/shm/tdelibs.build'
========================================
Darrell