tdenetwork built without error on 6/14. Now fails to build.
[ 40%] Building CXX object
kopete/protocols/groupwise/libgroupwise/CMakeFiles/groupwise-static.dir/gwclientstream.cpp.o
cd /dev/shm/tdenetwork.build/kopete/protocols/groupwise/libgroupwise &&
/usr/bin/c++ -DHAVE_CONFIG_H -O2 -march=i486 -mtune=i686 -ggdb -DQT_NO_ASCII_CAST
-DQT_CLEAN_NAMESPACE -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -DQT_THREAD_SUPPORT
-D_REENTRANT -include tqt.h -I/opt/trinity/include -I/usr/include/tqt -DQT_NO_ASCII_CAST
-DQT_CLEAN_NAMESPACE -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -DQT_THREAD_SUPPORT
-D_REENTRANT -include tqt.h
-I/dev/shm/tdenetwork.build/kopete/protocols/groupwise/libgroupwise
-I/dev/shm/tdenetwork/kopete/protocols/groupwise/libgroupwise
-I/dev/shm/tdenetwork/kopete/protocols/groupwise/libgroupwise/qca/src
-I/dev/shm/tdenetwork/kopete/libkopete -I/opt/trinity/include -I/usr/include/tqt -fPIC
-o CMakeFiles/groupwise-static.dir/gwclientstream.cpp.o -c
/dev/shm/tdenetwork/kopete/protocols/groupwise/libgroupwise/gwclientstream.cpp
In file included from
/dev/shm/tdenetwork/kopete/protocols/groupwise/libgroupwise/gwclientstream.cpp:43:
/dev/shm/tdenetwork/kopete/protocols/groupwise/libgroupwise/securestream.h:43: error:
'QCA' has not been declared
/dev/shm/tdenetwork/kopete/protocols/groupwise/libgroupwise/securestream.h:43: error:
expected ',' or '...' before '*' token
/dev/shm/tdenetwork/kopete/protocols/groupwise/libgroupwise/securestream.h:44: error:
'QCA' has not been declared
/dev/shm/tdenetwork/kopete/protocols/groupwise/libgroupwise/securestream.h:44: error:
expected ',' or '...' before '*' token
/dev/shm/tdenetwork/kopete/protocols/groupwise/libgroupwise/securestream.h:45: error:
'QCA' has not been declared
/dev/shm/tdenetwork/kopete/protocols/groupwise/libgroupwise/securestream.h:45: error:
expected ',' or '...' before '*' token
/dev/shm/tdenetwork/kopete/protocols/groupwise/libgroupwise/securestream.h:109: error:
'QCA' has not been declared
/dev/shm/tdenetwork/kopete/protocols/groupwise/libgroupwise/securestream.h:109: error:
expected ')' before '*' token
/dev/shm/tdenetwork/kopete/protocols/groupwise/libgroupwise/securestream.h:110: error:
'QCA' has not been declared
/dev/shm/tdenetwork/kopete/protocols/groupwise/libgroupwise/securestream.h:110: error:
expected ')' before '*' token
/dev/shm/tdenetwork/kopete/protocols/groupwise/libgroupwise/securestream.h:122: error:
'QCA' has not been declared
/dev/shm/tdenetwork/kopete/protocols/groupwise/libgroupwise/securestream.h:122: error: ISO
C++ forbids declaration of 'TLS' with no type
/dev/shm/tdenetwork/kopete/protocols/groupwise/libgroupwise/securestream.h:122: error:
expected ';' before '*' token
/dev/shm/tdenetwork/kopete/protocols/groupwise/libgroupwise/securestream.h:123: error:
'QCA' has not been declared
/dev/shm/tdenetwork/kopete/protocols/groupwise/libgroupwise/securestream.h:123: error: ISO
C++ forbids declaration of 'SASL' with no type
/dev/shm/tdenetwork/kopete/protocols/groupwise/libgroupwise/securestream.h:123: error:
expected ';' before '*' token
In file included from
/dev/shm/tdenetwork/kopete/protocols/groupwise/libgroupwise/gwclientstream.cpp:48:
/dev/shm/tdenetwork/kopete/protocols/groupwise/libgroupwise/gwclientstream.h:38: warning:
'typedef' was ignored in this declaration
/dev/shm/tdenetwork/kopete/protocols/groupwise/libgroupwise/gwclientstream.cpp:119: error:
'QCA' has not been declared
/dev/shm/tdenetwork/kopete/protocols/groupwise/libgroupwise/gwclientstream.cpp:119: error:
ISO C++ forbids declaration of 'TLS' with no type
/dev/shm/tdenetwork/kopete/protocols/groupwise/libgroupwise/gwclientstream.cpp:119: error:
expected ';' before '*' token
/dev/shm/tdenetwork/kopete/protocols/groupwise/libgroupwise/gwclientstream.cpp: In
constructor 'ClientStream::Private::Private()':
/dev/shm/tdenetwork/kopete/protocols/groupwise/libgroupwise/gwclientstream.cpp:78: error:
'tls' was not declared in this scope
make[2]: ***
[kopete/protocols/groupwise/libgroupwise/CMakeFiles/groupwise-static.dir/gwclientstream.cpp.o]
Error 1
make[2]: Leaving directory `/dev/shm/tdenetwork.build'
make[1]: *** [kopete/protocols/groupwise/libgroupwise/CMakeFiles/groupwise-static.dir/all]
Error 2
make[1]: Leaving directory `/dev/shm/tdenetwork.build'
make: *** [all] Error 2
This is a clean build from scratch, against TQt3, just like 6/14. Everything else builds.
There are no tdenetwork patches in the last 18 hours.
tdenetwork will build with the following:
-DBUILD_KOPETE_PROTOCOL_GROUPWISE=OFF
-DBUILD_KOPETE_PROTOCOL_JABBER=OFF
Darrell