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. :)
The code in
src/
(theimagelib
findlib package) should not depend onunix
; code that depends onunix
should be inunix/
(theimagelib.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 ?