Hello
I am a pi novice, following the stages of 'SBFspot install on a Raspberry pi' and have got to the make install_sqlite. I am using the 312 download file.
After just a couple of lines of output there is this output
db_SQLite.h:41:21: fatal error: sqlite3.h: No such file or directory
# include <sqlite3.h>
compilation terminated.
Looking at the contents of the directory sbfspot.3/SBFspot I can see no sqlite3.h file, although there is a db_ SQLite.h
Its many years (decades) since it tried compiling anything on unix. Is there anything I can do to fix this??
Regards
Ed
Comments: Apologies. I have realised that I had omitted the line to install sqlite3 (sudo apt-get install sqlite3 libsqlite3-dev). Having returned to do this the error I reported did not recur. Sorry for this post. Ed
I am a pi novice, following the stages of 'SBFspot install on a Raspberry pi' and have got to the make install_sqlite. I am using the 312 download file.
After just a couple of lines of output there is this output
db_SQLite.h:41:21: fatal error: sqlite3.h: No such file or directory
# include <sqlite3.h>
compilation terminated.
Looking at the contents of the directory sbfspot.3/SBFspot I can see no sqlite3.h file, although there is a db_ SQLite.h
Its many years (decades) since it tried compiling anything on unix. Is there anything I can do to fix this??
Regards
Ed
Comments: Apologies. I have realised that I had omitted the line to install sqlite3 (sudo apt-get install sqlite3 libsqlite3-dev). Having returned to do this the error I reported did not recur. Sorry for this post. Ed