-
Notifications
You must be signed in to change notification settings - Fork 162
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
HDF5 not properly linked on Windows + Bash + Ninja #422
Comments
You might be able to get around this by adding a define for -DH5_BUILT_AS_DYNAMIC_LIB=1 |
Thanks for the suggestion @PhilipDeegan , but unfortunately that did not fix... But it does suggest that I might be understanding things incorrectly. I thought that HDF5 might not be linked correctly, but your suggestion implies that it might be linked correctly, but that it might be missing some symbols because of the way HDF5 was coded? |
What is a bit strange is that I don't find something like
|
you have
if you have no dll, you might only have a static library version of hdf5 |
The problems curiously disappeared from me. This might be due to a HDF5 and/or CMake update |
And curiously reappeared here: tdegeus/XDMFWrite_HighFive#11 |
@tdegeus Is this still an issue or can we close this? |
We've rewritten the HighFive CMake related code for |
I am trying to link HDF5 using CMake as follows:
Then, on my GitHub action:
With this I'm getting the error that
(and many more of these linker errors).
For full reference : tdegeus/QPot#19
The text was updated successfully, but these errors were encountered: