-
Notifications
You must be signed in to change notification settings - Fork 358
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 fail with opam-putenv in MSYS2+MinGW #4104
Comments
I still have this error on Cygwin+mingw64, and msys2+mingw64. I think that I’ve eliminated what I was doing wrong in my build script. I’m using OCaml 4.10 and Opam’s master. |
I’m still having this error. The file
Instructions to reproduce are here. |
The problem is noted here:
the bug is that Dune is then trying to build opam-putenv! |
(the workaround is to install |
Fixed by #5522. If you're still having the issue, please feel free to reopen. |
Hi! I’m compiling OCaml 4.10 and Opam's master (8da623a) on MSYS2 with MinGW.
This is an excerpt of the script I’m using to compile:
Note the line
configure: WARNING: Complementary C compiler not found - opam-putenv will not be built
. This is the error:This may be related to
Originally posted by @dra27 in #3834 (comment)
Any help would be greatly appreciated.
The text was updated successfully, but these errors were encountered: