Skip to content

error: ‘H5Pset_file_locking’ was not declared in this scope; #124

Description

@PhilipDeegan
/path/highfive/include/highfive/bits/h5p_wrapper.hpp: In function ‘herr_t HighFive::detail::h5p_set_file_locking(hid_t, bool, bool)’:
/path/highfive/include/highfive/bits/h5p_wrapper.hpp:378:18: error: ‘H5Pset_file_locking’ was not declared in this scope; did you mean ‘h5p_set_file_locking’?
  378 |     herr_t err = H5Pset_file_locking(plist_id, use_file_locking, ignore_when_disabled);
      |                  ^~~~~~~~~~~~~~~~~~~
      |                  h5p_set_file_locking

since #114 I would guess

herr_t err = H5Pset_file_locking(plist_id, use_file_locking, ignore_when_disabled);

-- Found HDF5: /usr/lib64/openmpi/lib/libhdf5.so (found version "1.10.5")  

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions