BitcoinTalk

Re: bitcoind as daemon in OSX

2010-09-06 21:52:45 UTC - Original Post - View in Thread
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.