On Tue, Nov 03, 2009 at 12:20:18PM -0600, Kathryn Hogg wrote: > > Nick Mathewson wrote: > > On Mon, Nov 02, 2009 at 01:29:28PM -0600, Kathryn Hogg wrote: > > [...] > >> if I take out the -I./compat it compiles fine. Of course this causes > >> problems when compiling the real source code as it needs > >> compat/sys/queue.h so I just removed compat/sys/_time.h for the HPUX > >> 11.31 build. > > > > Hm! It sounds like the HP headers have their own > > /usr/include/sys/_time.h that is included (directly or indirectly) by > > /usr/include/time.h. Can you confirm this? > > That is what I was trying to say.
Excellent. I've changed 1.4 to rename the header (which seemed the safest option), and changed 2.0 to not use the header at all (since I am pretty sure, based on grepping the code a bit, that it is no longer needed anywhere). If anyone here is building Libevent on a non-Windows system that lacks a /usr/include/sys/time.h, and you have the time, please try the latest trunk and patches-1.4 branch from subversion to make sure I haven't broken your platform. yrs, -- Nick *********************************************************************** To unsubscribe, send an e-mail to [email protected] with unsubscribe libevent-users in the body.
