We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ 14%] Linking CXX executable test_issue Built target test_kahan_sum Undefined symbols for architecture x86_64: "boost::iostreams::file_descriptor::seek(long, std::_Ios_Seekdir)", referenced from: boost::iostreams::detail::indirect_streambuf<boost::iostreams::file_descriptor_sink, std::char_traits, std::allocator, boost::iostreams::output_seekable>::seek_impl(long, std::_Ios_Seekdir, std::_Ios_Openmode) in test_issue.cpp.o ld: symbol(s) not found for architecture x86_64 collect2: error: ld returned 1 exit status make[2]: *** [cone_bugs/test_issue] Error 1 make[1]: *** [cone_bugs/CMakeFiles/test_issue.dir/all] Error 2 make[1]: *** Waiting for unfinished jobs.... Linking CXX executable test_shallow_water_2d Undefined symbols for architecture x86_64: "boost::iostreams::file_descriptor::seek(long, std::_Ios_Seekdir)", referenced from: boost::iostreams::detail::indirect_streambuf<boost::iostreams::file_descriptor_sink, std::char_traits, std::allocator, boost::iostreams::output_seekable>::seek_impl(long, std::_Ios_Seekdir, std::_Ios_Openmode) in test_shallow_water_2d.cpp.o ld: symbol(s) not found for architecture x86_64 collect2: error: ld returned 1 exit status make[2]: *** [shallow_water/test_shallow_water_2d] Error 1 make[1]: *** [shallow_water/CMakeFiles/test_shallow_water_2d.dir/all] Error 2 make: *** [all] Error 2
The text was updated successfully, but these errors were encountered:
related: Homebrew/legacy-homebrew#36568
Sorry, something went wrong.
related: http://stackoverflow.com/questions/19081937/gnuplot-iostream-example-does-not-compile-with-c11
No branches or pull requests
[ 14%] Linking CXX executable test_issue
Built target test_kahan_sum
Undefined symbols for architecture x86_64:
"boost::iostreams::file_descriptor::seek(long, std::_Ios_Seekdir)", referenced from:
boost::iostreams::detail::indirect_streambuf<boost::iostreams::file_descriptor_sink, std::char_traits, std::allocator, boost::iostreams::output_seekable>::seek_impl(long, std::_Ios_Seekdir, std::_Ios_Openmode) in test_issue.cpp.o
ld: symbol(s) not found for architecture x86_64
collect2: error: ld returned 1 exit status
make[2]: *** [cone_bugs/test_issue] Error 1
make[1]: *** [cone_bugs/CMakeFiles/test_issue.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
Linking CXX executable test_shallow_water_2d
Undefined symbols for architecture x86_64:
"boost::iostreams::file_descriptor::seek(long, std::_Ios_Seekdir)", referenced from:
boost::iostreams::detail::indirect_streambuf<boost::iostreams::file_descriptor_sink, std::char_traits, std::allocator, boost::iostreams::output_seekable>::seek_impl(long, std::_Ios_Seekdir, std::_Ios_Openmode) in test_shallow_water_2d.cpp.o
ld: symbol(s) not found for architecture x86_64
collect2: error: ld returned 1 exit status
make[2]: *** [shallow_water/test_shallow_water_2d] Error 1
make[1]: *** [shallow_water/CMakeFiles/test_shallow_water_2d.dir/all] Error 2
make: *** [all] Error 2
The text was updated successfully, but these errors were encountered: