[Gambas-user] BUG in 0.99 RC1

Bodard Fabien gambasfr at ...11...
Sun Oct 31 21:37:36 CET 2004


The configure don't detect if the db mysql or sqllite is not installed

Fabien

Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -c main.cpp    -fPIC -DPIC 
-o main.lo
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:234: error: ISO C++ forbids declaration of `sqlite' with no type
qry_dat.h:234: 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 
type
sqlitedataset.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[5]: *** [main.lo] Erreur 1
make[5]: Leaving directory `/home/gambas/gambas-0.99.RC1/src/lib/db/sqlite'
make[4]: *** [all-recursive] Erreur 1
make[4]: Leaving directory `/home/gambas/gambas-0.99.RC1/src/lib/db'
make[3]: *** [all-recursive] Erreur 1
make[3]: Leaving directory `/home/gambas/gambas-0.99.RC1/src/lib'
make[2]: *** [all-recursive] Erreur 1
make[2]: Leaving directory `/home/gambas/gambas-0.99.RC1/src'
make[1]: *** [all-recursive] Erreur 1
make[1]: Leaving directory `/home/gambas/gambas-0.99.RC1'
make: *** [all-recursive-am] Erreur 2
[root at ...40... gambas-0.99.RC1]#




More information about the User mailing list