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

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

2010-10-12 Thread Nick Mathewson
On Tue, Oct 12, 2010 at 11:50 AM, Ralph Castain wrote: > > On Oct 12, 2010, at 8:59 AM, Nick Mathewson wrote: > >> On Tue, Oct 12, 2010 at 10:55 AM, Ralph Castain wrote: >>> Hi folks >>> >>> I apologize for the ignorance - I'm sure this is something simple that I'm >>> overlooking. >>> >>> I bui

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

2010-10-12 Thread Ralph Castain
On Oct 12, 2010, at 8:59 AM, Nick Mathewson wrote: > On Tue, Oct 12, 2010 at 10:55 AM, Ralph Castain wrote: >> Hi folks >> >> I apologize for the ignorance - I'm sure this is something simple that I'm >> overlooking. >> >> I built libevent 2.0.7rc with the default configuration, so I did -not

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

2010-10-12 Thread Nick Mathewson
On Tue, Oct 12, 2010 at 10:55 AM, Ralph Castain wrote: > Hi folks > > I apologize for the ignorance - I'm sure this is something simple that I'm > overlooking. > > I built libevent 2.0.7rc with the default configuration, so I did -not- > specify --disable-debug. It is my understanding that the d

[Libevent-users] How to get debug output

2010-10-12 Thread Ralph Castain
Hi folks I apologize for the ignorance - I'm sure this is something simple that I'm overlooking. I built libevent 2.0.7rc with the default configuration, so I did -not- specify --disable-debug. It is my understanding that the debug code is therefore built. I have confirmed that this is the cas