Re: [PATCH] APR-Util and Berkeley DB 4.6

2007-08-25 Thread Arfrever Frehtes Taifersar Arahesis
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 2007-08-24 17:11:30 Arfrever Frehtes Taifersar Arahesis napisaƂ(a): APR-Util currently can't be built with Berkeley DB 4.6. I'm attaching a patch which fixes this bug. Could anybody commit that patch? - -- Arfrever Frehtes Taifersar Arahesis

Fw: [PATCH] infinite loop with xlc -O2 and APR_BUCKET_REMOVE

2007-08-25 Thread Greg Ames
Bojan and Joe, thanks for the tips. the bugzilla issue below looks like the same basic problem. I'll read up on the gcc option and see if xlc has something similar. Greg - Original Message From: Bojan Smojver [EMAIL PROTECTED] To: Joe Orton [EMAIL PROTECTED] Cc: dev

[PATCH] APR-Util configure fails to use Berkeley DB 4.4 from MacPorts

2007-08-25 Thread Daniel Rall
On Mac OS X (10.4), I'm seeing APR-Util's configure fail to use Berkeley DB 4.4 from MacPorts. The reason for this is two-fold: 1) exit() is undefined in the C test code used to validate db.h. This can be fixed by #including stdlib.h in C code generated from the autoconf macro which