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
whether using $ make install
or >> pkg install hdf5oct-0.4.0.tar.gz
on Octave 3.8.1 or Octave 4.0, I get the error
$HOME/octave/hdf5oct-0.2.0/h5read.oct: undefined symbol: H5P_CLS_DATASET_CREATE_ID_g
error: called from 'doc_cache_create>create_cache' in file /usr/share/octave/4.0.0/m/help/doc_cache_create.m near line 106, column 18
The text was updated successfully, but these errors were encountered:
That looks as if you used the octave package from your distribution (I'm talking of deb or rpm packages, not module packages organised by octave)? Octave itself must have the hdf5 support (because hdf5oct reuses some functions), so maybe it helps, if you install the octave-hdf5 package if there is one. Can you try this?
whether using
$ make install
or
>> pkg install hdf5oct-0.4.0.tar.gz
on Octave 3.8.1 or Octave 4.0, I get the error
The text was updated successfully, but these errors were encountered: