error in installing fedit2 (2017-03-19 20:40 by the piker #79557)
hi i resently want to install fedit2 in my arch linux and i saw that it has error while making !
the error :
average_formation.cpp:98:12: error: cannot convert ‘rcsc::Formation::Ptr {aka boost::shared_ptr<rcsc::Formation>}’ to ‘bool’ in return
return M_target_formation;
my solution for this error :
simply change "return M_target_formation;" to "return true;" in average_formation file !
it has another error in making . that error is in g++ flag . you should replace all "-pthread-lQtGui" to "-pthread -lQtGui"!
tnx :)