I am trying to install on Kubuntu 25.04, but I am getting the following error during the build:
#=== ERROR while compiling biniou.1.2.2 =======================================#
# context 2.3.0 | linux/x86_64 | ocaml.5.3.0 | https://opam.ocaml.org#a0954f8e10e547ee452d084ea28ddb8ea3057cb6
# path ~/.opam/default/.opam-switch/build/biniou.1.2.2
# command ~/.opam/opam-init/hooks/sandbox.sh build dune build -p biniou -j 7
# exit-code 1
# env-file ~/.opam/log/biniou-98856-610465.env
# output-file ~/.opam/log/biniou-98856-610465.out
### output ###
# File "bin/dune", line 2, characters 7-12:
# 2 | (name bdump)
# ^^^^^
# Error: File unavailable:
# /usr/lib/x86_64-linux-gnu/ocaml/5.3.0/camlp-streams/camlp_streams.cmxa
# (cd _build/default && /usr/bin/ocamlc.opt -safe-string -g -bin-annot -bin-annot-occurrences -I src/.biniou.objs/byte -I /home/scip/.opam/default/lib/easy-format -I /usr/lib/x86_64-linux-gnu/ocaml/5.3.0/camlp-
streams -no-alias-deps -o src/.biniou.objs/byte/bi_stream.cmi -c -intf src/bi_stream.mli)
# File "src/bi_stream.mli", line 20, characters 59-67:
# 20 | val read_stream : (string -> 'a array) -> in_channel -> 'a Stream.t
# ^^^^^^^^
# Error: Unbound module "Stream"
Any idea how I might fix this?
Thanks in advance,
Tom
I am trying to install on Kubuntu 25.04, but I am getting the following error during the build:
Any idea how I might fix this?
Thanks in advance,
Tom