-
Notifications
You must be signed in to change notification settings - Fork 77
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
Build fails #5
Comments
Hi, Thanks for the message. Can you send me more details? I don't have any MacOS for testing. Where did you created the link and where it points to? Thanks! On Tue, Jul 8, 2014 at 9:46 AM, wagnerst [email protected] wrote:
Peter |
I ran this: |
I'll fix it and let you know. Thanks for reporting this issue. On Tue, Jul 8, 2014 at 10:11 AM, wagnerst [email protected] wrote:
Peter |
I'm sorry, I have no idea why I'm receiving those E-mails. I got confused Sorry, I can't help. On Tue, Jul 8, 2014 at 10:22 AM, Peter Senna Tschudin <[email protected]
Peter |
Thank you for the information! It seems a more system-compatible way to fix this issue is #if !defined(__APPLE__)
#include <malloc.h>
#endif But I don't have any MacOS to test. Is it possible if you help to remove your symlink and test this solution and re-build again? Thanks! |
Hi, on a current Mac OS system, the build fails because malloc.h is not at the place you expect that to be. I fixed it for me by a symbolic link but that can only be a workaround. It would be better fixed in the build script.
The text was updated successfully, but these errors were encountered: