You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
make
cc -Wall -Wpointer-arith -O2 -g -fno-stack-protector -fomit-frame-pointer -mtune=core2 -DP_OS_LINUX -DP_SSL_OPENSSL -c -o pcompat.o pcompat.c
In file included from pcompat.c:35:0:
plibs.h:35:21: fatal error: sqlite3.h: No such file or directory
#include <sqlite3.h>
^
compilation terminated.
: recipe for target 'pcompat.o' failed
make: *** [pcompat.o] Error 1
Where is the required sqlite3.h?
The text was updated successfully, but these errors were encountered:
make
cc -Wall -Wpointer-arith -O2 -g -fno-stack-protector -fomit-frame-pointer -mtune=core2 -DP_OS_LINUX -DP_SSL_OPENSSL -c -o pcompat.o pcompat.c
In file included from pcompat.c:35:0:
plibs.h:35:21: fatal error: sqlite3.h: No such file or directory
#include <sqlite3.h>
^
compilation terminated.
: recipe for target 'pcompat.o' failed
make: *** [pcompat.o] Error 1
Where is the required sqlite3.h?
The text was updated successfully, but these errors were encountered: