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
Any reason why you can't just use the latest version of utop (which doesn't ocamlbuild at all)? You can also just fix the opam file in the opam-repository directly if you'd like.
we have to use this version because latest doesn't work for us, we have a runtime error like Error: Reference to undefined global Longident'`.
(similar was discussed in #213 )
So will do PR to opam-repository )  
failed to install
utop.1.19.3
I think the reson is in last
cppo.1.6.0
, since with previouscppo.1.5.0
utop works fine.ocaml/opam-repository#10047
As far as I understand (and maybe I'm wrong) all we need is either constraint
cppo
version in opam or add a dependency fromcppo_ocamlbuild
.The text was updated successfully, but these errors were encountered: