Hi !
Have i got something forgotten or not observed ..
With the new snapshot's i can't compile it under Scientific Linux 4 (RHEL4) ... with an old snapshot from April it works ...
checking for zlib ... Found ZLIB include files in /usr/include Found ZLIB libraries in /usr/lib zlib version 1.2.1.2 Your zlib version is too old, requires version 1.2.3 or later ZLIB version too old, must be at least version 1.2.x
... i remember a problem from September
Subject :Latest stable snapshot?
And the last answer was from Henry
In /usr/include/zlib.h add the following to the #include's:
define ZLIB_VER_MAJOR 1
define ZLIB_VER_MINOR 2
Date: Tue, 30 Sep 2008 11:48:08 +0000 (UTC) From: Henrik Stoerner <henrik at hswn.dk> Reply-To: hobbit at hswn.dk To: hobbit at hswn.dk Newsgroups: lists.hobbit Subject: Re: [hobbit] Latest stable snapshot?
The ZLIB_VER_MAJOR/MINOR macros apparently are a Linux- or Debian-addition. I've updated the test-zlib.c module to use the standard ZLIB_VERNUM macro instead. So it should work now with a standard zlib installation.
.. with Scientific Linux 5 (RHEL5) it works ...
.. is it my personal problem ?
cheers,
Martin