You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 9, 2022. It is now read-only.
(This is the thing I mentioned in the latest HDB++ meeting).
I was trying to build this project on my Ubuntu 20.4 machine for doing local testing and ran into some linker errors, complaining about missing "-lrt" flag. In the end I got it to work by adding rt to the target_link_libraries in CMakeLists.txt in both the hdbpp_es and hdbpp_cm subrepos. No real clue to why this is needed or if it's even the right approach.
I was compiling against the latest cpptango in conda-forge, which is 9.3.4.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
(This is the thing I mentioned in the latest HDB++ meeting).
I was trying to build this project on my Ubuntu 20.4 machine for doing local testing and ran into some linker errors, complaining about missing "-lrt" flag. In the end I got it to work by adding
rt
to thetarget_link_libraries
inCMakeLists.txt
in both thehdbpp_es
andhdbpp_cm
subrepos. No real clue to why this is needed or if it's even the right approach.I was compiling against the latest cpptango in conda-forge, which is 9.3.4.
The text was updated successfully, but these errors were encountered: