[Gambas-devel] Compiling error on Ubuntu 13.04 32 bits
marco bra
marcobra.ubuntu at ...176...
Wed Dec 4 22:32:53 CET 2013
With gambas3 rev. 5977
export QT_SELECT=qt4
./reconf; ./configure -C --enable-image.imlib --enable-v4l --enable-sdl;
make clean
make
...
....
make[4]: ingresso nella directory
"/home/ubuntu/src/gambas/trunk/gb.db.sqlite2/src"
CXX gb_db_sqlite2_la-main.lo
In file included from dataset.h:61:0,
from sqlitedataset.h:56,
from main.cpp:39:
qry_dat.h:299:3: error: 'sqlite' does not name a type
sqlite *conn; //NG
^
In file included from main.cpp:39:0:
sqlitedataset.h:93:3: error: 'sqlite' does not name a type
sqlite *conn;
^
sqlitedataset.h:106:3: error: 'sqlite' does not name a type
sqlite *getHandle() { return conn; }
^
sqlitedataset.h:151:3: error: 'sqlite' does not name a type
sqlite* handle();
^
main.cpp: In function 'int db_version()':
main.cpp:497:9: error: 'sqlite_version' was not declared in this scope
sscanf(sqlite_version,"%2u.%2u.%2u", &verMain, &verMajor, &verMinor);
^
main.cpp: In function 'int open_database(DB_DESC*, DB_DATABASE*)':
main.cpp:583:40: error: 'sqlite_encoding' was not declared in this scope
db->charset = GB.NewZeroString(strcmp(sqlite_encoding, "iso8859") ==
0 ? "ISO-8859-1" : "UTF-8");
^
make[4]: *** [gb_db_sqlite2_la-main.lo] Errore 1
make[4]: uscita dalla directory
"/home/ubuntu/src/gambas/trunk/gb.db.sqlite2/src"
make[3]: *** [all-recursive] Errore 1
make[3]: uscita dalla directory "/home/ubuntu/src/gambas/trunk/gb.db.sqlite2"
make[2]: *** [all] Errore 2
make[2]: uscita dalla directory "/home/ubuntu/src/gambas/trunk/gb.db.sqlite2"
make[1]: *** [all-recursive] Errore 1
make[1]: uscita dalla directory "/home/ubuntu/src/gambas/trunk"
make: *** [all] Errore 2
.....
Thank you
Marco
--
Linux Infinite Freedom
I'm writing from this place:
http://www.openstreetmap.org/?lat=44.39945&lon=8.6798&zoom=15&layers=M
More information about the Devel
mailing list