-
Notifications
You must be signed in to change notification settings - Fork 478
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
File "private/soci-trivial-blob-backend.h" missing #1153
Comments
See my revamp cmake PR. I think there this should be fixed |
#1118 for reference. |
Private headers are not supposed to be installed, so if this header is used by the public headers, it can't be private. I.e. it's not (just) a build system problem, it's a problem with the header name/path. |
Krzmbrzl
added a commit
to Krzmbrzl/soci
that referenced
this issue
Aug 31, 2024
Since private headers are (and also should not be) installed, this makes it impossible to compile SOCI as an installed package. Fixes SOCI#1153
Krzmbrzl
added a commit
to Krzmbrzl/soci
that referenced
this issue
Aug 31, 2024
Since private headers are (and also should not be) installed, this makes it impossible to compile SOCI as an installed package. Fixes SOCI#1153
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@Krzmbrzl, the commit #992 includes
#include <private/soci-trivial-blob-backend.h>
which is not present when installed with CMake.The text was updated successfully, but these errors were encountered: