[Gambas-user] Trouble compiling 1.0.1

Thomas M. Herden therden at ...775...
Fri Jan 7 17:09:27 CET 2005


Hello, 

I've tried compiling Gambas on a Debian-derived distribution (Simply MEPIS), but no go.    
"./configure" seemed to finish without errors, but "make" gave up the ghost after the following...

if /bin/sh ../../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/usr/include/qt/ -D_REENTRANT -I../../../src/share    -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT main.lo -MD -MP -MF ".deps/main.Tpo" -c -o main.lo main.cpp; \
then mv -f ".deps/main.Tpo" ".deps/main.Plo"; else rm -f ".deps/main.Tpo"; exit 1; fi
 g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/usr/include/qt/ -D_REENTRANT -I../../../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT main.lo -MD -MP -MF .deps/main.Tpo -c main.cpp  -fPIC -DPIC -o .libs/main.o
In file included from CWindow.h:39,
                 from main.cpp:62:
CMenu.h:32:19: qlist.h: No such file or directory
In file included from main.cpp:82:
CTabStrip.h:35:21: qvector.h: No such file or directory
make[5]: *** [main.lo] Error 1
make[5]: Leaving directory `/home/tom_herden/dl/source/gambas-1.0.1/src/lib/qt'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/home/tom_herden/dl/source/gambas-1.0.1/src/lib/qt'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/tom_herden/dl/source/gambas-1.0.1/src/lib'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/tom_herden/dl/source/gambas-1.0.1/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/tom_herden/dl/source/gambas-1.0.1'
make: *** [all] Error 2

This looks like a Qt problem -- right?  The Qt libs and dev files which I've installed are version 3:3.3.3-7.
I saw an earlier posting documenting the same errors with what was reported as Qt version 3:3.3.2-4.  
Does anyone know if there's a problem compiling with these versions?  

If not, can someone list exactly which Qt 3 development packages are required to successfully compile Gambas?

Thanks in advance,  -Tom




More information about the User mailing list