|
From: Tim B. <tbl...@ou...> - 2015-02-09 17:04:16
|
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
|