-
Notifications
You must be signed in to change notification settings - Fork 46
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
please fix build with ocaml 4.08 #35
Comments
Trying to build with OCaml <...>/bin/ocamlc.opt -unsafe-string -g -w -3 -unsafe-string -unsafe-string -unsafe-string -unsafe-string -I src/utils/extlib -I src/utils/cdk -I src/utils/bitstring -I src/utils/lib -I src/utils/ocamlrss -I src/utils/xml-light -I src/utils/net -I tools -I src/daemon/common -I src/daemon/driver -I src/utils/mp3tagui -I src/config/unix -I src/networks/direct_connect -I src/networks/fasttrack -I src/networks/fileTP -I src/networks/bittorrent -I src/networks/donkey -I +camlp4 -c src/utils/bitstring/bitstring.ml
File "src/utils/net/geoip.ml", line 228, characters 2-17:
228 | Array1.map_file (Unix.descr_of_in_channel file)
^^^^^^^^^^^^^^^
Error: Unbound value Array1.map_file |
Are there any updates? @ygrek |
ftr patch to build with 4.08 (but breaks compatibility with older OCaml):
|
fixed in aec80b9 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
please fix build with ocaml 4.08
The text was updated successfully, but these errors were encountered: