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

Re: 1.3.0-rc6 tarballs up for testing/signing

From: Peter Samuelson <peter_at_p12n.org>
Date: 2005-12-19 18:07:34 CET

[Helio Chissini de Castro]
> With new libapr ( 1.2.2 ), bindings for perl native compilation breaks.
>
> /usr/include/apr-1/apr.h:270: error: syntax error before ???apr_off_t???
> /usr/include/apr-1/apr.h:270: warning: data definition has no type or storage class

I don't have an amd64 (or other 64-bit machine), so I can't verify how
apr installs itself there, but here is my hypothesis:

1) Does line 270 of /usr/include/apr-1/apr.h say 'off64_t' (as opposed
   to 'off_t')?

2) Does 'apr-1-config --cppflags' mention '-D_LARGEFILE64_SOURCE'?

If so, the subversion swig compile is somehow failing to use
`apr-1-config --cppflags`. I do not understand the generated build
system at all, so I don't know how to pursue this further.

Peter

Received on Mon Dec 19 18:40:59 2005

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

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