On Sat, 2002-06-01 at 13:26, Daniel Schlager wrote: > > I'm trying to compile gambas on my Apple Ibook in Debian Woody > the configure script running without error but when i run make the > following error comes > > make[5]: Entering directory `/home/daniel/Eigene > Daten/gambas/gambas-0.30/src/lib/qt' > c++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../src/share > -I/usr/include/qt/ -fPIC -pipe -Wall -g -O0 -c main.cpp > In file included from main.cpp:45: > CButton.h:58: warning: `THIS' redefined > CWindow.h:66: warning: this is the location of the previous definitionIn > file included from main.cpp:47: > CLabel.h:48: warning: `THIS' redefined > CButton.h:58: warning: this is the location of the previous > definitionCLabel.h:49: warning: `WIDGET' redefined > CButton.h:59: warning: this is the location of the previous definitionIn > file included from main.cpp:48:
Just a guess, but do you have the development package of the required version of the Qt library installed? I think version 2.x and 3.x are incompatible. -- Earthling Michel D�nzer (MrCooper)/ Debian GNU/Linux (powerpc) developer XFree86 and DRI project member / CS student, Free Software enthusiast -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

