-
Notifications
You must be signed in to change notification settings - Fork 407
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
dune-configurator for MSVC #6537
Closed
jonahbeckford opened this issue
Nov 21, 2022
· 0 comments
· Fixed by #6538 or ocaml/opam-repository#22754
Closed
dune-configurator for MSVC #6537
jonahbeckford opened this issue
Nov 21, 2022
· 0 comments
· Fixed by #6538 or ocaml/opam-repository#22754
Comments
emillon
added a commit
to emillon/opam-repository
that referenced
this issue
Dec 21, 2022
…ne-site, dune-rpc, dune-rpc-lwt, dune-private-libs, dune-glob, dune-configurator, dune-build-info, dune-action-plugin and chrome-trace (3.6.2) CHANGES: - Fix configurator when using the MSVC compiler (ocaml/dune#6538, fixes ocaml/dune#6537, @nojb) - Fix running the RPC server on windows (ocaml/dune#6721 fixes ocaml/dune#6720, @rgrinberg)
jonahbeckford
pushed a commit
to diskuv/diskuv-opam-repository
that referenced
this issue
Dec 23, 2022
…ne-site, dune-rpc, dune-rpc-lwt, dune-private-libs, dune-glob, dune-configurator, dune-build-info, dune-action-plugin and chrome-trace (3.6.2) CHANGES: - Fix configurator when using the MSVC compiler (ocaml/dune#6538, fixes ocaml/dune#6537, @nojb) - Fix running the RPC server on windows (ocaml/dune#6721 fixes ocaml/dune#6720, @rgrinberg)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected Behavior
I have been maintaining the patch at https://github.com/diskuv/diskuv-opam-repository/blob/main/packages/dune-configurator/dune-configurator.2.9.3/files/custom.patch which lets MSVC work when dune-configurator is used.
If we were creating a test file on Windows, the
-o
flags should instead be one of the following flags:Actual Behavior
Reproduction
This needs the MSVC compiler and a Cygwin/MSYS2 environment:
Additional information
I looked at the latest Dune code in the main branch ... it still uses the
-o
option for the name of the object and executable. (This is one of the reasons I haven't yet upgraded the Windows Diskuv OCaml distribution past Dune 2.9 yet.)I'll bump up the priority of #6535 so this bug report can be verified.
The text was updated successfully, but these errors were encountered: