-
Notifications
You must be signed in to change notification settings - Fork 647
HDF5: New version 1.14.5 #8588
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: New version 1.14.5 #8588
Conversation
|
Something is off with Windows and shared libraries.
|
|
@mkitti I'm stuck here. The problem seems to be that libtool doesn't want to create shared libraries on Windows. Instead, it creates static libraries. It also says that the dependencies (OpenSSL etc.) don't provide shared libraries. |
|
Huh, I will take a look. |
|
I'm confused why you say OpenSSL does not have any DLLs. There are at least two of them in the bin directory.
|
|
I'm not saying that... I'm saying that HDF5's configure or build script says that OpenSSL has no DLLs. I assume that's part of the problem why HDF5 doesn't build any shared libraries. |
|
I'll take a closer look later today. |
|
Gentle bump on that one. Is there any hope or is it more tricky than expected? |
|
It's a Windows problem. I can run the build script, but I can't test the resulting HDF5 libraries. |
|
Is the ROS3-VFD driver on Windows important? |
|
The Windows build fails. I don't know why. |
|
Thanks a lot for trying again! |
|
@mkitti Any ideas about Windows and shared libraries? The actual error message is probably but the three files succeeds. |
|
Maybe we should switch to |
|
I do usually use cmake while building on Windows... |
|
See #10347 |
|
Closing in favour of #10347. |
No description provided.