-
Notifications
You must be signed in to change notification settings - Fork 516
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
Add SQLiteCpp to wrapdb #97
Comments
This seems like a good idea, but I am now lacking the time to do this, so no promise. |
You don't even need to build your whole project and replicate every CMake property here to allow inclusion into other projects through meson. Also I'll be happy to help along the way 😄 |
@SRombauts I've some free time across this week so I'm thinking to take a shot at this. Let's forget about tests for now and focus primarily on building this lib successfully. I see 3 directories of interest here - |
and ofcourse the system |
Yes, that's it. Thanks |
I have another question for you, in the original sources of sqlite, like this - https://www.sqlite.org/2016/sqlite-amalgamation-3140200.zip , there are two extra files apart from Also |
I've managed to almost build the whole project + gtest tests. However there is some kind of linker error occurring just after compilation of all units -
Have you ever seen this happening with your lib before? |
and if I don't build it as a static_library -
|
Okay, so here are some answers to your questions:
|
@SRombauts thankyou for clearing my doubts, I was finally able to build it successfully 😄
There's just one error along the tests - |
Everything's finally resolved, just this is remaining - @SRombauts if you could clarify how to resolve this, I'll upload sqlitecpp to meson build repository asap 👍 |
Hi @agauniyal, thank you very much and sorry about the lack of support... The DesiredSyntaxError is a flawed SQL query written by design with a syntax error to test the error mechanism :) |
as the support for windows is ready this should come once there is a new release |
forgot to mention, but this was completed long ago, currently with the same release mesonbuild/wrapdb#1131 |
https://github.com/mesonbuild/meson
https://github.com/mesonbuild/meson/wiki
https://github.com/mesonbuild/meson/wiki/Adding%20new%20projects%20to%20wrapdb
http://wrapdb.mesonbuild.com/
Meson simplifies the entire build process for us, it would be great if
SQLiteCpp
is available there. Sqlite is already present in wrapdb, so you could probably use it as dependency. You are also not required to migrate from cmake to meson since it allows patching original sources with custom meson build file.The text was updated successfully, but these errors were encountered: