You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
Just a workaround to install gossamer on recent Mac OS system and probably all Linux distribution, I guess. We had to remove the line 98 (${Boost_PROGRAM_OPTIONS_LIBRARY}) from src/CMakeLists.txt in order to pass through the library accessibility check of cmake since the
declaration of Boost library have nothing to do in such place.
Best,
Scanning dependencies of target gosslib
[ 1%] Building CXX object src/CMakeFiles/gosslib.dir/GossCmdReg.cc.o
cc1plus: error: unrecognized command line option "-std=c++11"
make[2]: *** [src/CMakeFiles/gosslib.dir/GossCmdReg.cc.o] Error 1
make[1]: *** [src/CMakeFiles/gosslib.dir/all] Error 2
make: *** [all] Error 2
The text was updated successfully, but these errors were encountered: