*HDF5 library version mismatched error*
古いコメントを表示
I'm trying to execute a mex file on ubuntu 14.04 which uses the hdf5 library.
When i try to save the .h5 file i have this warning and Matlab crashes.
Warning! ***HDF5 library version mismatched error***
The HDF5 header files used to compile this application do not match
the version used by the HDF5 library to which this application is linked.
...
...
Headers are 1.8.13, library is 1.8.6
My question is: how can i let matlab link to the most recent library?
1 件のコメント
per isakson
2014 年 5 月 20 日
Isn't the problem that the "mex file" isn't compatible with "the most recent library" ?
回答 (1 件)
Dong
2014 年 9 月 28 日
1 投票
Put the hdf5 prebuilt library in a same folder with mex file. Or use old version hdf5, just 1.8.6. Matlab use hdf5 ver1.8.6, but your mex file use 1.8.13.
2 件のコメント
Maxwell Twardowski
2021 年 5 月 4 日
How can I get my mex file to use the older version of hdf5?
Maxwell Twardowski
2021 年 5 月 4 日
Or matlab to use the newer version of hdf?
カテゴリ
ヘルプ センター および File Exchange で HDF5 についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!