lzip-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Lzip-bug] solaris compile errors, lzip, and plzip: error: stdint.h:


From: Antonio Diaz Diaz
Subject: Re: [Lzip-bug] solaris compile errors, lzip, and plzip: error: stdint.h: No such file or directory
Date: Mon, 28 Dec 2009 14:31:09 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.7.11) Gecko/20050905

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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]