Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compilation depends on system sqlite #93

Open
nuudlman opened this issue Oct 29, 2024 · 0 comments
Open

Compilation depends on system sqlite #93

nuudlman opened this issue Oct 29, 2024 · 0 comments

Comments

@nuudlman
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant