Phil, This issue was just discovered after the release. The problem is in the CMakeInstallation.cmake file starting at line 232. An IF (HDF5_PACK_MACOSX_BUNDLE) needs to surround lines 232-241. The problem is line 235 which needed an IF(NOT DEFINED CMAKE_INSTALL_PREFIX) around it.
Allen On Tuesday, November 19, 2013 11:01:34 PM Philipp Kraus wrote: > Hello, > > I build HDF 1.8.12 on OSX (Montain Lion & Mavericks) and I get at the end of > the build the error: > > CMake Error at cmake_install.cmake:31 (FILE): > file cannot create directory: /HDF5 > 1.8.12.framework/Versions/1.8.12/HDF5/include. Maybe need administrative > privileges. > > I don't want to create a OSX framework or anything else, cmake should build > only the libs and installed it to the prefix directory with the header > files. How can I disable the framework build? > > Thanks > > Phil _______________________________________________ Hdf-forum is for HDF software users discussion. [email protected] http://mail.lists.hdfgroup.org/mailman/listinfo/hdf-forum_lists.hdfgroup.org
