makefile - HDF5 error no file name specified, Crashes in Boost -


i'm trying build source code on osx getting following error when running it. seems related hdf5 i've got no clue how fix since linux , win built of source code works fine.

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 routine minor: out of range 

and crash happens right after here

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 @ 00:00:00  

i built hdf5 (hdf5-1.8.5-patch1) based on page , plus, added following compiler flags mentioned flags on page before building it. there wrong those?

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++" 

does know how can fix error/crash on mac?

thanks.


Comments

Popular posts from this blog

c - Bitwise operation with (signed) enum value -

xslt - Unnest parent nodes by child node -

YouTubePlayerFragment cannot be cast to android.support.v4.app.Fragment -