-
Notifications
You must be signed in to change notification settings - Fork 3
Failed to install ocaml 4.07 and 4.08 #6
Comments
On my macOS 10.14.6, I could not even get 4.06.1 to install correctly. 4.07.1 and 4.08.1 failed similarly as per below too:
|
@webhive Can you provide more detailed environmental information? |
Both versions were installable in all my environments. (macOS 10.14.6, OpenBSD 6.5) Maybe you don't have the required dependencies and I'll check it out this weekend. |
If you need a template for environmental information, use the following one. - OS: [e.g. macOS 10.14.6]
- asdf version [e.g. v0.7.4]
- Is the asdf-ocaml up to date? [e.g. Yes or No] To update asdf and asdf-ocaml, run the following command. asdf update
asdf plugin-update ocaml |
I'm on macOS 10.14.6. I re-ran
What else could I check? |
Seems like it does not work across available ocaml versions of 4.06.1, 4.07.1 and 4.08.1 for me at all. Similar errors as above. What else could I help provide to narrow down the potential issue? |
These errors is not related to this plugin - try |
Yes, this plugin recently supported macOS and OpenBSD. So I guess that the build failed because of some required dependencies are missing. |
@yeongsheng-tan If you can send me a list of what you have installed with brew, I may be able to look into your issue a little more. |
I will close this issue, but any comments are welcome. |
You are right. I did Not sure what other packages/lib are required. Any LDFLAGS I need to set for opam or gcc to compile the needed? My |
My friend could install |
Found the fix for macOS 10.14.6 in this github issue: ocaml/opam-repository#13008 Basically, the main idea/fix is to From ocaml/opam#3650 Finally:
|
@yeongsheng-tan I’m glad to hear that 👏 |
Everything fell nicely into place w/o any errors with
works perfectly for me now. |
Thanks for the information. This issue is likely to be help to others, so I pinned this! |
I created new version that install OCaml without Opam. You should be able to install it without brew related problems. More context can be found in #15. |
When tried to install recent versions of ocaml got the following error
while the version 4.06.1 installed well
The text was updated successfully, but these errors were encountered: