Re: [Bitcoin-development] Has anyone compiled under MacOS 10.8?

2012-12-27 Thread Mike Hearn
The problem mysteriously resurfaced. The magic incantation this time is to add: unix:*-g++*: QMAKE_CXXFLAGS += -fpermissive to the top. I suspect this may be related to how I am using qmake. To make it spit out a real makefile instead of an xcode project, I have to run it like gmake -spec

Re: [Bitcoin-development] Has anyone compiled under MacOS 10.8?

2012-11-29 Thread Mike Hearn
I found that the problem is the version of the Qt SDK I used didn't like the new MacOS version. Re-installing Qt fixed it. On Mon, Nov 26, 2012 at 4:05 PM, Mike Hearn m...@plan99.net wrote: It appears that something about Boost doesn't play nicely with the default build instructions (possibly