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
The compile command doesn't specify an include path, so the sqlite.h in c_src is never used. If your system doesn't have the sqlite headers installed (like say on a server system), compilation will fail unless you add c_src to the header search path or install system-wide sqlite headers.
The text was updated successfully, but these errors were encountered:
The compile command doesn't specify an include path, so the sqlite.h in
c_src
is never used. If your system doesn't have the sqlite headers installed (like say on a server system), compilation will fail unless you addc_src
to the header search path or install system-wide sqlite headers.The text was updated successfully, but these errors were encountered: