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

Popular posts from this blog

iphone - Dismissing a UIAlertView -

intellij idea - Update external libraries with intelij and java -

javascript - send data from a new window to previous window in php -