ocaml-imagelib icon indicating copy to clipboard operation
ocaml-imagelib copied to clipboard

compilation with ocaml 5 (and maybe 4.14 ?)

Open craff opened this issue 2 years ago • 2 comments

craff avatar Jun 17 '22 23:06 craff

The code in src/ (the imagelib findlib package) should not depend on unix; code that depends on unix should be in unix/ (the imagelib.unix findlib package), see top of the README.

The kprintf -> ksprintf patch looks good; looks like upstream finally deprecated it. :)

What is the build error you're seeing @craff ?

cfcs avatar Sep 29 '22 17:09 cfcs

Oh, see https://github.com/rlepigre/ocaml-imagelib/pull/54 for the unix thing.

cfcs avatar Sep 29 '22 17:09 cfcs