Boost Compiling Error After Updating gcc/g++ -


my program ok build few days back. after update gcc/g++ got compiling errors:

cmakefiles/tripleclassification.dir/src/tripleclassification.cpp.o: in function `boost::program_options::typed_value<std::string, char>::xparse(boost::any&, std::vector<std::string, std::allocator<std::string> > const&) const': tripleclassification.cpp:(.text._znk5boost15program_options11typed_valueissce6xparseerns_3anyerkst6vectorisssaissee[_znk5boost15program_options11typed_valueissce6xparseerns_3anyerkst6vectorisssaissee]+0x19): undefined reference `boost::program_options::validate(boost::any&, std::vector<std::string, std::allocator<std::string> > const&, std::string*, int)' 

i googled it, seems have gcc version. can tell me how change cmake file make work?


Comments

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -