-
Notifications
You must be signed in to change notification settings - Fork 36
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
Missing libneon.a in 0.8.1 #93
Comments
Fixes macOS 12 builds. neon is gone, and curl is already part of davix.a (cern-fts/davix#93).
...and just not linking against
Looks like the |
Hello Axel, I'm not aware of Davix exporting any CMake targets. I'll have a look at the issue tomorrow. |
Any news on this? It blocks our release, I'd very much appreciate some input here. Happy to discuss by videoconf or phone if that reduces latency! |
Thanks a lot for your help today! I'll just add this here because it's along the same lines:
That's macOS11. I'll post an update once I figured out how to tell CMake to link against the |
Hi,
Are we (ROOT) configuring / building davix incorrectly? We get
That's coming from https://github.com/root-project/root/blob/master/builtins/davix/CMakeLists.txt#L19-L22
Does Davix export CMake targets (
Davix::Davix
or similar) these days? I didn't find those.IIUC, https://github.com/cern-fts/davix/blob/devel/src/CMakeLists.txt#L150 is relevant here and it "includes" curl, so we don't even need to link against neon anymore?
Thanks for any insights :-)
Axel
The text was updated successfully, but these errors were encountered: