Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CoinMP fails to compile on OS X #5

Open
svigerske opened this issue Mar 4, 2019 · 0 comments
Open

CoinMP fails to compile on OS X #5

svigerske opened this issue Mar 4, 2019 · 0 comments
Labels

Comments

@svigerske
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant