[Gambas-user] Fw: log

GH girardhenri at ...67...
Thu Mar 24 10:04:52 CET 2005


Here is the compilation unsuccess of g2
any ideas ?
fc3
Henri

--------------------------------------------------------------------------------


main.c: In function `query_init':
main.c:638: warning: 'current' might be used uninitialized in this function
main.c: In function `table_index':
main.c:1172: warning: control reaches end of non-void function
main.c: In function `table_is_system':
main.c:1488: warning: control reaches end of non-void function
main.c: In function `field_info':
main.c:1801: warning: control reaches end of non-void function
main.c: In function `index_exist':
main.c:1894: warning: control reaches end of non-void function
main.c: In function `index_list':
main.c:1917: warning: control reaches end of non-void function
main.c: In function `index_info':
main.c:1939: warning: control reaches end of non-void function
main.c: In function `index_delete':
main.c:1960: warning: control reaches end of non-void function
main.c: In function `index_create':
main.c:1982: warning: control reaches end of non-void function
main.c: In function `database_exist':
main.c:2001: warning: control reaches end of non-void function
main.c: In function `database_list':
main.c:2024: warning: control reaches end of non-void function
main.c: In function `database_is_system':
main.c:2085: warning: control reaches end of non-void function
main.c: At top level:
main.c:138: warning: 'conv_boolean' defined but not used
main.c:269: warning: 'query_get_param' defined but not used
/bin/sh ../libtool --mode=link 
gcc  -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os   -o 
gb.db.odbc.la -rpath /usr/local/lib/gambas2 -module -no-undefined 
main.lo -lc -lodbc
gcc -shared  .libs/main.o  -lc -lodbc  -Wl,-soname -Wl,gb.db.odbc.so.0 -o 
libs/gb.db.odbc.so.0.0.0
(cd .libs && rm -f gb.db.odbc.so.0 && ln -s gb.db.odbc.so.0.0.0 
gb.db.odbc.so.0)(cd .libs && rm -f gb.db.odbc.so && ln -s 
gb.db.odbc.so.0.0.0 gb.db.odbc.so)
creating gb.db.odbc.la
(cd .libs && rm -f gb.db.odbc.la && ln -s ../gb.db.odbc.la gb.db.odbc.la)
make[3]: Entering directory `/root/gambas2/gb.db.odbc/src'
make[3]: Rien à faire pour « install-exec-am ».
test -z "/usr/local/lib/gambas2" || mkdir -p -- . "/usr/local/lib/gambas2"
 /bin/sh ../libtool --mode=install /usr/bin/install -c  'gb.db.odbc.la' 
'/usr/local/lib/gambas2/gb.db.odbc.la'
/usr/bin/install -c .libs/gb.db.odbc.so.0.0.0 
/usr/local/lib/gambas2/gb.db.odbc.so.0.0.0
(cd /usr/local/lib/gambas2 && rm -f gb.db.odbc.so.0 && ln -s 
gb.db.odbc.so.0.0.0 gb.db.odbc.so.0)
(cd /usr/local/lib/gambas2 && rm -f gb.db.odbc.so && ln -s 
gb.db.odbc.so.0.0.0 gb.db.odbc.so)
/usr/bin/install -c .libs/gb.db.odbc.lai 
/usr/local/lib/gambas2/gb.db.odbc.la
PATH="$PATH:/sbin" ldconfig -n /usr/local/lib/gambas2
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/local/lib/gambas2

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]: Leaving directory `/root/gambas2/gb.db.odbc/src'
make[2]: Leaving directory `/root/gambas2/gb.db.odbc/src'
make[2]: Entering directory `/root/gambas2/gb.db.odbc'
make[3]: Entering directory `/root/gambas2/gb.db.odbc'
make[3]: Rien à faire pour « install-exec-am ».
make[3]: Rien à faire pour « install-data-am ».
make[3]: Leaving directory `/root/gambas2/gb.db.odbc'
make[2]: Leaving directory `/root/gambas2/gb.db.odbc'
make[1]: Leaving directory `/root/gambas2/gb.db.odbc'
Making install in gb.db.postgresql
make[1]: Entering directory `/root/gambas2/gb.db.postgresql'
Making install in src
make[2]: Entering directory `/root/gambas2/gb.db.postgresql/src'
if /bin/sh ../libtool --mode=compile 
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/pgsql/server/ -I/usr/include/pgsql/server/catalog/ 
    -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT main.lo -MD -MP -MF 
