I just upgraded a meta project containing ott from version 0.32 to version 0.33. I am experiencing build issues on Windows which did not appear with 0.32.
The error is:
#=== ERROR while installing ott.0.33 ==========================================#
Some files in C:/bin/cygwin64_coq_platform/home/Michael/.opam/CP.2023.03.0~8.17~2023.03+beta1/.opam-switch/install/ott.install couldn't be installed:
- C:/bin/cygwin64_coq_platform/home/Michael/.opam/CP.2023.03.0~8.17~2023.03+beta1/.opam-switch/build/ott.0.33/src/ott to C:/bin/cygwin64_coq_platform/home/Michael/.opam/CP.2023.03.0~8.17~2023.03+beta1/bin
-
The reason that the ott binary cannot be copied to bin is that it is named ott.opt while install expected the name ott. The proper name on Windows would be ott.exe .
In version 0.32 the installed binary has the name ott.exe.
@palmskog : FYI
I just upgraded a meta project containing ott from version 0.32 to version 0.33. I am experiencing build issues on Windows which did not appear with 0.32.
The error is:
The reason that the
ottbinary cannot be copied tobinis that it is namedott.optwhile install expected the nameott. The proper name on Windows would beott.exe.In version 0.32 the installed binary has the name
ott.exe.@palmskog : FYI