Closed psteckler closed 5 years ago
Here's a hackish workaround.
I setup OPAM to keep build directories. In .opam/4.07.0/build/ocsigenserver.2.9/src
, there are 3 files named ocisigen_getcommandline.cmi
generated, in the directories baselib/
, baselib/commandline/
, and baselib/nocommandline/
.
I copied the one from baselib/commandline/
to baselib/
, ran make
, then make install
.
That is just a workaround, and a fix to the build system is still needed. I'm not sure whether the workaround produces a correct result, just that it builds.
Thanks for the report! It should be solved by https://github.com/ocsigen/ocsigenserver/pull/152 (just as hackish).
Should be solved now. Reopen if you still have a problem.
Running "opam install ocsigenserver" with OPAM using OCaml 4.07.0:
I see this same error with OPAM installations on two different machines.