Commit c7ba76c
committed
bitcoin doesn't work on OCaml 5
It fails with:
```
#=== ERROR while compiling bitcoin.2.0 ========================================#
# context 2.2.0~alpha~dev | linux/x86_64 | ocaml-base-compiler.5.0.0 | file:///home/opam/opam-repository
# path ~/.opam/5.0/.opam-switch/build/bitcoin.2.0
# command ~/.opam/opam-init/hooks/sandbox.sh build ./configure --prefix /home/opam/.opam/5.0 --docdir /home/opam/.opam/5.0/doc/bitcoin --disable-ocsigen --disable-ocamlnet --disable-cohttp --disable-ocurl
# exit-code 2
# env-file ~/.opam/log/bitcoin-7-a1d24e.env
# output-file ~/.opam/log/bitcoin-7-a1d24e.out
### output ###
# File "./setup.ml", line 318, characters 20-36:
# 318 | String.compare (String.lowercase s1) (String.lowercase s2)
# ^^^^^^^^^^^^^^^^
# Error: Unbound value String.lowercase
```1 parent b50d55d commit c7ba76c
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
0 commit comments