|
From: Neel P. <nee...@et...> - 2015-02-09 17:26:26
|
Do you have SQLite 3 installed on your system? I'm not sure about Ubuntu 12.04, but on Ubuntu 14.04, the two relevant packages are "sqlite3" and "libsqlite3-dev", so try doing "sudo apt-get install sqlite3 libsqlite3-dev". --Neel On 9 February 2015 at 09:04, Tim Blake <tbl...@ou...> wrote: > All, > > Encountered this today when trying to build on Ubuntu Server 12.04. This > is with the most recent commit. > > Making all in CommonLibs > make[2]: Entering directory `/home/umtsadmin/OpenBTS-UMTS/CommonLibs' > /bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. > -I.. -D'REPO_REV="1df760735b CommonLibs:1df760735b"' -I../CommonLibs > -I../Control -I../GSM -I../UMTS -I../SGSNGGSN -I../ASN/o -I../SIP -I../SMS > -I../TRXManager -I../Globals -I../CLI -I../NodeManager > -I../NodeManager/JsonBox-0.4.3/include -g -O3 -Wall -pthread -ldl > -DTIMESTAMP_ISO=`date +'"%Y-%m-%dT%H:%M:%S"'` -O3 -lsqlite3 -MT > libcommon_la-Logger.lo -MD -MP -MF .deps/libcommon_la-Logger.Tpo -c -o > libcommon_la-Logger.lo `test -f 'Logger.cpp' || echo './'`Logger.cpp > libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. "-DREPO_REV=\"1df760735b > CommonLibs:1df760735b\"" -I../CommonLibs -I../Control -I../GSM -I../UMTS > -I../SGSNGGSN -I../ASN/o -I../SIP -I../SMS -I../TRXManager -I../Globals > -I../CLI -I../NodeManager -I../NodeManager/JsonBox-0.4.3/include -g -O3 > -Wall -pthread -ldl -DTIMESTAMP_ISO=\"2015-02-09T09:02:43\" -O3 -lsqlite3 > -MT libcommon_la-Logger.lo -MD -MP -MF .deps/libcommon_la-Logger.Tpo -c > Logger.cpp -fPIC -DPIC -o .libs/libcommon_la-Logger.o > In file included from Configuration.h:22:0, > from Logger.cpp:24: > sqlite3util.h:18:21: fatal error: sqlite3.h: No such file or directory > compilation terminated. > make[2]: *** [libcommon_la-Logger.lo] Error 1 > make[2]: Leaving directory `/home/umtsadmin/OpenBTS-UMTS/CommonLibs' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/home/umtsadmin/OpenBTS-UMTS' > make: *** [all] Error 2 > > Any ideas what this could mean? > > Thanks, > Tim > > > > ------------------------------------------------------------------------------ > Dive into the World of Parallel Programming. The Go Parallel Website, > sponsored by Intel and developed in partnership with Slashdot Media, is > your > hub for all things parallel software development, from weekly thought > leadership blogs to news, videos, case studies, tutorials and more. Take a > look and join the conversation now. http://goparallel.sourceforge.net/ > _______________________________________________ > Openbts-discuss mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/openbts-discuss > > |