[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: /home/kfogal needed for AIX 5.1 compile of 1.0.1?

From: Joe Orton <joe_at_manyfish.co.uk>
Date: 2004-03-16 21:26:15 CET

On Tue, Mar 16, 2004 at 02:07:49PM -0600, Travis P wrote:
> I had to make the following modification to neon/src/ne_utils.c
> because something was defining const to the empty string and then the
> ne_version_string function definition in ne_utils.c was conflicting
> with the definition for that function in ne_utils.h where const was not
> so defined.

Interesting: it looks like zlib will #define const to nothing on some
platforms. If you undo your change, and move the "#include <zlib.h>" up
above the #include's for ne_*, does that also work?

(the zlib 1.2.0 changelog mentions it might fix this for AIX, if you're
using that version or older you should report this as a bug to
zlib@gzip.org)

joe

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Mar 16 21:26:45 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.