Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OCaml 5.2 support #2

Open
kit-ty-kate opened this issue Mar 29, 2024 · 1 comment
Open

OCaml 5.2 support #2

kit-ty-kate opened this issue Mar 29, 2024 · 1 comment

Comments

@kit-ty-kate
Copy link
Contributor

This package fails to build on OCaml 5.2 with:

#=== ERROR while compiling ppx_interact.0.1.0 =================================#
# context              2.2.0~beta2~dev | linux/x86_64 | ocaml-variants.5.2.0+trunk | file:///home/opam/opam-repository
# path                 ~/.opam/5.2/.opam-switch/build/ppx_interact.0.1.0
# command              ~/.opam/5.2/bin/dune build -p ppx_interact -j 1 @install
# exit-code            1
# env-file             ~/.opam/log/ppx_interact-20-12799c.env
# output-file          ~/.opam/log/ppx_interact-20-12799c.out
### output ###
# (cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w -40 -g -bin-annot -I runtime/.ppx_interact_runtime.objs/byte -I /home/opam/.opam/5.2/lib/linenoise -I /home/opam/.opam/5.2/lib/ocaml/compiler-libs -I /home/opam/.opam/5.2/lib/ocaml/unix -no-alias-deps -o runtime/.ppx_interact_runtime.objs/byte/ppx_interact_runtime.cmo -c -impl runtime/ppx_interact_runtime.ml)
# File "runtime/ppx_interact_runtime.ml", line 215, characters 8-31:
# 215 |     try Misc.find_in_path_uncap search_path (unit ^ ".cmt")
#               ^^^^^^^^^^^^^^^^^^^^^^^
# Error: Unbound value "Misc.find_in_path_uncap"
@dariusf
Copy link
Owner

dariusf commented Apr 4, 2024

Thanks! I've fixed it. Will make a new release soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants