Replies: 2 comments
-
|
I am not sure if this is correct but this worked in the end: SOCI.wrap: meson.build snippet: |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Since this https://bodhi.fedoraproject.org/updates/FEDORA-2026-a9d98b8068 update has landed to Fedora F43 stable repository this now works: when you have EDIT: or install backends you like and adapt |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi :)
I thought it was straightforward due to the cmake compat of meson but I am stuck at
../meson.build:9:12: ERROR: Dependency "soci_core" not found, tried pkgconfig and cmake.I am doing
soci_core = dependency('soci_core')basically.I tried also
soci,Soci,SOCI,SOCI::soci_core,libsoci,libsoci_coreand read https://soci.sourceforge.net/doc/release/4.0/installation/#using-libraryBut I didnt get it working. I am on fedora 38 and have
soci-develinstalled. So I am kinda stuck :)Beta Was this translation helpful? Give feedback.
All reactions