RE: net-snmp-5.2.1.2 Fails to Compile HP-UX 11i GCC-4.0.1
"Briggs, Patrick" <[email protected]>
| Newsgroups | gmane.network.net-snmp.user |
|---|---|
| Message-ID | <6D119A557EC1614DA077381947F54DB855CAB2@tec-exchange2k.tec.clintiech.net> |
Results of that is:
/usr/include/sys/socketvar.h:495:extern struct sotimeq sotimeqhash[];
/usr/include/sys/socketvar.h:498:struct sotimeq {
/usr/include/sys/socketvar.h:499: struct sotimeq *sotimeq_next;
/usr/include/sys/socketvar.h:500: struct sotimeq *sotimeq_prev;
struct sotimeq {
struct sotimeq *sotimeq_next;
struct sotimeq *sotimeq_prev;
int sotimeq_dtime;
caddr_t sotimeq_wchan;
};
-----Original Message-----
From: Robert Story [mailto:[email protected]]
Sent: Wednesday, August 10, 2005 9:19 AM
To: Briggs, Patrick
Cc: '[email protected]'
Subject: Re: net-snmp-5.2.1.2 Fails to Compile HP-UX 11i GCC-4.0.1
On Mon, 8 Aug 2005 14:33:57 -0700 Patrick wrote:
BP> Line 495 of my HP-UX include file contains:
BP>
BP> extern struct sotimeq sotimeqhash[];
Ok, try this to find the header:
find /usr/innclude -name "*\.[Hh]" -print|xargs grep -n "struct sotimeq"
--
NOTE: messages sent directly to me, instead of the lists, will be deleted
unless they are requests for paid consulting services.
Robert Story; NET-SNMP Junkie
Support: <http://www.net-snmp.org/> <irc://irc.freenode.net/#net-snmp>
Archive: <http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-users>
You are lost in a twisty maze of little standards, all different.