[Gambas-user] Trouble compiling 1.0.1

Dave Sharples dave at ...772...
Mon Jan 10 09:41:27 CET 2005


On Fri, 2005-01-07 at 16:09, Thomas M. Herden wrote:
> 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?  
> 

I was the one with the same problem with the earlier QT version, also on
a debian based distro. I solved it by installing Gambas from the Debian
Sid repository, that worked fine for me. It looks like there must be a
problem with Debian based systems ?





More information about the User mailing list