-
-
Notifications
You must be signed in to change notification settings - Fork 419
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
gmake fails on FreeBSD #2105
Comments
@tschuxxi I think we might need to use Can you try changing the makefile line 352 (https://github.com/ponylang/ponyc/blob/master/Makefile#L352) from:
to:
and line 287 in genexe.c (https://github.com/ponylang/ponyc/blob/master/src/libponyc/codegen/genexe.c#L287) from:
to
and then compiling to see if it works? |
@tschuxxi if you can verify this as a fix and get it in soon (next hour or so) it can make it into the 0.16.1 release I am doing soon. |
I changed the files but still get the same error message |
@tschuxxi Thanks for trying and confirming that fix didn't work. The following makefile fix should resolve the issue (I did a quick test via vagrant):
The issue was that when linking tests on If would be ideal if you can confirm the fix and then we can try and get it into the release for 0.16.1 that @SeanTAllen is doing soon. |
Hi,
i tried to to build ponyc like described in the readme for FreeBSD but I always get the following error message:
I'm running 11.1-RELEASE FreeBSD 11.1-RELEASE with GNU Make 4.2.1
The text was updated successfully, but these errors were encountered: