On Wednesday 30 July 2003 19:50, Paul Cupis wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > [ Please keep this on the list - more people can help you this way ]
Well I just tried compiling it with pure sid stuff and I get this: > setenv QTDIR /usr/share/qt3 > ./configure goes ok > make Compiles for a while, then: g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/kde -I/usr/share/qt3/include -I/usr/X11R6/include -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wbad-function-cast -Wundef -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -fexceptions -c -o ThreadView.o `test -f ThreadView.cpp || echo './'`ThreadView.cpp cc1plus: warning: "-Wbad-function-cast" is valid for C/ObjC but not for C++ In file included from ThreadView.cpp:8: my_sql.h:36: warning: `class CMySql' only defines a private destructor and has no friends my_sql.h: In destructor `smart_pointer<T>::~smart_pointer() [with T = CMySql]': ThreadView.cpp:25: instantiated from here my_sql.h:443: error: `virtual CMySql::~CMySql()' is private helpers/smart_pointer.h:84: error: within this context my_sql.h: In member function `smart_pointer<T>& smart_pointer<T>::operator=(const smart_pointer<T>&) [with T = CMySql]': ThreadView.cpp:26: instantiated from here my_sql.h:443: error: `virtual CMySql::~CMySql()' is private helpers/smart_pointer.h:98: error: within this context ThreadView.cpp: In member function `virtual void CThreadView::RefreshList()': ThreadView.cpp:53: error: `get_threads' undeclared (first use this function) ThreadView.cpp:53: error: (Each undeclared identifier is reported only once for each function it appears in.) ThreadView.cpp: In member function `virtual void CThreadView::KillThread()': ThreadView.cpp:129: error: `kill_thread' undeclared (first use this function) make[3]: *** [ThreadView.o] Error 1 make[3]: Leaving directory `/home/andersa/kmysqladmin-0.6.5/kmysqladmin' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/andersa/kmysqladmin-0.6.5/kmysqladmin' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/andersa/kmysqladmin-0.6.5' make: *** [all] Error 2 Anders E. Andersen -- This email was generated using KMail from KDE 3.1.2 on Debian GNU/Linux