msftguy / ssh-rd

138 stars 74 forks source link

Boost Lion Support #1

Closed bored-engineer closed 12 years ago

bored-engineer commented 12 years ago

The version of boost included does not appear to compile on OS X Lion.

Running build-osx.sh yeild the following error:

error: "10.7" is not a known value of feature <macosx-version>
error: legal values:
msftguy commented 12 years ago

It seems related to a Boost bug with XCode 4.3: https://svn.boost.org/trac/boost/ticket/6686 Just drop 'macosx-version=10.7 macosx-version-min=10.6' from the script; it should build fine after that.. Please reopen if that doesn't solve the problem..