Re: bitcoind as daemon in OSX
Re: bitcoind as daemon in OSX
Date: September 6, 2010
Source: BitcoinTalk Forum
URL: https://satoshi.nakamotoinstitute.org/posts/bitcointalk/438/
Can you build?
Try changing line 78 of init.cpp from:
ifdef __WXGTK__
to:
ifndef __WXMSW__
If that works, I'll change the source. It should work.