-
Notifications
You must be signed in to change notification settings - Fork 123
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
Compilation fails #1199
Comments
Another issue I've mentioned is #1069 |
Thanks for reporting the issue. If we want to keep the compatibility with older versions of |
Won't something along the lines of the patch below preserve compatibility?
|
Yes, that's perfect! Do you want to open the PR? |
I'll do it tomorrow. It's 7pm here, and I'm going to go away from my machines. |
Of course, there's no hurry :-) |
Already did it. Thanks for the report. |
Just a note: you're compiling dune with warnings as being fatal. That's not the behavior in release mode. |
I just run make install in the source tree -- and it failed. |
Yup. When you do that, dune assume you're developing. But in release, the |
Indeed. Should it be documented? |
It's standard with every dune package. And it should be documented there already. However, if you want add a note in the README I wouldn't mind. |
I need to compile from source since I am on FreeBSD and I have to patch a submodule first. README says 'make install' and I believed. |
To be honest, I did not even look into Makefile. I could do better. |
I had to do the following (on FreeBSD 13.2-p4, ocaml 5.1.0, in addition to FreeBSD-specific fix in
submodules/lev/lev/vendor/ev.c
proposed in another issue)to be able to compile master branch.
The text was updated successfully, but these errors were encountered: