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? If that's the case, it appears that our compat/sys/_time.h is hiding it. And if _that's_ so, we should probably rename sys/_time.h, or just subsume its functionality into util-internal.h. -- Nick *********************************************************************** To unsubscribe, send an e-mail to [email protected] with unsubscribe libevent-users in the body.
