1844324 Members
2797 Online
110230 Solutions
New Discussion

zlib make error

 
SOLVED
Go to solution
John Teevan
Occasional Contributor

zlib make error

I am trying to install zlib123 and when I use
Make
I get returned
"adler32.c", line 105: error 1701: Unsigned suffix is an ANSI feature

Can anyone point me in the right direction to resolve/
2 REPLIES 2
Steven Schweda
Honored Contributor

Re: zlib make error

> [...] is an ANSI feature

You seem to be using the bundled C compiler,
which may be inadequate for the task.

If you knew your hardware type and OS
version, you could probably find a GCC kit
for it. Otherwise, you can buy HP's C
compiler package ("aCC"), links to either of
which a forum search should reveal.
Steven Schweda
Honored Contributor
Solution

Re: zlib make error

Or, with a bit of effort, you could probably
find a pre-built zlib kit, too.