".deps/main.Tpo" -c -o main.lo main.c; \
then mv -f ".deps/main.Tpo" ".deps/main.Plo"; else rm -f ".deps/main.Tpo"; 
exit 1; fi
mkdir .libs
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/pgsql/server/ -I/usr/include/pgsql/server/catalog/ 
 -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT main.lo -MD -MP -MF 
deps/main.Tpo -c main.c  -fPIC -DPIC -o .libs/main.o
main.c: In function `table_exist':
main.c:1040: warning: unused variable `query74'
/bin/sh ../libtool --mode=link 
gcc  -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os   -o 
gb.db.postgresql.la -rpath /usr/local/lib/gambas2 -module -no-undefined 
main.lo -lc -lpq
gcc -shared 
 .libs/main.o  -lc -lpq  -Wl,-soname -Wl,gb.db.postgresql.so.0 -o 
libs/gb.db.postgresql.so.0.0.0
(cd .libs && rm -f gb.db.postgresql.so.0 && ln -s gb.db.postgresql.so.0.0.0 
gb.db.postgresql.so.0)
(cd .libs && rm -f gb.db.postgresql.so && ln -s gb.db.postgresql.so.0.0.0 
gb.db.postgresql.so)
creating gb.db.postgresql.la
(cd .libs && rm -f gb.db.postgresql.la && ln -s ../gb.db.postgresql.la 
gb.db.postgresql.la)
make[3]: Entering directory `/root/gambas2/gb.db.postgresql/src'
make[3]: Rien à faire pour « install-exec-am ».
test -z "/usr/local/lib/gambas2" || mkdir -p -- . "/usr/local/lib/gambas2"
 /bin/sh ../libtool --mode=install /usr/bin/install -c 
'gb.db.postgresql.la' '/usr/local/lib/gambas2/gb.db.postgresql.la'
/usr/bin/install -c .libs/gb.db.postgresql.so.0.0.0 
/usr/local/lib/gambas2/gb.db.postgresql.so.0.0.0
(cd /usr/local/lib/gambas2 && rm -f gb.db.postgresql.so.0 && ln -s 
gb.db.postgresql.so.0.0.0 gb.db.postgresql.so.0)
(cd /usr/local/lib/gambas2 && rm -f gb.db.postgresql.so && ln -s 
gb.db.postgresql.so.0.0.0 gb.db.postgresql.so)
/usr/bin/install -c .libs/gb.db.postgresql.lai 
/usr/local/lib/gambas2/gb.db.postgresql.la
PATH="$PATH:/sbin" ldconfig -n /usr/local/lib/gambas2
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/local/lib/gambas2

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]: Leaving directory `/root/gambas2/gb.db.postgresql/src'
make[2]: Leaving directory `/root/gambas2/gb.db.postgresql/src'
make[2]: Entering directory `/root/gambas2/gb.db.postgresql'
make[3]: Entering directory `/root/gambas2/gb.db.postgresql'
make[3]: Rien à faire pour « install-exec-am ».
make[3]: Rien à faire pour « install-data-am ».
make[3]: Leaving directory `/root/gambas2/gb.db.postgresql'
make[2]: Leaving directory `/root/gambas2/gb.db.postgresql'
make[1]: Leaving directory `/root/gambas2/gb.db.postgresql'
Making install in gb.db.sqlite
make[1]: Entering directory `/root/gambas2/gb.db.sqlite'
Making install in src
make[2]: Entering directory `/root/gambas2/gb.db.sqlite/src'
if /bin/sh ../libtool --mode=compile 
g++ -DHAVE_CONFIG_H -I. -I. -I..     -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
mkdir .libs
 g++ -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -pipe -Wall -fno-exceptions -g -Os  
-fno-omit-frame-pointer -MT main.lo -MD -MP -MF .deps/main.Tpo -c 
ain.cpp  -fPIC -DPIC -o .libs/main.o
In file included from dataset.h:38,
                 from sqlitedataset.h:33,
                 from main.cpp:40:
qry_dat.h:38:20: sqlite.h: No such file or directory
In file included from dataset.h:38,
                 from sqlitedataset.h:33,
                 from main.cpp:40:
qry_dat.h:225: error: ISO C++ forbids declaration of `sqlite' with no type
qry_dat.h:225: error: expected `;' before '*' token
In file included from sqlitedataset.h:33,
                 from main.cpp:40:
dataset.h:72: warning: `class Database' has virtual functions but 
non-virtual destructor
dataset.h:158: warning: `class Dataset' has virtual functions but 
non-virtual destructor
In file included from main.cpp:40:
sqlitedataset.h:71: error: ISO C++ forbids declaration of `sqlite' with no 
type
sqlitedataset.h:71: error: expected `;' before '*' token
sqlitedataset.h:84: error: ISO C++ forbids declaration of `sqlite' with no 
type
sqlitedataset.h:84: error: expected `;' before '*' token
sqlitedataset.h:86: error: expected `;' before "virtual"
sqlitedataset.h:68: warning: `class SqliteDatabase' has virtual functions 
but non-virtual destructor
sqlitedataset.h:129: error: ISO C++ forbids declaration of `sqlite' with no 
typesqlitedataset.h:129: error: expected `;' before '*' token
sqlitedataset.h:121: warning: `class SqliteDataset' has virtual functions 
but non-virtual destructor
main.cpp: In function `long int db_version()':
main.cpp:546: error: `sqlite_version' undeclared (first use this function)
main.cpp:546: error: (Each undeclared identifier is reported only once for 
each function it appears in.)
main.cpp: In function `void* open_database(DB_DESC*, char**)':
main.cpp:628: error: `sqlite_encoding' undeclared (first use this function)
make[2]: *** [main.lo] Erreur 1
make[2]: Leaving directory `/root/gambas2/gb.db.sqlite/src'
make[1]: *** [install-recursive] Erreur 1
make[1]: Leaving directory `/root/gambas2/gb.db.sqlite'
make: *** [install-recursive] Erreur 1
[root at ...930... gambas2]# gambas
bash: gambas: command not found
[root at ...930... gambas2]# cd /usr/local/bin/
[root at ...930... bin]# dir
[root at ...930... bin]# gambas2
bash: gambas2: command not found
[root at ...930... bin]# ./gambas2
bash: ./gambas2: Aucun fichier ou répertoire de ce type
[root at ...930... bin]# dir
[root at ...930... bin]# cd /root
[root at ...930... ~]# dir
anaconda-ks.cfg  gambas2-1.9.4.tar.bz2  install.log.syslog 
RPM-GPG-KEY.dag.txt
Desktop          ID.jpg                 kde
gambas2          install.log            passport.jpg
[root at ...930... ~]# cd gambas2
[root at ...930... gambas2]# make install
Making install in gb.compress.bzlib2
make[1]: Entering directory `/root/gambas2/gb.compress.bzlib2'
Making install in src
make[2]: Entering directory `/root/gambas2/gb.compress.bzlib2/src'
make[3]: Entering directory `/root/gambas2/gb.compress.bzlib2/src'
make[3]: Rien à faire pour « install-exec-am ».
test -z "/usr/local/lib/gambas2" || mkdir -p -- . "/usr/local/lib/gambas2"
 /bin/sh ../libtool --mode=install /usr/bin/install -c 
'gb.compress.bzlib2.la' '/usr/local/lib/gambas2/gb.compress.bzlib2.la'
/usr/bin/install -c .libs/gb.compress.bzlib2.so.0.0.0 
/usr/local/lib/gambas2/gb.compress.bzlib2.so.0.0.0
(cd /usr/local/lib/gambas2 && rm -f gb.compress.bzlib2.so.0 && ln -s 
gb.compress.bzlib2.so.0.0.0 gb.compress.bzlib2.so.0)
(cd /usr/local/lib/gambas2 && rm -f gb.compress.bzlib2.so && ln -s 
gb.compress.bzlib2.so.0.0.0 gb.compress.bzlib2.so)
/usr/bin/install -c .libs/gb.compress.bzlib2.lai 
/usr/local/lib/gambas2/gb.compress.bzlib2.la
PATH="$PATH:/sbin" ldconfig -n /usr/local/lib/gambas2
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/local/lib/gambas2

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]: Leaving directory `/root/gambas2/gb.compress.bzlib2/src'
make[2]: Leaving directory `/root/gambas2/gb.compress.bzlib2/src'
make[2]: Entering directory `/root/gambas2/gb.compress.bzlib2'
make[3]: Entering directory `/root/gambas2/gb.compress.bzlib2'
make[3]: Rien à faire pour « install-exec-am ».
make[3]: Rien à faire pour « install-data-am ».
make[3]: Leaving directory `/root/gambas2/gb.compress.bzlib2'
make[2]: Leaving directory `/root/gambas2/gb.compress.bzlib2'
make[1]: Leaving directory `/root/gambas2/gb.compress.bzlib2'
Making install in gb.compress.zlib
make[1]: Entering directory `/root/gambas2/gb.compress.zlib'
Making install in src
make[2]: Entering directory `/root/gambas2/gb.compress.zlib/src'
make[3]: Entering directory `/root/gambas2/gb.compress.zlib/src'
make[3]: Rien à faire pour « install-exec-am ».
test -z "/usr/local/lib/gambas2" || mkdir -p -- . "/usr/local/lib/gambas2"
 /bin/sh ../libtool --mode=install /usr/bin/install -c 
'gb.compress.zlib.la' '/usr/local/lib/gambas2/gb.compress.zlib.la'
/usr/bin/install -c .libs/gb.compress.zlib.so.0.0.0 
/usr/local/lib/gambas2/gb.compress.zlib.so.0.0.0
(cd /usr/local/lib/gambas2 && rm -f gb.compress.zlib.so.0 && ln -s 
gb.compress.zlib.so.0.0.0 gb.compress.zlib.so.0)
(cd /usr/local/lib/gambas2 && rm -f gb.compress.zlib.so && ln -s 
gb.compress.zlib.so.0.0.0 gb.compress.zlib.so)
/usr/bin/install -c .libs/gb.compress.zlib.lai 
/usr/local/lib/gambas2/gb.compress.zlib.la
PATH="$PATH:/sbin" ldconfig -n /usr/local/lib/gambas2
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/local/lib/gambas2

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]: Leaving directory `/root/gambas2/gb.compress.zlib/src'
make[2]: Leaving directory `/root/gambas2/gb.compress.zlib/src'
make[2]: Entering directory `/root/gambas2/gb.compress.zlib'
make[3]: Entering directory `/root/gambas2/gb.compress.zlib'
make[3]: Rien à faire pour « install-exec-am ».
make[3]: Rien à faire pour « install-data-am ».
make[3]: Leaving directory `/root/gambas2/gb.compress.zlib'
make[2]: Leaving directory `/root/gambas2/gb.compress.zlib'
make[1]: Leaving directory `/root/gambas2/gb.compress.zlib'
Making install in gb.db.mysql
make[1]: Entering directory `/root/gambas2/gb.db.mysql'
Making install in src
make[2]: Entering directory `/root/gambas2/gb.db.mysql/src'
make[3]: Entering directory `/root/gambas2/gb.db.mysql/src'
make[3]: Rien à faire pour « install-exec-am ».
test -z "/usr/local/lib/gambas2" || mkdir -p -- . "/usr/local/lib/gambas2"
 /bin/sh ../libtool --mode=install /usr/bin/install -c  'gb.db.mysql.la' 
'/usr/local/lib/gambas2/gb.db.mysql.la'
/usr/bin/install -c .libs/gb.db.mysql.so.0.0.0 
/usr/local/lib/gambas2/gb.db.mysql.so.0.0.0
(cd /usr/local/lib/gambas2 && rm -f gb.db.mysql.so.0 && ln -s 
gb.db.mysql.so.0.0.0 gb.db.mysql.so.0)
(cd /usr/local/lib/gambas2 && rm -f gb.db.mysql.so && ln -s 
gb.db.mysql.so.0.0.0 gb.db.mysql.so)
/usr/bin/install -c .libs/gb.db.mysql.lai 
/usr/local/lib/gambas2/gb.db.mysql.la
PATH="$PATH:/sbin" ldconfig -n /usr/local/lib/gambas2
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/local/lib/gambas2

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]: Leaving directory `/root/gambas2/gb.db.mysql/src'
make[2]: Leaving directory `/root/gambas2/gb.db.mysql/src'
make[2]: Entering directory `/root/gambas2/gb.db.mysql'
make[3]: Entering directory `/root/gambas2/gb.db.mysql'
make[3]: Rien à faire pour « install-exec-am ».
make[3]: Rien à faire pour « install-data-am ».
make[3]: Leaving directory `/root/gambas2/gb.db.mysql'
make[2]: Leaving directory `/root/gambas2/gb.db.mysql'
make[1]: Leaving directory `/root/gambas2/gb.db.mysql'
Making install in gb.db.odbc
make[1]: Entering directory `/root/gambas2/gb.db.odbc'
Making install in src
make[2]: Entering directory `/root/gambas2/gb.db.odbc/src'
make[3]: Entering directory `/root/gambas2/gb.db.odbc/src'
make[3]: Rien à faire pour « install-exec-am ».
test -z "/usr/local/lib/gambas2" || mkdir -p -- . "/usr/local/lib/gambas2"
 /bin/sh ../libtool --mode=install /usr/bin/install -c  'gb.db.odbc.la' 
'/usr/local/lib/gambas2/gb.db.odbc.la'
/usr/bin/install -c .libs/gb.db.odbc.so.0.0.0 
/usr/local/lib/gambas2/gb.db.odbc.so.0.0.0
(cd /usr/local/lib/gambas2 && rm -f gb.db.odbc.so.0 && ln -s 
gb.db.odbc.so.0.0.0 gb.db.odbc.so.0)
(cd /usr/local/lib/gambas2 && rm -f gb.db.odbc.so && ln -s 
gb.db.odbc.so.0.0.0 gb.db.odbc.so)
/usr/bin/install -c .libs/gb.db.odbc.lai 
/usr/local/lib/gambas2/gb.db.odbc.la
PATH="$PATH:/sbin" ldconfig -n /usr/local/lib/gambas2
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/local/lib/gambas2

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]: Leaving directory `/root/gambas2/gb.db.odbc/src'
make[2]: Leaving directory `/root/gambas2/gb.db.odbc/src'
make[2]: Entering directory `/root/gambas2/gb.db.odbc'
make[3]: Entering directory `/root/gambas2/gb.db.odbc'
make[3]: Rien à faire pour « install-exec-am ».
make[3]: Rien à faire pour « install-data-am ».
make[3]: Leaving directory `/root/gambas2/gb.db.odbc'
make[2]: Leaving directory `/root/gambas2/gb.db.odbc'
make[1]: Leaving directory `/root/gambas2/gb.db.odbc'
Making install in gb.db.postgresql
make[1]: Entering directory `/root/gambas2/gb.db.postgresql'
Making install in src
make[2]: Entering directory `/root/gambas2/gb.db.postgresql/src'
make[3]: Entering directory `/root/gambas2/gb.db.postgresql/src'
make[3]: Rien à faire pour « install-exec-am ».
test -z "/usr/local/lib/gambas2" || mkdir -p -- . "/usr/local/lib/gambas2"
 /bin/sh ../libtool --mode=install /usr/bin/install -c 
'gb.db.postgresql.la' '/usr/local/lib/gambas2/gb.db.postgresql.la'
/usr/bin/install -c .libs/gb.db.postgresql.so.0.0.0 
/usr/local/lib/gambas2/gb.db.postgresql.so.0.0.0
(cd /usr/local/lib/gambas2 && rm -f gb.db.postgresql.so.0 && ln -s 
gb.db.postgresql.so.0.0.0 gb.db.postgresql.so.0)
(cd /usr/local/lib/gambas2 && rm -f gb.db.postgresql.so && ln -s 
gb.db.postgresql.so.0.0.0 gb.db.postgresql.so)
/usr/bin/install -c .libs/gb.db.postgresql.lai 
/usr/local/lib/gambas2/gb.db.postgresql.la
PATH="$PATH:/sbin" ldconfig -n /usr/local/lib/gambas2
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/local/lib/gambas2

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]: Leaving directory `/root/gambas2/gb.db.postgresql/src'
make[2]: Leaving directory `/root/gambas2/gb.db.postgresql/src'
make[2]: Entering directory `/root/gambas2/gb.db.postgresql'
make[3]: Entering directory `/root/gambas2/gb.db.postgresql'
make[3]: Rien à faire pour « install-exec-am ».
make[3]: Rien à faire pour « install-data-am ».
make[3]: Leaving directory `/root/gambas2/gb.db.postgresql'
make[2]: Leaving directory `/root/gambas2/gb.db.postgresql'
make[1]: Leaving directory `/root/gambas2/gb.db.postgresql'
Making install in gb.db.sqlite
make[1]: Entering directory `/root/gambas2/gb.db.sqlite'
Making install in src
make[2]: Entering directory `/root/gambas2/gb.db.sqlite/src'
if /bin/sh ../libtool --mode=compile 
g++ -DHAVE_CONFIG_H -I. -I. -I..     -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.. -g -O2 -pipe -Wall -fno-exceptions -g -Os  
-fno-omit-frame-pointer -MT main.lo -MD -MP -MF .deps/main.Tpo -c 
ain.cpp  -fPIC -DPIC -o .libs/main.o
In file included from dataset.h:38,
                 from sqlitedataset.h:33,
                 from main.cpp:40:
qry_dat.h:38:20: sqlite.h: No such file or directory
In file included from dataset.h:38,
                 from sqlitedataset.h:33,
                 from main.cpp:40:
qry_dat.h:225: error: ISO C++ forbids declaration of `sqlite' with no type
qry_dat.h:225: error: expected `;' before '*' token
In file included from sqlitedataset.h:33,
                 from main.cpp:40:
dataset.h:72: warning: `class Database' has virtual functions but 
non-virtual destructor
dataset.h:158: warning: `class Dataset' has virtual functions but 
non-virtual destructor
In file included from main.cpp:40:
sqlitedataset.h:71: error: ISO C++ forbids declaration of `sqlite' with no 
type
sqlitedataset.h:71: error: expected `;' before '*' token
sqlitedataset.h:84: error: ISO C++ forbids declaration of `sqlite' with no 
type
sqlitedataset.h:84: error: expected `;' before '*' token
sqlitedataset.h:86: error: expected `;' before "virtual"
sqlitedataset.h:68: warning: `class SqliteDatabase' has virtual functions 
but non-virtual destructor
sqlitedataset.h:129: error: ISO C++ forbids declaration of `sqlite' with no 
typesqlitedataset.h:129: error: expected `;' before '*' token
sqlitedataset.h:121: warning: `class SqliteDataset' has virtual functions 
but non-virtual destructor
main.cpp: In function `long int db_version()':
main.cpp:546: error: `sqlite_version' undeclared (first use this function)
main.cpp:546: error: (Each undeclared identifier is reported only once for 
each function it appears in.)
main.cpp: In function `void* open_database(DB_DESC*, char**)':
main.cpp:628: error: `sqlite_encoding' undeclared (first use this function)
make[2]: *** [main.lo] Erreur 1
make[2]: Leaving directory `/root/gambas2/gb.db.sqlite/src'
make[1]: *** [install-recursive] Erreur 1
make[1]: Leaving directory `/root/gambas2/gb.db.sqlite'
make: *** [install-recursive] Erreur 1
[root at ...930... gambas2]#
[root at ...930... gambas2]# cat>> g2.log
dir

[root at ...930... gambas2]# dir
acinclude.m4  config.log          gb.db.mysql       gb.qt.kde    Makefile.in
aclocal.m4    config.status       gb.db.odbc        gb.sdl       missing
app           config.sub          gb.db.postgresql  gb.xml       NEWS
AUTHORS       configure           gb.db.sqlite      help         README
ChangeLog     configure.ac        gb.gtk            INSTALL 
README.DEBIAN
comp          COPYING             gb.net            install-sh 
README.REDHAT
config.guess  g2.log              gb.net.curl       main         stamp-h1
config.h      gb.compress.bzlib2  gb.pcre           Makefile     TODO
config.h.in   gb.compress.zlib    gb.qt             Makefile.am
[root at ...930... gambas2]#

-------------- next part --------------
A non-text attachment was scrubbed...
Name: g2.log
Type: application/octet-stream
Size: 25784 bytes
Desc: not available
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20050324/cddfabb6/attachment.obj>


More information about the User mailing list