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
After installing the windows toolchain, the ocamldoc command for that toolchain is a Windows-binary at .../windows-sysroot/bin/ocamldoc.exe, which, when run via
ocamlfind -toolchain windows doc
throws
Fatal error: unknown C primitive `win_waitpid'
(On my WSL Ubuntu.) Since this is usually run on the host anyways, it's fine to use the host-compiled ocamldoc, but either way should really be fixed.
The text was updated successfully, but these errors were encountered:
In theory, it should be a host-runnable binary, i.e. the same as ocamlfind doc. I don't recall what was wrong to make it a Windows one, some build system plumbing not set up quite right, nothing major.
After installing the windows toolchain, the ocamldoc command for that toolchain is a Windows-binary at
.../windows-sysroot/bin/ocamldoc.exe
, which, when run viaocamlfind -toolchain windows doc
throws
Fatal error: unknown C primitive `win_waitpid'
(On my WSL Ubuntu.) Since this is usually run on the host anyways, it's fine to use the host-compiled ocamldoc, but either way should really be fixed.
The text was updated successfully, but these errors were encountered: