[Gambas-user] Trouble compiling 1.0.1

Thomas M. Herden therden at ...775...
Mon Jan 10 15:27:41 CET 2005


Thank you so much for being willing to help a newbie.  As requested, I'm 
attaching the file which resulted from the command

su -c ( ./configure; make; make install ) > output.txt 2>&1

Prior to trying to compile Gambas, in an attempt to cover the "Qt development 
package" requirements, I installed the following Debian packages:

libqt3-headers 3.3.3-7        Qt3 header files
libqt3-i18n    3.3.3-7        i18n files for Qt3 library
libqt3-mt-dev  3.3.3-7        Qt development files (Threaded)
libqt3c102-mt  3.3.3-7        Qt GUI Library (Threaded runtime version)
qt3-dev-tools 3.3.3-7 Qt3 development tools

FWIW:  like Mr. Sharples, who replied to my earlier message, I have also had 
success installing Gambas binaries from a Debian depository (I used 
http://www.linex.org/sources/linex/debian/ sarge linex ) -- So the good news 
is that, whatever the compilation issue is, it has already been identified 
and solved by someone.

-Tom


On Sunday 09 January 2005 11:32, Benoit Minisini wrote:

> On Friday 07 January 2005 17: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...

<big snip>

> > 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
>
> Can you send the output of ./configure ? Did you install the Qt development
> packages ? There is only one qt development package on Mandrake, but I
> don't know on Debian, nor Mepis...
>
> Regards,
-------------- next part --------------
checking whether to enable maintainer-specific portions of Makefiles... no
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking for strings.h... (cached) yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking for pid_t... yes
checking for size_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for working alloca.h... yes
checking for alloca... yes
checking whether gcc needs -traditional... no
checking return type of signal handlers... void
checking for working strcoll... yes
checking for strftime... yes
checking for vprintf... yes
checking for _doprnt... no
checking for wait3 that fills in rusage... yes
checking for getcwd... yes
checking for gettimeofday... yes
checking for mkdir... yes
checking for rmdir... yes
checking for select... yes
checking for socket... yes
checking for strdup... yes
checking for strerror... yes
checking for strtod... yes
checking for strtol... yes
checking for sysinfo... yes
checking for setenv... yes
checking for unsetenv... yes
checking for getdomainname... yes
checking for a sed that does not truncate output... /bin/sed
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking how to recognise dependent libraries... pass_all
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for epcf90... no
checking for f95... no
checking for fort... no
checking for xlf95... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for gfortran... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether  accepts -g... no
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc static flag  works... yes
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for shl_load... (cached) no
checking for shl_load in -ldld... (cached) no
checking for dlopen... (cached) no
checking for dlopen in -ldl... (cached) yes
checking whether a program can dlopen itself... (cached) yes
checking whether a statically linked program can dlopen itself... (cached) yes
appending configuration tag "F77" to libtool
checking for main in -lm... yes
checking for main in -lz... yes
checking for main in -lgcc_s... yes
checking for main in -lstdc++... yes
checking which extension is used for shared libraries... .so
checking for threading compiler options... -D_REENTRANT
checking for threading linker options... -lpthread
checking for external internationalization library headers... /usr/include/
checking for external internationalization library libraries... no
configure: WARNING: *** external internationalization library is disabled
checking for external charset conversion library headers... /usr/include/
checking for external charset conversion library libraries... no
configure: WARNING: *** external charset conversion library is disabled
checking for external gettext library headers... 
checking for external gettext library libraries... no
configure: WARNING: *** external gettext library is disabled
checking for QT component headers... /usr/include/qt/
checking for QT component libraries... /usr/lib/
checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for XOpenDisplay in -lX11... yes
checking for XShmAttach in -lXext... yes
checking for QT meta-object compiler... /usr/share/qt3/bin/
checking for KDE 3.x component headers... no
checking for KDE 3.x component libraries... no
configure: WARNING: *** KDE 3.x component is disabled
checking for Networking component headers... 
checking for Networking component libraries... 
checking for Advanced networking component headers... /usr/include/curl/
checking for Advanced networking component libraries... /usr/lib/
checking for PostgreSQL driver headers... no
checking for PostgreSQL driver libraries... no
configure: WARNING: *** PostgreSQL driver is disabled
checking for MySQL driver headers... /usr/include/mysql/
checking for MySQL driver libraries... /usr/lib/
checking for SQLite driver headers... no
checking for SQLite driver libraries... no
configure: WARNING: *** SQLite driver is disabled
checking for SDL component headers... /usr/include/SDL/
checking for SDL component libraries... /usr/lib/
checking for Visual Basic compatibility component headers... 
checking for Visual Basic compatibility component libraries... 
checking for zlib compression headers... /usr/include/
checking for zlib compression libraries... /usr/lib/
checking for bzlib2 compression headers... no
checking for bzlib2 compression libraries... no
configure: WARNING: *** bzlib2 compression is disabled
checking for XML parser component headers... /usr/include/libxml2/
checking for XML parser component libraries... /usr/lib/
checking for XSLT/XML parser component headers... /usr/include/
checking for XSLT/XML parser component libraries... /usr/lib/
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating src/share/Makefile
config.status: creating src/comp/Makefile
config.status: creating src/exec/Makefile
config.status: creating src/lib/Makefile
config.status: creating src/lib/debug/Makefile
config.status: creating src/lib/eval/Makefile
config.status: creating src/lib/qt/Makefile
config.status: creating src/lib/qt/editor/Makefile
config.status: creating src/lib/qt/ext/Makefile
config.status: creating src/lib/qt/kde/Makefile
config.status: creating src/lib/qt/kde/html/Makefile
config.status: creating src/lib/db/Makefile
config.status: creating src/lib/db/mysql/Makefile
config.status: creating src/lib/db/postgresql/Makefile
config.status: creating src/lib/db/sqlite/Makefile
config.status: creating src/lib/sdl/Makefile
config.status: creating src/lib/net/Makefile
config.status: creating src/lib/net/curl/Makefile
config.status: creating src/lib/vb/Makefile
config.status: creating src/lib/compress/Makefile
config.status: creating src/lib/compress/zlib/Makefile
config.status: creating src/lib/compress/bzlib2/Makefile
config.status: creating src/lib/xml/Makefile
config.status: creating src/lib/xml/libxml/Makefile
config.status: creating src/lib/xml/libxml/xslt/Makefile
config.status: creating src/lib/xml/libxml/rpc/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
configure: configuring in libltdl
configure: running /bin/sh './configure' --prefix=/opt/gambas  --enable-ltdl-convenience --cache-file=/dev/null --srcdir=.
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... none
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for egrep... grep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... none
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for epcf90... no
checking for f95... no
checking for fort... no
checking for xlf95... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for gfortran... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether  accepts -g... no
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc static flag  works... yes
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
appending configuration tag "F77" to libtool
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking which extension is used for loadable modules... .so
checking which variable specifies run-time library path... LD_LIBRARY_PATH
checking for the default library search path... /lib /usr/lib /usr/X11R6/lib /lib /usr/lib /usr/X11R6/lib /usr/i486-linuxlibc1/lib  /usr/lib/libc5-compat /lib/libc5-compat 
checking for objdir... .libs
checking whether libtool supports -dlopen/-dlpreopen... yes
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen in -ldl... yes
checking for dlerror... yes
checking for _ prefix in compiled symbols... no
checking whether deplibs are loaded by dlopen... yes
checking argz.h usability... yes
checking argz.h presence... yes
checking for argz.h... yes
checking for error_t... yes
checking for argz_append... yes
checking for argz_create_sep... yes
checking for argz_insert... yes
checking for argz_next... yes
checking for argz_stringify... yes
checking assert.h usability... yes
checking assert.h presence... yes
checking for assert.h... yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking for memory.h... (cached) yes
checking for stdlib.h... (cached) yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for unistd.h... (cached) yes
checking dl.h usability... no
checking dl.h presence... no
checking for dl.h... no
checking sys/dl.h usability... no
checking sys/dl.h presence... no
checking for sys/dl.h... no
checking dld.h usability... no
checking dld.h presence... no
checking for dld.h... no
checking mach-o/dyld.h usability... no
checking mach-o/dyld.h presence... no
checking for mach-o/dyld.h... no
checking for string.h... (cached) yes
checking for strchr... yes
checking for strrchr... yes
checking for memcpy... yes
checking for memmove... yes
checking for strcmp... yes
checking for closedir... yes
checking for opendir... yes
checking for readdir... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
make  all-recursive
make[1]: Entering directory `/home/tom_herden/dl/source/gambas-1.0.1'
Making all in libltdl
make[2]: Entering directory `/home/tom_herden/dl/source/gambas-1.0.1/libltdl'
cd . && /bin/sh /home/tom_herden/dl/source/gambas-1.0.1/libltdl/missing --run autoheader
touch ./config-h.in
cd . && /bin/sh ./config.status config.h
config.status: creating config.h
config.status: config.h is unchanged
make  all-am
make[3]: Entering directory `/home/tom_herden/dl/source/gambas-1.0.1/libltdl'
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.     -g -O2 -c -o ltdl.lo `test -f 'ltdl.c' || echo './'`ltdl.c
 gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -c ltdl.c  -fPIC -DPIC -o .libs/ltdl.o
 gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -c ltdl.c -o ltdl.o >/dev/null 2>&1
/bin/sh ./libtool --mode=link gcc  -g -O2   -o libltdlc.la   ltdl.lo -ldl 
rm -fr  .libs/libltdlc.a .libs/libltdlc.la
ar cru .libs/libltdlc.a .libs/ltdl.o
ranlib .libs/libltdlc.a
creating libltdlc.la
(cd .libs && rm -f libltdlc.la && ln -s ../libltdlc.la libltdlc.la)
make[3]: Leaving directory `/home/tom_herden/dl/source/gambas-1.0.1/libltdl'
make[2]: Leaving directory `/home/tom_herden/dl/source/gambas-1.0.1/libltdl'
Making all in src
make[2]: Entering directory `/home/tom_herden/dl/source/gambas-1.0.1/src'
Making all in share
make[3]: Entering directory `/home/tom_herden/dl/source/gambas-1.0.1/src/share'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/tom_herden/dl/source/gambas-1.0.1/src/share'
Making all in comp
make[3]: Entering directory `/home/tom_herden/dl/source/gambas-1.0.1/src/comp'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/tom_herden/dl/source/gambas-1.0.1/src/comp'
Making all in exec
make[3]: Entering directory `/home/tom_herden/dl/source/gambas-1.0.1/src/exec'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/tom_herden/dl/source/gambas-1.0.1/src/exec'
Making all in lib
make[3]: Entering directory `/home/tom_herden/dl/source/gambas-1.0.1/src/lib'
Making all in debug
make[4]: Entering directory `/home/tom_herden/dl/source/gambas-1.0.1/src/lib/debug'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/tom_herden/dl/source/gambas-1.0.1/src/lib/debug'
Making all in eval
make[4]: Entering directory `/home/tom_herden/dl/source/gambas-1.0.1/src/lib/eval'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/tom_herden/dl/source/gambas-1.0.1/src/lib/eval'
Making all in db
make[4]: Entering directory `/home/tom_herden/dl/source/gambas-1.0.1/src/lib/db'
Making all in mysql
make[5]: Entering directory `/home/tom_herden/dl/source/gambas-1.0.1/src/lib/db/mysql'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/tom_herden/dl/source/gambas-1.0.1/src/lib/db/mysql'
make[5]: Entering directory `/home/tom_herden/dl/source/gambas-1.0.1/src/lib/db'
make[5]: Nothing to be done for `all-am'.
make[5]: Leaving directory `/home/tom_herden/dl/source/gambas-1.0.1/src/lib/db'
make[4]: Leaving directory `/home/tom_herden/dl/source/gambas-1.0.1/src/lib/db'
Making all in compress
make[4]: Entering directory `/home/tom_herden/dl/source/gambas-1.0.1/src/lib/compress'
Making all in zlib
make[5]: Entering directory `/home/tom_herden/dl/source/gambas-1.0.1/src/lib/compress/zlib'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/tom_herden/dl/source/gambas-1.0.1/src/lib/compress/zlib'
make[5]: Entering directory `/home/tom_herden/dl/source/gambas-1.0.1/src/lib/compress'
make[5]: Nothing to be done for `all-am'.
make[5]: Leaving directory `/home/tom_herden/dl/source/gambas-1.0.1/src/lib/compress'
make[4]: Leaving directory `/home/tom_herden/dl/source/gambas-1.0.1/src/lib/compress'
Making all in xml
make[4]: Entering directory `/home/tom_herden/dl/source/gambas-1.0.1/src/lib/xml'
Making all in libxml
make[5]: Entering directory `/home/tom_herden/dl/source/gambas-1.0.1/src/lib/xml/libxml'
Making all in xslt
make[6]: Entering directory `/home/tom_herden/dl/source/gambas-1.0.1/src/lib/xml/libxml/xslt'
make[6]: Nothing to be done for `all'.
make[6]: Leaving directory `/home/tom_herden/dl/source/gambas-1.0.1/src/lib/xml/libxml/xslt'
Making all in rpc
make[6]: Entering directory `/home/tom_herden/dl/source/gambas-1.0.1/src/lib/xml/libxml/rpc'
make[6]: Nothing to be done for `all'.
make[6]: Leaving directory `/home/tom_herden/dl/source/gambas-1.0.1/src/lib/xml/libxml/rpc'
make[6]: Entering directory `/home/tom_herden/dl/source/gambas-1.0.1/src/lib/xml/libxml'
make[6]: Nothing to be done for `all-am'.
make[6]: Leaving directory `/home/tom_herden/dl/source/gambas-1.0.1/src/lib/xml/libxml'
make[5]: Leaving directory `/home/tom_herden/dl/source/gambas-1.0.1/src/lib/xml/libxml'
make[5]: Entering directory `/home/tom_herden/dl/source/gambas-1.0.1/src/lib/xml'
make[5]: Nothing to be done for `all-am'.
make[5]: Leaving directory `/home/tom_herden/dl/source/gambas-1.0.1/src/lib/xml'
make[4]: Leaving directory `/home/tom_herden/dl/source/gambas-1.0.1/src/lib/xml'
Making all in qt
make[4]: Entering directory `/home/tom_herden/dl/source/gambas-1.0.1/src/lib/qt'
Making all in editor
make[5]: Entering directory `/home/tom_herden/dl/source/gambas-1.0.1/src/lib/qt/editor'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/tom_herden/dl/source/gambas-1.0.1/src/lib/qt/editor'
Making all in ext
make[5]: Entering directory `/home/tom_herden/dl/source/gambas-1.0.1/src/lib/qt/ext'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/tom_herden/dl/source/gambas-1.0.1/src/lib/qt/ext'
make[5]: Entering directory `/home/tom_herden/dl/source/gambas-1.0.1/src/lib/qt'
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 `test -f 'main.cpp' || echo './'`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
Making install in libltdl
make[1]: Entering directory `/home/tom_herden/dl/source/gambas-1.0.1/libltdl'
make[2]: Entering directory `/home/tom_herden/dl/source/gambas-1.0.1/libltdl'
/bin/sh ./mkinstalldirs /opt/gambas/lib
/bin/sh ./mkinstalldirs /opt/gambas/include
make[2]: Leaving directory `/home/tom_herden/dl/source/gambas-1.0.1/libltdl'
make[1]: Leaving directory `/home/tom_herden/dl/source/gambas-1.0.1/libltdl'
Making install in src
make[1]: Entering directory `/home/tom_herden/dl/source/gambas-1.0.1/src'
Making install in share
make[2]: Entering directory `/home/tom_herden/dl/source/gambas-1.0.1/src/share'
make[3]: Entering directory `/home/tom_herden/dl/source/gambas-1.0.1/src/share'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/tom_herden/dl/source/gambas-1.0.1/src/share'
make[2]: Leaving directory `/home/tom_herden/dl/source/gambas-1.0.1/src/share'
Making install in comp
make[2]: Entering directory `/home/tom_herden/dl/source/gambas-1.0.1/src/comp'
make[3]: Entering directory `/home/tom_herden/dl/source/gambas-1.0.1/src/comp'
/bin/sh ../../mkinstalldirs /opt/gambas/bin
  /bin/sh ../../libtool --mode=install /usr/bin/install -c gbc /opt/gambas/bin/gbc
/usr/bin/install -c gbc /opt/gambas/bin/gbc
  /bin/sh ../../libtool --mode=install /usr/bin/install -c gba /opt/gambas/bin/gba
/usr/bin/install -c gba /opt/gambas/bin/gba
  /bin/sh ../../libtool --mode=install /usr/bin/install -c gbi /opt/gambas/bin/gbi
/usr/bin/install -c gbi /opt/gambas/bin/gbi
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/tom_herden/dl/source/gambas-1.0.1/src/comp'
make[2]: Leaving directory `/home/tom_herden/dl/source/gambas-1.0.1/src/comp'
Making install in exec
make[2]: Entering directory `/home/tom_herden/dl/source/gambas-1.0.1/src/exec'
make[3]: Entering directory `/home/tom_herden/dl/source/gambas-1.0.1/src/exec'
/bin/sh ../../mkinstalldirs /opt/gambas/bin
  /bin/sh ../../libtool --mode=install /usr/bin/install -c gbx /opt/gambas/bin/gbx
/usr/bin/install -c gbx /opt/gambas/bin/gbx
/bin/sh ../../mkinstalldirs /opt/gambas/lib/gambas
 /bin/sh ../../libtool --mode=install /usr/bin/install -c  lib.gb.la /opt/gambas/lib/gambas/lib.gb.la
/usr/bin/install -c .libs/lib.gb.so.0.0.0 /opt/gambas/lib/gambas/lib.gb.so.0.0.0
(cd /opt/gambas/lib/gambas && rm -f lib.gb.so.0 && ln -s lib.gb.so.0.0.0 lib.gb.so.0)
(cd /opt/gambas/lib/gambas && rm -f lib.gb.so && ln -s lib.gb.so.0.0.0 lib.gb.so)
/usr/bin/install -c .libs/lib.gb.lai /opt/gambas/lib/gambas/lib.gb.la
PATH="$PATH:/sbin" ldconfig -n /opt/gambas/lib/gambas
----------------------------------------------------------------------
Libraries have been installed in:
   /opt/gambas/lib/gambas

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/tom_herden/dl/source/gambas-1.0.1/src/exec'
make[2]: Leaving directory `/home/tom_herden/dl/source/gambas-1.0.1/src/exec'
Making install in lib
make[2]: Entering directory `/home/tom_herden/dl/source/gambas-1.0.1/src/lib'
Making install in debug
make[3]: Entering directory `/home/tom_herden/dl/source/gambas-1.0.1/src/lib/debug'
make[4]: Entering directory `/home/tom_herden/dl/source/gambas-1.0.1/src/lib/debug'
/bin/sh ../../../mkinstalldirs /opt/gambas/lib/gambas
 /bin/sh ../../../libtool --mode=install /usr/bin/install -c  lib.gb.debug.la /opt/gambas/lib/gambas/lib.gb.debug.la
/usr/bin/install -c .libs/lib.gb.debug.so.0.0.0 /opt/gambas/lib/gambas/lib.gb.debug.so.0.0.0
(cd /opt/gambas/lib/gambas && rm -f lib.gb.debug.so.0 && ln -s lib.gb.debug.so.0.0.0 lib.gb.debug.so.0)
(cd /opt/gambas/lib/gambas && rm -f lib.gb.debug.so && ln -s lib.gb.debug.so.0.0.0 lib.gb.debug.so)
/usr/bin/install -c .libs/lib.gb.debug.lai /opt/gambas/lib/gambas/lib.gb.debug.la
PATH="$PATH:/sbin" ldconfig -n /opt/gambas/lib/gambas
----------------------------------------------------------------------
Libraries have been installed in:
   /opt/gambas/lib/gambas

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `/home/tom_herden/dl/source/gambas-1.0.1/src/lib/debug'
make[3]: Leaving directory `/home/tom_herden/dl/source/gambas-1.0.1/src/lib/debug'
Making install in eval
make[3]: Entering directory `/home/tom_herden/dl/source/gambas-1.0.1/src/lib/eval'
make[4]: Entering directory `/home/tom_herden/dl/source/gambas-1.0.1/src/lib/eval'
/bin/sh ../../../mkinstalldirs /opt/gambas/lib/gambas
 /bin/sh ../../../libtool --mode=install /usr/bin/install -c  lib.gb.eval.la /opt/gambas/lib/gambas/lib.gb.eval.la
/usr/bin/install -c .libs/lib.gb.eval.so.0.0.0 /opt/gambas/lib/gambas/lib.gb.eval.so.0.0.0
(cd /opt/gambas/lib/gambas && rm -f lib.gb.eval.so.0 && ln -s lib.gb.eval.so.0.0.0 lib.gb.eval.so.0)
(cd /opt/gambas/lib/gambas && rm -f lib.gb.eval.so && ln -s lib.gb.eval.so.0.0.0 lib.gb.eval.so)
/usr/bin/install -c .libs/lib.gb.eval.lai /opt/gambas/lib/gambas/lib.gb.eval.la
PATH="$PATH:/sbin" ldconfig -n /opt/gambas/lib/gambas
----------------------------------------------------------------------
Libraries have been installed in:
   /opt/gambas/lib/gambas

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `/home/tom_herden/dl/source/gambas-1.0.1/src/lib/eval'
make[3]: Leaving directory `/home/tom_herden/dl/source/gambas-1.0.1/src/lib/eval'
Making install in db
make[3]: Entering directory `/home/tom_herden/dl/source/gambas-1.0.1/src/lib/db'
Making install in mysql
make[4]: Entering directory `/home/tom_herden/dl/source/gambas-1.0.1/src/lib/db/mysql'
make[5]: Entering directory `/home/tom_herden/dl/source/gambas-1.0.1/src/lib/db/mysql'
/bin/sh ../../../../mkinstalldirs /opt/gambas/lib/gambas
 /bin/sh ../../../../libtool --mode=install /usr/bin/install -c  lib.gb.db.mysql.la /opt/gambas/lib/gambas/lib.gb.db.mysql.la
/usr/bin/install -c .libs/lib.gb.db.mysql.so.0.0.0 /opt/gambas/lib/gambas/lib.gb.db.mysql.so.0.0.0
(cd /opt/gambas/lib/gambas && rm -f lib.gb.db.mysql.so.0 && ln -s lib.gb.db.mysql.so.0.0.0 lib.gb.db.mysql.so.0)
(cd /opt/gambas/lib/gambas && rm -f lib.gb.db.mysql.so && ln -s lib.gb.db.mysql.so.0.0.0 lib.gb.db.mysql.so)
/usr/bin/install -c .libs/lib.gb.db.mysql.lai /opt/gambas/lib/gambas/lib.gb.db.mysql.la
PATH="$PATH:/sbin" ldconfig -n /opt/gambas/lib/gambas
----------------------------------------------------------------------
Libraries have been installed in:
   /opt/gambas/lib/gambas

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[5]: Nothing to be done for `install-data-am'.
make[5]: Leaving directory `/home/tom_herden/dl/source/gambas-1.0.1/src/lib/db/mysql'
make[4]: Leaving directory `/home/tom_herden/dl/source/gambas-1.0.1/src/lib/db/mysql'
make[4]: Entering directory `/home/tom_herden/dl/source/gambas-1.0.1/src/lib/db'
make[5]: Entering directory `/home/tom_herden/dl/source/gambas-1.0.1/src/lib/db'
/bin/sh ../../../mkinstalldirs /opt/gambas/lib/gambas
 /bin/sh ../../../libtool --mode=install /usr/bin/install -c  lib.gb.db.la /opt/gambas/lib/gambas/lib.gb.db.la
/usr/bin/install -c .libs/lib.gb.db.so.0.0.0 /opt/gambas/lib/gambas/lib.gb.db.so.0.0.0
(cd /opt/gambas/lib/gambas && rm -f lib.gb.db.so.0 && ln -s lib.gb.db.so.0.0.0 lib.gb.db.so.0)
(cd /opt/gambas/lib/gambas && rm -f lib.gb.db.so && ln -s lib.gb.db.so.0.0.0 lib.gb.db.so)
/usr/bin/install -c .libs/lib.gb.db.lai /opt/gambas/lib/gambas/lib.gb.db.la
PATH="$PATH:/sbin" ldconfig -n /opt/gambas/lib/gambas
----------------------------------------------------------------------
Libraries have been installed in:
   /opt/gambas/lib/gambas

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[5]: Nothing to be done for `install-data-am'.
make[5]: Leaving directory `/home/tom_herden/dl/source/gambas-1.0.1/src/lib/db'
make[4]: Leaving directory `/home/tom_herden/dl/source/gambas-1.0.1/src/lib/db'
make[3]: Leaving directory `/home/tom_herden/dl/source/gambas-1.0.1/src/lib/db'
Making install in compress
make[3]: Entering directory `/home/tom_herden/dl/source/gambas-1.0.1/src/lib/compress'
Making install in zlib
make[4]: Entering directory `/home/tom_herden/dl/source/gambas-1.0.1/src/lib/compress/zlib'
make[5]: Entering directory `/home/tom_herden/dl/source/gambas-1.0.1/src/lib/compress/zlib'
/bin/sh ../../../../mkinstalldirs /opt/gambas/lib/gambas
 /bin/sh ../../../../libtool --mode=install /usr/bin/install -c  lib.gb.compress.zlib.la /opt/gambas/lib/gambas/lib.gb.compress.zlib.la
/usr/bin/install -c .libs/lib.gb.compress.zlib.so.0.0.0 /opt/gambas/lib/gambas/lib.gb.compress.zlib.so.0.0.0
(cd /opt/gambas/lib/gambas && rm -f lib.gb.compress.zlib.so.0 && ln -s lib.gb.compress.zlib.so.0.0.0 lib.gb.compress.zlib.so.0)
(cd /opt/gambas/lib/gambas && rm -f lib.gb.compress.zlib.so && ln -s lib.gb.compress.zlib.so.0.0.0 lib.gb.compress.zlib.so)
/usr/bin/install -c .libs/lib.gb.compress.zlib.lai /opt/gambas/lib/gambas/lib.gb.compress.zlib.la
PATH="$PATH:/sbin" ldconfig -n /opt/gambas/lib/gambas
----------------------------------------------------------------------
Libraries have been installed in:
   /opt/gambas/lib/gambas

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[5]: Nothing to be done for `install-data-am'.
make[5]: Leaving directory `/home/tom_herden/dl/source/gambas-1.0.1/src/lib/compress/zlib'
make[4]: Leaving directory `/home/tom_herden/dl/source/gambas-1.0.1/src/lib/compress/zlib'
make[4]: Entering directory `/home/tom_herden/dl/source/gambas-1.0.1/src/lib/compress'
make[5]: Entering directory `/home/tom_herden/dl/source/gambas-1.0.1/src/lib/compress'
/bin/sh ../../../mkinstalldirs /opt/gambas/lib/gambas
 /bin/sh ../../../libtool --mode=install /usr/bin/install -c  lib.gb.compress.la /opt/gambas/lib/gambas/lib.gb.compress.la
/usr/bin/install -c .libs/lib.gb.compress.so.0.0.0 /opt/gambas/lib/gambas/lib.gb.compress.so.0.0.0
(cd /opt/gambas/lib/gambas && rm -f lib.gb.compress.so.0 && ln -s lib.gb.compress.so.0.0.0 lib.gb.compress.so.0)
(cd /opt/gambas/lib/gambas && rm -f lib.gb.compress.so && ln -s lib.gb.compress.so.0.0.0 lib.gb.compress.so)
/usr/bin/install -c .libs/lib.gb.compress.lai /opt/gambas/lib/gambas/lib.gb.compress.la
PATH="$PATH:/sbin" ldconfig -n /opt/gambas/lib/gambas
----------------------------------------------------------------------
Libraries have been installed in:
   /opt/gambas/lib/gambas

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[5]: Nothing to be done for `install-data-am'.
make[5]: Leaving directory `/home/tom_herden/dl/source/gambas-1.0.1/src/lib/compress'
make[4]: Leaving directory `/home/tom_herden/dl/source/gambas-1.0.1/src/lib/compress'
make[3]: Leaving directory `/home/tom_herden/dl/source/gambas-1.0.1/src/lib/compress'
Making install in xml
make[3]: Entering directory `/home/tom_herden/dl/source/gambas-1.0.1/src/lib/xml'
Making install in libxml
make[4]: Entering directory `/home/tom_herden/dl/source/gambas-1.0.1/src/lib/xml/libxml'
Making install in xslt
make[5]: Entering directory `/home/tom_herden/dl/source/gambas-1.0.1/src/lib/xml/libxml/xslt'
make[6]: Entering directory `/home/tom_herden/dl/source/gambas-1.0.1/src/lib/xml/libxml/xslt'
/bin/sh ../../../../../mkinstalldirs /opt/gambas/lib/gambas
 /bin/sh ../../../../../libtool --mode=install /usr/bin/install -c  lib.gb.xml.libxml.xslt.la /opt/gambas/lib/gambas/lib.gb.xml.libxml.xslt.la
/usr/bin/install -c .libs/lib.gb.xml.libxml.xslt.so.0.0.0 /opt/gambas/lib/gambas/lib.gb.xml.libxml.xslt.so.0.0.0
(cd /opt/gambas/lib/gambas && rm -f lib.gb.xml.libxml.xslt.so.0 && ln -s lib.gb.xml.libxml.xslt.so.0.0.0 lib.gb.xml.libxml.xslt.so.0)
(cd /opt/gambas/lib/gambas && rm -f lib.gb.xml.libxml.xslt.so && ln -s lib.gb.xml.libxml.xslt.so.0.0.0 lib.gb.xml.libxml.xslt.so)
/usr/bin/install -c .libs/lib.gb.xml.libxml.xslt.lai /opt/gambas/lib/gambas/lib.gb.xml.libxml.xslt.la
PATH="$PATH:/sbin" ldconfig -n /opt/gambas/lib/gambas
----------------------------------------------------------------------
Libraries have been installed in:
   /opt/gambas/lib/gambas

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[6]: Nothing to be done for `install-data-am'.
make[6]: Leaving directory `/home/tom_herden/dl/source/gambas-1.0.1/src/lib/xml/libxml/xslt'
make[5]: Leaving directory `/home/tom_herden/dl/source/gambas-1.0.1/src/lib/xml/libxml/xslt'
Making install in rpc
make[5]: Entering directory `/home/tom_herden/dl/source/gambas-1.0.1/src/lib/xml/libxml/rpc'
make[6]: Entering directory `/home/tom_herden/dl/source/gambas-1.0.1/src/lib/xml/libxml/rpc'
/bin/sh ../../../../../mkinstalldirs /opt/gambas/lib/gambas
 /bin/sh ../../../../../libtool --mode=install /usr/bin/install -c  lib.gb.xml.libxml.rpc.la /opt/gambas/lib/gambas/lib.gb.xml.libxml.rpc.la
/usr/bin/install -c .libs/lib.gb.xml.libxml.rpc.so.0.0.0 /opt/gambas/lib/gambas/lib.gb.xml.libxml.rpc.so.0.0.0
(cd /opt/gambas/lib/gambas && rm -f lib.gb.xml.libxml.rpc.so.0 && ln -s lib.gb.xml.libxml.rpc.so.0.0.0 lib.gb.xml.libxml.rpc.so.0)
(cd /opt/gambas/lib/gambas && rm -f lib.gb.xml.libxml.rpc.so && ln -s lib.gb.xml.libxml.rpc.so.0.0.0 lib.gb.xml.libxml.rpc.so)
/usr/bin/install -c .libs/lib.gb.xml.libxml.rpc.lai /opt/gambas/lib/gambas/lib.gb.xml.libxml.rpc.la
PATH="$PATH:/sbin" ldconfig -n /opt/gambas/lib/gambas
----------------------------------------------------------------------
Libraries have been installed in:
   /opt/gambas/lib/gambas

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[6]: Nothing to be done for `install-data-am'.
make[6]: Leaving directory `/home/tom_herden/dl/source/gambas-1.0.1/src/lib/xml/libxml/rpc'
make[5]: Leaving directory `/home/tom_herden/dl/source/gambas-1.0.1/src/lib/xml/libxml/rpc'
make[5]: Entering directory `/home/tom_herden/dl/source/gambas-1.0.1/src/lib/xml/libxml'
make[6]: Entering directory `/home/tom_herden/dl/source/gambas-1.0.1/src/lib/xml/libxml'
/bin/sh ../../../../mkinstalldirs /opt/gambas/lib/gambas
 /bin/sh ../../../../libtool --mode=install /usr/bin/install -c  lib.gb.xml.libxml.la /opt/gambas/lib/gambas/lib.gb.xml.libxml.la
/usr/bin/install -c .libs/lib.gb.xml.libxml.so.0.0.0 /opt/gambas/lib/gambas/lib.gb.xml.libxml.so.0.0.0
(cd /opt/gambas/lib/gambas && rm -f lib.gb.xml.libxml.so.0 && ln -s lib.gb.xml.libxml.so.0.0.0 lib.gb.xml.libxml.so.0)
(cd /opt/gambas/lib/gambas && rm -f lib.gb.xml.libxml.so && ln -s lib.gb.xml.libxml.so.0.0.0 lib.gb.xml.libxml.so)
/usr/bin/install -c .libs/lib.gb.xml.libxml.lai /opt/gambas/lib/gambas/lib.gb.xml.libxml.la
PATH="$PATH:/sbin" ldconfig -n /opt/gambas/lib/gambas
----------------------------------------------------------------------
Libraries have been installed in:
   /opt/gambas/lib/gambas

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[6]: Nothing to be done for `install-data-am'.
make[6]: Leaving directory `/home/tom_herden/dl/source/gambas-1.0.1/src/lib/xml/libxml'
make[5]: Leaving directory `/home/tom_herden/dl/source/gambas-1.0.1/src/lib/xml/libxml'
make[4]: Leaving directory `/home/tom_herden/dl/source/gambas-1.0.1/src/lib/xml/libxml'
make[4]: Entering directory `/home/tom_herden/dl/source/gambas-1.0.1/src/lib/xml'
make[5]: Entering directory `/home/tom_herden/dl/source/gambas-1.0.1/src/lib/xml'
make[5]: Nothing to be done for `install-exec-am'.
make[5]: Nothing to be done for `install-data-am'.
make[5]: Leaving directory `/home/tom_herden/dl/source/gambas-1.0.1/src/lib/xml'
make[4]: Leaving directory `/home/tom_herden/dl/source/gambas-1.0.1/src/lib/xml'
make[3]: Leaving directory `/home/tom_herden/dl/source/gambas-1.0.1/src/lib/xml'
Making install in qt
make[3]: Entering directory `/home/tom_herden/dl/source/gambas-1.0.1/src/lib/qt'
Making install in editor
make[4]: Entering directory `/home/tom_herden/dl/source/gambas-1.0.1/src/lib/qt/editor'
make[5]: Entering directory `/home/tom_herden/dl/source/gambas-1.0.1/src/lib/qt/editor'
/bin/sh ../../../../mkinstalldirs /opt/gambas/lib/gambas
 /bin/sh ../../../../libtool --mode=install /usr/bin/install -c  lib.gb.qt.editor.la /opt/gambas/lib/gambas/lib.gb.qt.editor.la
/usr/bin/install -c .libs/lib.gb.qt.editor.so.0.0.0 /opt/gambas/lib/gambas/lib.gb.qt.editor.so.0.0.0
(cd /opt/gambas/lib/gambas && rm -f lib.gb.qt.editor.so.0 && ln -s lib.gb.qt.editor.so.0.0.0 lib.gb.qt.editor.so.0)
(cd /opt/gambas/lib/gambas && rm -f lib.gb.qt.editor.so && ln -s lib.gb.qt.editor.so.0.0.0 lib.gb.qt.editor.so)
/usr/bin/install -c .libs/lib.gb.qt.editor.lai /opt/gambas/lib/gambas/lib.gb.qt.editor.la
PATH="$PATH:/sbin" ldconfig -n /opt/gambas/lib/gambas
----------------------------------------------------------------------
Libraries have been installed in:
   /opt/gambas/lib/gambas

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[5]: Nothing to be done for `install-data-am'.
make[5]: Leaving directory `/home/tom_herden/dl/source/gambas-1.0.1/src/lib/qt/editor'
make[4]: Leaving directory `/home/tom_herden/dl/source/gambas-1.0.1/src/lib/qt/editor'
Making install in ext
make[4]: Entering directory `/home/tom_herden/dl/source/gambas-1.0.1/src/lib/qt/ext'
make[5]: Entering directory `/home/tom_herden/dl/source/gambas-1.0.1/src/lib/qt/ext'
/bin/sh ../../../../mkinstalldirs /opt/gambas/lib/gambas
 /bin/sh ../../../../libtool --mode=install /usr/bin/install -c  lib.gb.qt.ext.la /opt/gambas/lib/gambas/lib.gb.qt.ext.la
/usr/bin/install -c .libs/lib.gb.qt.ext.so.0.0.0 /opt/gambas/lib/gambas/lib.gb.qt.ext.so.0.0.0
(cd /opt/gambas/lib/gambas && rm -f lib.gb.qt.ext.so.0 && ln -s lib.gb.qt.ext.so.0.0.0 lib.gb.qt.ext.so.0)
(cd /opt/gambas/lib/gambas && rm -f lib.gb.qt.ext.so && ln -s lib.gb.qt.ext.so.0.0.0 lib.gb.qt.ext.so)
/usr/bin/install -c .libs/lib.gb.qt.ext.lai /opt/gambas/lib/gambas/lib.gb.qt.ext.la
PATH="$PATH:/sbin" ldconfig -n /opt/gambas/lib/gambas
----------------------------------------------------------------------
Libraries have been installed in:
   /opt/gambas/lib/gambas

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[5]: Nothing to be done for `install-data-am'.
make[5]: Leaving directory `/home/tom_herden/dl/source/gambas-1.0.1/src/lib/qt/ext'
make[4]: Leaving directory `/home/tom_herden/dl/source/gambas-1.0.1/src/lib/qt/ext'
make[4]: Entering directory `/home/tom_herden/dl/source/gambas-1.0.1/src/lib/qt'
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 `test -f 'main.cpp' || echo './'`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[4]: *** [main.lo] Error 1
make[4]: Leaving directory `/home/tom_herden/dl/source/gambas-1.0.1/src/lib/qt'
make[3]: *** [install-recursive] Error 1
make[3]: Leaving directory `/home/tom_herden/dl/source/gambas-1.0.1/src/lib/qt'
make[2]: *** [install-recursive] Error 1
make[2]: Leaving directory `/home/tom_herden/dl/source/gambas-1.0.1/src/lib'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/home/tom_herden/dl/source/gambas-1.0.1/src'
make: *** [install-recursive] Error 1


More information about the User mailing list