AMDG On 09/12/2012 04:10 AM, christoffer.buchholz@gmail.com wrote:
I'm trying to install boost on OS X with c++11 and libc++. I'm using homebrew (boost formular with the --build-from-source argument) and have tried various options with adding stuff like
<snip>
This is what I get when it fails
<snip> ...failed updating 2 targets... ...skipped 4 targets... ...updated 10592 targets...
How do I get boost installed on OS X Mountain Lion with c++11 and libc++ preferably via homebrew for the ease it adds.
Almost everything built correctly as you can see from the summary. Some library probably doesn't compile with this compiler/standard library combination. However, I can't tell which one, since you snipped the actual error message and only showed the end of the build log. In Christ, Steven Watanabe