rlepigre / ocaml-imagelib

The imagelib library implements image formats such as PNG or PPM
GNU Lesser General Public License v3.0
39 stars 13 forks source link

compilation with ocaml 5 (and maybe 4.14 ?) #53

Open craff opened 2 years ago

cfcs commented 2 years ago

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 commented 2 years ago

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