You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try to run the first tutorial of dream on Windows and it fails to build with dune with the following error:
3 | (name main)
^^^^
/bin/bash: C:UsersnameAppDataLocalTempbuild_33ef3c_dunelongcmd71db52: No such file or directory
** Fatal error: Error during linking
File "caml_startup", line 1:
Error: Error during linking (exit code 2)
Can you try with version 2.2.1? https://opam.ocaml.org/blog/opam-2-2-1/ I know there have been some bug fixes there, not sure if those address this specific issue, but it might be worth a shot.
I managed to resolve the issue by installing cygwin separately (rather than managed through opam) and making sure it's path came before C:\Windows\System32\base.exe.
I try to run the first tutorial of dream on Windows and it fails to build with dune with the following error:
my opam switch looks as follows:
I installed Ocaml on windows by following https://opam.ocaml.org/blog/opam-2-2-0-windows/
The text was updated successfully, but these errors were encountered: