On Mon, Sep 29, 2003 at 10:45:29AM +0200, Lars Gullik Bj?nnes wrote: > > If you have compile problems you must pipe up, so that I can attempt > to fix them.
I get the following error: (using gcc 3.3.2 20030908 (Debian prerelease), QT 3.2.1) g++ -DHAVE_CONFIG_H -I. -I. -I../../../src -I../../../src/ -I../../../src/frontends/ -I../../../images -I/usr/include/qt3 -I../../../boost -I../../../src/frontends/controllers -I/usr/X11R6/include -DQT_CLEAN_NAMESPACE -DQT_GENUINE_STR -DQT_NO_TRANSLATION -O -fno-exceptions -W -Wall -MT QDialogView.lo -MD -MP -MF .deps/QDialogView.Tpo -c QDialogView.C In file included from ../../../src/debug.h:18, from ../../../src/frontends/controllers/BCView.tmpl:20, from ../../../src/frontends/controllers/BCView.h:139, from Qt2BC.h:18, from QDialogView.C:17: ../../../src/support/debugstream.h:28: error: syntax error before `=' token ../../../src/support/debugstream.h:30: error: missing ';' before right brace ../../../src/support/debugstream.h:32: error: `type' was not declared in this scope ../../../src/support/debugstream.h:32: error: syntax error before `,' token ../../../src/support/debugstream.h: In function `bool match(...)': ../../../src/support/debugstream.h:33: error: `b' undeclared (first use this function) ../../../src/support/debugstream.h:33: error: (Each undeclared identifier is reported only once for each function it appears in.) ../../../src/support/debugstream.h:33: error: `a' undeclared (first use this function) ../../../src/support/debugstream.h:33: error: `ANY' undeclared (first use this function) ../../../src/support/debugstream.h:33: error: `NONE' undeclared (first use this function) ../../../src/support/debugstream.h: At global scope: ../../../src/support/debugstream.h:35: error: syntax error before `}' token ../../../src/support/debugstream.h:32: warning: `bool match(...)' defined but not used