I can confirm that it don't build, last time I builded there were gcc 12.1.0 and ocaml 4.13.1; now there are gcc 12.2.0 and ocaml 4.14.0
It seems to complain about a system's ocaml
/usr/include/c++/12.2.0/x86_64-pc-linux-gnu/bits/error_constants.h: At global scope:
/usr/lib/ocaml/caml/compatibility.h:112:41: error: expected ‘}’ before ‘(’ token
112 | #define invalid_argument CAML_DEPRECATED("invalid_argument", "caml_invalid_argument") caml_invalid_argument
$ LANG=C pacman -Qo /usr/lib/ocaml/caml/compatibility.h
/usr/lib/ocaml/caml/compatibility.h is owned by ocaml 4.14.0-1
Pinned Comments
FabioLolix commented on 2024-08-12 20:20 (UTC)
btw builded packages for this here: https://sourceforge.net/projects/fabiololix-os-archive/files/Packages/
FabioLolix commented on 2023-06-18 14:41 (UTC)
I have uploaded
ocaml4
on the AUR, it is not compatible withocaml
from the official repository, fortunately there was no need to make an ocaml4 version ofdune
(for now)