Re: [Libevent-users] ANN: Libevent 2.0.8-rc is released

2010-10-14 Thread Ralph Castain
On Oct 14, 2010, at 9:26 PM, Nick Mathewson wrote: > On Thu, Oct 14, 2010 at 11:21 PM, Ralph Castain wrote: >> Hi Nick >> >> FWIW: the latest autoconf release (2.68) includes a number of changes to >> autoconf that causes libevent's configure logic to spew a flood of warnings. >> Jeff Squyres

Re: [Libevent-users] ANN: Libevent 2.0.8-rc is released

2010-10-14 Thread Nick Mathewson
On Thu, Oct 14, 2010 at 11:21 PM, Ralph Castain wrote: > Hi Nick > > FWIW: the latest autoconf release (2.68) includes a number of changes to > autoconf that causes libevent's configure logic to spew a flood of warnings. > Jeff Squyres and I (with input from the autoconf team) have made the requ

Re: [Libevent-users] ANN: Libevent 2.0.8-rc is released

2010-10-14 Thread Ralph Castain
Hi Nick FWIW: the latest autoconf release (2.68) includes a number of changes to autoconf that causes libevent's configure logic to spew a flood of warnings. Jeff Squyres and I (with input from the autoconf team) have made the required changes to stop the warnings, but they are fairly extensive

[Libevent-users] ANN: Libevent 2.0.8-rc is released

2010-10-14 Thread Nick Mathewson
Hello again! Thanks to many people's hard work, Libevent 2.0 has now had its third release candidate. You can download it from the Sourceforge site at: https://sourceforge.net/projects/levent/files/libevent/libevent-2.0/libevent-2.0.8-rc.tar.gz/download There's also a pgp signature of it (by

Re: [Libevent-users] How to get debug output

2010-10-14 Thread Ralph Castain
Pretty trivial change, IMHO... --- a/opal/event/libevent/log-internal.hWed Oct 13 07:34:24 2010 -0500 +++ b/opal/event/libevent/log-internal.hThu Oct 14 09:00:04 2010 -0600 @@ -29,6 +29,8 @@ #include +#include + #ifdef __GNUC__ #define EV_CHECK_FMT(a,b) __attribute__((form