OpenPrinting / splix

Splix is a driver for SPL printers (Samsung and several Xerox printers)
https://openprinting.github.io/splix/
GNU General Public License v2.0
8 stars 6 forks source link

Install error mac sonoma #3

Open zeitlyn opened 4 months ago

zeitlyn commented 4 months ago

Make error

hello trying to install under mac sonoma 14.5 I get the following error

1 warning generated.
     CXX               src/core.cpp
     CXX               src/compress.cpp
In file included from src/compress.cpp:33:
include/algo0x13.h:28:13: fatal error: 'jbig85.h' file not found
#   include "jbig85.h"

What to do?

david

tillkamppeter commented 1 month ago

Probably you do not have the library libjbig85 or its development header files (/usr/include/jbig85.h) installed.

zeitlyn commented 1 month ago

thanks that’s helpful

david