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

Installation from repository #490

Open
d47081 opened this issue Sep 8, 2024 · 1 comment
Open

Installation from repository #490

d47081 opened this issue Sep 8, 2024 · 1 comment

Comments

@d47081
Copy link

d47081 commented Sep 8, 2024

I have just found and installed libsqlitecpp-dev from Debian 12 repository, suppose it's official even not latest version.

So it's compiling well in VSCode, without errors, by using this header:

#include <SQLiteCpp/SQLiteCpp.h>

But, when trying to finally build entire the app with make get an error like:

undefined reference to `SQLite::OPEN_READWRITE`
...

Seems following configuration not enough in Makefile?

pkg-config --libs --cflags sqlite3
@UnixY2K
Copy link
Contributor

UnixY2K commented Sep 15, 2024

I think the package no longer has a maintainer in debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1051207
you can check if it works using the latest version here (3.3.2), both cmake or meson can create the required pkgconf so you can test it

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

2 participants