Dune build compilation error

dune build
File "bin/dune", line 3, characters 7-11:
3 |  (name main)
           ^^^^
/bin/bash: C:UserschukwAppDataLocalTempbuild_a3f8e9_dunelongcmdebe3b0: No such file or directory
** Fatal error: Error during linking

File "caml_startup", line 1:

I am facing this problem, anytime i run dune build, what could be the issue,
The directory path appear without a trailing slash.

1 Like

See [Dream] my first try - #5 by jaycle

Thank you, this fix worked.
I appreciate this gesture.