gossamer icon indicating copy to clipboard operation
gossamer copied to clipboard

installation issue

Open temizna opened this issue 6 years ago • 1 comments

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

temizna avatar Aug 10 '18 20:08 temizna

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,

Tebalde0 avatar Mar 11 '20 08:03 Tebalde0