Package: tora
Version: 1.3.21-1
Severity: important
Tags: patch
Your package fails to build with G++ 4.1. I'm filing this bug as
important for now, but when 4.1 will be the default compiler in
unstable (probably in a few weeks) I'll upgrade this to serious.
A patch is below.
> Automatic build of tora_1.3.21-1 on bigsur by sbuild/mips 1.106
...
> if g++ -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/kde
> -I/usr/share/qt3/include -DDEFAULT_PLUGIN_DIR=\"/usr/lib/tora\"
> -DTOVERSION=\"1.3.21\" -I/usr/include/qscintilla -DQT_THREAD_SUPPORT -g
> -O2 -D_REENTRANT -MT tora-tothread.o -MD -MP -MF ".deps/tora-tothread.Tpo" -c
> -o tora-tothread.o `test -f 'tothread.cpp' || echo './'`tothread.cpp; \
> then mv -f ".deps/tora-tothread.Tpo" ".deps/tora-tothread.Po"; else rm
> -f ".deps/tora-tothread.Tpo"; exit 1; fi
> tothread.cpp: In member function 'void toThread::start()':
> tothread.cpp:190: error: 'toThreadStartWrapper' was not declared in this scope
> tothread.cpp: In member function 'void toThread::startAsync()':
> tothread.cpp:199: error: 'toThreadStartWrapper' was not declared in this scope
> make[2]: *** [tora-tothread.o] Error 1
--- ./tothread.h~ 2006-03-19 16:10:10.000000000 +0000
+++ ./tothread.h 2006-03-19 16:10:23.000000000 +0000
@@ -217,6 +217,8 @@
* thread and task objects so the calling thread must never delete a started
thread.
*/
+void *toThreadStartWrapper(void*);
+
class toThread
{
private:
--
Martin Michlmayr
http://www.cyrius.com/
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]