-
-
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
Can't compile ponyc on Fedora 26 #2046
Comments
@macropas - unfortunately, we're not yet compatible with LLVM 4.0 - that work is ongoing (see #1592). You'll have to download an older version of LLVM (3.9 should be fine), and make sure that is available on your path. You can hit the subscribe button on #1592 if you want to be notified when that work is complete. Thank you for your interest in Pony! |
I'm closing this in favor of #1592. |
unfortunately the same problem on Fedora 25 with llvm-3.9.1-3 |
@macropas if you check on line 213 of the Makefile you will see how we determine what LLVM is installed. Apparently that doesn't work for however Fedora is installing LLVM. llvm-config isn't anywhere in your PATH (nor any variation thereof). If you can figure it out and do a PR to update the install from source instructions in README.md, that would be appreciated. Feel free to open an issue specific to Fedora 25 not installing LLVM in a fashion where we are able to detect its existence. |
@SeanTAllen I have found the solution for Fedora 25:
|
@macropas can you open a PR that updates the "build from source" instructions to include Fedora 25? |
@SeanTAllen |
The text was updated successfully, but these errors were encountered: