On Aug 31, 2009, at 1:48 PM, Paul Querna wrote:

On Mon, Aug 31, 2009 at 10:44 AM, Jim Jagielski<[email protected]> wrote:
If compiling, at least for now, make sure you use CC='gcc -arch i386'
(or use gcc-4.0)... APR won't build under both archs and the default
for gcc-4.2 is to build for x86_64, which makes APR barf.


did anyone ask friends at apple for their patchset for apr/httpd?


Not yet...

The 64bit errors seem (VERY prelim look, btw) related to warnings
about apr_off_t looking like ld, eg:

mod_proxy_http.c: In function 'stream_reqbody_cl':
mod_proxy_http.c:466: warning: format '%ld' expects type 'long int', but argument 7 has type 'apr_off_t' mod_proxy_http.c:466: warning: format '%ld' expects type 'long int', but argument 8 has type 'apr_off_t'


Reply via email to