Build fails:
generating build/confstruct.ml
keys.cmi
wsi/x11/wsi.cmi
File "_none_", line 1:
Error (alert ocaml_deprecated_auto_include):
OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
automatically added to the search path, but you should add -I +unix to the
command-line to silence this alert (e.g. by adding unix to the list of
libraries in your dune file, or adding use_unix to your _tags file for
ocamlbuild, or using -package unix for ocamlfind).
ocamlc -I build -I build/wsi/x11 -g -strict-sequence -strict-formats -alert @all -warn-error @A -c -o build/wsi/x11/wsi.cmi ./wsi/x11/wsi.mli failed
build failed
Pinned Comments
cynik commented on 2022-11-10 19:17 (UTC)
it has been fixed: https://github.com/criticic/llpp/compare/fix-2
cynik commented on 2022-11-10 18:22 (UTC) (edited on 2022-11-10 18:42 (UTC) by cynik)
hmmm, i cannot reproduce @urldog 's problem, it seems to be using basically as much as it did before.
as far as the other issue goes, i remember mupdf updated last week, so maybe something changed again...
EDIT: yeah the API changed again: https://github.com/ArtifexSoftware/mupdf/commit/8aca9504370b68836da4fdae4de299df71945774
cynik commented on 2022-09-18 07:05 (UTC)
I have updated it to my fork at: https://github.com/criticic/llpp