Re: A few suggestions

To build on FreeBSD:

Install all of the required software from /usr/ports and then compile using the makefile.fbsd

“It just works”. 🙂

That’s good, is it running fine on FreeBSD?

I committed the changes to headers.h. For consistency, I used __BSD__. The complete list of defines is at http://docs.wxwidgets.org/stable/wx_cppconst.html
#ifdef __BSD__
#include <netinet/in.h>
#endif

malloc.h is only needed on windows, I’ll move that into the __WXMSW__ section before it causes any more trouble.

50,102 total views, 2 views today

https://bitcointalk.org/index.php?topic=12.msg77#msg77