public inbox for bitcoindev@googlegroups.com
 help / color / mirror / Atom feed
* [Bitcoin-development] Has anyone compiled under MacOS 10.8?
@ 2012-11-26 15:05 Mike Hearn
  2012-11-29 20:34 ` Mike Hearn
  0 siblings, 1 reply; 3+ messages in thread
From: Mike Hearn @ 2012-11-26 15:05 UTC (permalink / raw)
  To: Bitcoin Dev

[-- Attachment #1: Type: text/plain, Size: 223 bytes --]

It appears that something about Boost doesn't play nicely with the default
build instructions (possibly the switch to clang++?).

I will dig in eventually but for now, if anyone has a recipe that fixes
things, let me know.

[-- Attachment #2: Type: text/html, Size: 251 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Bitcoin-development] Has anyone compiled under MacOS 10.8?
  2012-11-26 15:05 [Bitcoin-development] Has anyone compiled under MacOS 10.8? Mike Hearn
@ 2012-11-29 20:34 ` Mike Hearn
  2012-12-27 16:28   ` Mike Hearn
  0 siblings, 1 reply; 3+ messages in thread
From: Mike Hearn @ 2012-11-29 20:34 UTC (permalink / raw)
  To: Bitcoin Dev

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 <mike@plan99•net> wrote:
> It appears that something about Boost doesn't play nicely with the default
> build instructions (possibly the switch to clang++?).
>
> I will dig in eventually but for now, if anyone has a recipe that fixes
> things, let me know.



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Bitcoin-development] Has anyone compiled under MacOS 10.8?
  2012-11-29 20:34 ` Mike Hearn
@ 2012-12-27 16:28   ` Mike Hearn
  0 siblings, 0 replies; 3+ messages in thread
From: Mike Hearn @ 2012-12-27 16:28 UTC (permalink / raw)
  To: Bitcoin Dev

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 macx-g++", which perhaps ends up making
gcc stricter than it's supposed to be.

On Thu, Nov 29, 2012 at 8:34 PM, Mike Hearn <mike@plan99•net> wrote:
> 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 <mike@plan99•net> wrote:
>> It appears that something about Boost doesn't play nicely with the default
>> build instructions (possibly the switch to clang++?).
>>
>> I will dig in eventually but for now, if anyone has a recipe that fixes
>> things, let me know.


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-12-27 16:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-11-26 15:05 [Bitcoin-development] Has anyone compiled under MacOS 10.8? Mike Hearn
2012-11-29 20:34 ` Mike Hearn
2012-12-27 16:28   ` Mike Hearn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox