Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/delphi/8.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
HDF5错误未指定文件名,在Boost中崩溃_Boost_Makefile_Maya_Hdf5_Alembic - Fatal编程技术网

HDF5错误未指定文件名,在Boost中崩溃

HDF5错误未指定文件名,在Boost中崩溃,boost,makefile,maya,hdf5,alembic,Boost,Makefile,Maya,Hdf5,Alembic,我试图在OSX上构建一个源代码,但在运行它时出现以下错误。它似乎与HDF5有关,但我不知道如何修复它,因为这个源代码的Linux和Win构建已经运行良好 Error detected in HDF5 (1.8.15-patch1) thread 5963292672: #000: H5F.c line 435 in H5Fis_hdf5(): no file name specified major: Invalid arguments to routine minor: Out of ran

我试图在OSX上构建一个源代码,但在运行它时出现以下错误。它似乎与HDF5有关,但我不知道如何修复它,因为这个源代码的Linux和Win构建已经运行良好

Error detected in HDF5 (1.8.15-patch1) thread 5963292672:

#000: H5F.c line 435 in H5Fis_hdf5(): no file name specified major: Invalid arguments to routine
minor: Out of range
紧接着这里就发生了车祸

CRASHED in boost::re_detail::basic_regex_parser<char, signal caught: SIGSEGV -- Invalid memory reference

boost::regex_traits<char, boost::cpp_regex_traits<char> > >::parse_extended at 00:00:00 
有人知道我如何修复Mac上的错误/崩溃吗

谢谢

ENV.append "CXXFLAGS", "-std=c++03 -stdlib=libstdc++"
ENV.append "CFLAGS", "-stdlib=libstdc++"
ENV.append "LDFLAGS", "-stdlib=libstdc++ -lstdc++"
ENV["CXX"] = "/usr/bin/clang++ -stdlib=libstdc++"