(context post by nelisky)

2 messages BitcoinTalk nelisky, Satoshi Nakamoto September 6, 2010 — September 6, 2010
nelisky September 6, 2010 Source · Permalink

I’ve been getting this from the start, and it is only a mild nuisance as I develop in OSX but then deploy on linux.

Anyway, the bitcoind process doesn’t daemonize itself on my system, OSX 10.6, not with nor without -daemon. I can background it with ’&’ or ctrl-z bg, and it works correctly.

Satoshi Nakamoto September 6, 2010 Source · Permalink

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.