CoinMP
CoinMP copied to clipboard
CoinMP fails to compile on OS X
Issue created by migration from Trac.
Original creator: phines
Original creation time: 2008-09-16 20:33:26
Assignee: somebody
Version:
On my OS X (10.5, Intel) CoinMP fails to compile because "malloc.h" is in the sys directory on the Mac. The problem can be fixed (on a mac) by changing line 18 of CoinMP-1.2.0/CoinMP/src/CoinMP.cpp to
#include "sys/malloc.h" // on mac...
from
#include "malloc.h"
Obviously this would probably break on another platform. I assume that something needs to be adjusted in the configure script to get a platform-independent solution.
Thanks, -Paul