[Qgis-developer] error while compiling
Giovanni Manghi
giovanni.manghi at gmail.com
Fri Apr 9 18:52:46 EDT 2010
Hi,
it's a couple of days that I can't make to compile trunk code under
ubuntu 9.10/10.04
the error is here following, I'm missing something?
thanks in advance
-- Giovanni --
[ 39%] Building CXX object src/app/CMakeFiles/qgis.dir/qgisapp.cpp.o
/home/marge/qgis/qgis_trunk/src/app/qgisapp.cpp: In member function
‘bool QgisApp::createDB()’:
/home/marge/qgis/qgis_trunk/src/app/qgisapp.cpp:2148: error:
‘sqlite3_open’ was not declared in this scope
/home/marge/qgis/qgis_trunk/src/app/qgisapp.cpp:2148: error: ‘SQLITE_OK’
was not declared in this scope
/home/marge/qgis/qgis_trunk/src/app/qgisapp.cpp:2155: error:
‘sqlite3_exec’ was not declared in this scope
/home/marge/qgis/qgis_trunk/src/app/qgisapp.cpp:2156: error: ‘SQLITE_OK’
was not declared in this scope
/home/marge/qgis/qgis_trunk/src/app/qgisapp.cpp:2193: error:
‘sqlite3_free’ was not declared in this scope
/home/marge/qgis/qgis_trunk/src/app/qgisapp.cpp:2194: error:
‘sqlite3_close’ was not declared in this scope
/home/marge/qgis/qgis_trunk/src/app/qgisapp.cpp:2199: error:
‘sqlite3_close’ was not declared in this scope
/home/marge/qgis/qgis_trunk/src/app/qgisapp.cpp: In member function
‘void QgisApp::newSpatialiteLayer()’:
/home/marge/qgis/qgis_trunk/src/app/qgisapp.cpp:3116: error:
‘QgsNewSpatialiteLayerDialog’ was not declared in this scope
/home/marge/qgis/qgis_trunk/src/app/qgisapp.cpp:3116: error: expected
‘;’ before ‘spatialiteDialog’
/home/marge/qgis/qgis_trunk/src/app/qgisapp.cpp:3117: error:
‘spatialiteDialog’ was not declared in this scope
/home/marge/qgis/qgis_trunk/src/app/qgisapp.cpp:3122: error:
‘spatialiteDialog’ was not declared in this scope
/home/marge/qgis/qgis_trunk/src/app/qgisapp.cpp:3169: error:
‘spatialite_init’ was not declared in this scope
/home/marge/qgis/qgis_trunk/src/app/qgisapp.cpp:3172: error:
‘sqlite3_open’ was not declared in this scope
/home/marge/qgis/qgis_trunk/src/app/qgisapp.cpp:3173: error: ‘SQLITE_OK’
was not declared in this scope
/home/marge/qgis/qgis_trunk/src/app/qgisapp.cpp:3182: error:
‘sqlite3_exec’ was not declared in this scope
/home/marge/qgis/qgis_trunk/src/app/qgisapp.cpp:3188: error:
‘sqlite3_free’ was not declared in this scope
/home/marge/qgis/qgis_trunk/src/app/qgisapp.cpp:3199: error:
‘sqlite3_free’ was not declared in this scope
/home/marge/qgis/qgis_trunk/src/app/qgisapp.cpp:3210: error:
‘sqlite3_free’ was not declared in this scope
make[3]: *** [src/app/CMakeFiles/qgis.dir/qgisapp.cpp.o] Error 1
make[3]: Leaving directory `/home/marge/qgis/qgis_trunk/debian/build'
make[2]: *** [src/app/CMakeFiles/qgis.dir/all] Error 2
make[2]: Leaving directory `/home/marge/qgis/qgis_trunk/debian/build'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/marge/qgis/qgis_trunk/debian/build'
make: *** [build-stamp] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
marge at nasicola:~/qgis/qgis_trunk$
More information about the Qgis-developer
mailing list