Hello,

rupert THURNER wrote:
we tried to package lzip for solaris, http://opencsw.org, and get the
following compile errors:

decoder.cc:27:20: error: stdint.h: No such file or directory

You can replace "#include <stdint.h>" with "#include <inttypes.h>". Both headers are C99 provided as extensions in C++, but for some reason solaris only provides inttypes.h.


plzip.cc:27:20: error: stdint.h: No such file or directory

Same as above.


plzip.cc:29:19: error: lzlib.h: No such file or directory

From plzip-0.1/INSTALL:
"You will need a C++ compiler and the lzlib compression library installed.
...
Lzlib is available at http://www.nongnu.org/lzip/lzlib.html.";

The remaining errors are caused by lzlib not being installed in your system.


Best regards,
Antonio.


_______________________________________________
Lzip-bug mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/lzip-bug

Reply via email to