Bitcoin-Qt compiles fine on my mac using macports boost@1.47_0_2
But compilation fails with boost@1.49_0_0
First error is at src/qt/qtipcserver.cpp line 33
Bitcoin-Qt compiles fine on my mac using macports boost@1.47_0_2
But compilation fails with boost@1.49_0_0
First error is at src/qt/qtipcserver.cpp line 33
Here are instructions on how to use macports to install boost 1.47_0_2
http://www.codedrop.ca/blog/archives/56
Boost portfiles: http://trac.macports.org/log/trunk/dports/devel/boost/Portfile
So, add this to /opt/local/etc/macports/sources.conf before the rsync line: file:///Users/Shared/dports
and then: mkdir /Users/Shared/dports cd /Users/Shared/dports svn co http://svn.macports.org/repository/macports/trunk/dports/devel/boost/@85591 devel/boost/ portindex /Users/Shared/dports sudo port install boost @1.47.0
Solved by commit 4060d64fc9de6f11ae69f3961d4f1f0450dd8286