c++ - Boost error in xcode -
c++ - Boost error in xcode -
i new boost library. dragged , drop boost folder xcode , entered header search path. when compile giving error
#if defined(boost_asio_header_only) # error not compile asio library source boost_asio_header_only defined #endif
how prepare this?
you can't drop boost source xcode , build it. utilize build instructions boost documentation.
c++ xcode boost
Comments
Post a Comment