make install under OSX creates error

Hello,

I try to build under OSX with cmake & make the HDF 1.8.11 lib, but on the make install call
I get this error:

CMake Error at cmake_install.cmake:78 (FILE):
  file INSTALL cannot find
  "/hdf5-1.8.11/release_docs/INSTALL_VMS.txt".

The process copies the shared folder and H5pubconf.h to the installed directory.
How I can fix this error?

Thanks

Phil

Phil,

    In the root CMakeLists.txt file, find the section that starts with the
following (about line 1100):

···

#-----------------------------------------------------------------------------
# Add Document File(s) to CMake Install
#-----------------------------------------------------------------------------

delete the line that contains INSTALL_VMS.txt.

This has been corrected for the next release.

Allen

On Wednesday, July 10, 2013 09:57:43 PM Philipp Kraus wrote:

Hello,

I try to build under OSX with cmake & make the HDF 1.8.11 lib, but on the
make install call I get this error:

CMake Error at cmake_install.cmake:78 (FILE):
  file INSTALL cannot find
  "/hdf5-1.8.11/release_docs/INSTALL_VMS.txt".

The process copies the shared folder and H5pubconf.h to the installed
directory. How I can fix this error?

Thanks

Phil
_______________________________________________
Hdf-forum is for HDF software users discussion.
Hdf-forum@lists.hdfgroup.org
http://mail.lists.hdfgroup.org/mailman/listinfo/hdf-forum_lists.hdfgroup.org

Hi,
I am compiling opencv4.3.0 with it’s contrib pack. i could not get hdf module configured in and hence could not compile hdf.a library. i do not know what definitions i have to write and include in which files to achieve hdf library compiled in.
i could compile hdf5 library by copying hdf5 1.8 in to contrib and configure followed by compiling to get hdf5.a library. please guide me