Joel Bodenmann

Results 77 comments of Joel Bodenmann

I spent some time trying to get to the bottom of this but was pretty much unsuccessful. As I was getting desperate, I modified the `get_this_dynlib_path()` function in `backend-loader.cpp` to...

At least it's not just me then. So either one of us should probably work on a patch - Hope you got some extra time on your hands :p

Maybe - I couldn't find a viable solution but happy to hear suggestions. As mentioned above, I ended up getting rid of the condition evaluation. And as @vadz mentioned, that...

@Krzmbrzl That seems to build and run fine on my end (at least with static libraries).

> Unrelated to this issue but with the new CMake system, you are supposed to only link to SOCI::soci instead of individual components, like so Is this also the case...

Thanks! I'll need a bit more time to dig into this. In the meantime, I have launched the CI test suite on this PR. Let's see how well that goes...

Thank you for the quick answer on this! The hierarchical approach does not work for some of my situations. > Generally, if you're doing A->B and A->C [...] The thing...