From owner-freebsd-questions Sat Jun 3 09:29:06 1995 Return-Path: questions-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id JAA01723 for questions-outgoing; Sat, 3 Jun 1995 09:29:06 -0700 Received: from Root.COM (implode.Root.COM [198.145.90.1]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id JAA01710 for ; Sat, 3 Jun 1995 09:29:02 -0700 Received: from corbin.Root.COM (corbin.Root.COM [198.145.90.18]) by Root.COM (8.6.8/8.6.5) with ESMTP id JAA09163; Sat, 3 Jun 1995 09:31:45 -0700 Received: from localhost (localhost [127.0.0.1]) by corbin.Root.COM (8.6.11/8.6.5) with SMTP id JAA00216; Sat, 3 Jun 1995 09:28:56 -0700 Message-Id: <199506031628.JAA00216@corbin.Root.COM> To: #Usuario washingt cc: questions@freebsd.org Subject: Re: help *URGENTLY* wanted for compiling CMU/SNMPV2 on FreeBSD 2.0 In-reply-to: Your message of "Sat, 03 Jun 95 09:34:32 EST." <9506031234.AA26185@monica.dsc.ufpb.br> From: David Greenman Reply-To: davidg@Root.COM Date: Sat, 03 Jun 1995 09:28:54 -0700 Sender: questions-owner@freebsd.org Precedence: bulk >As a part of my Master's thesis, I **DESPERATELY AND URGENTLY** need to build a SNMPv2 agent using CMU/SNMPV2 on FreeBSD 2.0. However, I am getting the error: At the very least, you'll need to include . This will get rid of some of the compile errors. If the software attempts to traverse the PCBs, then you will likely have to modify it traverse them the 'new' way (which is via the 4.4BSD queue structure). -DG >>bento# make all install >>cd snmplib; make all install >cd apps; make >cd apps/snmpnetstat; make >cd agent; make all >cc -g -I../snmplib -DDEBUG -c snmp_vars.c >In file included from snmp_vars.c:48: >/usr/include/netinet/in_pcb.h:60: field `inp_ip' has incomplete type >snmp_vars.c: In function `var_hosttimetab': >snmp_vars.c:1027: sizeof applied to an incomplete type >snmp_vars.c: In function `ARP_Scan_Init': >snmp_vars.c:2080: sizeof applied to an incomplete type >snmp_vars.c:2083: sizeof applied to an incomplete type >snmp_vars.c: In function `ARP_Scan_Next': >snmp_vars.c:2094: arithmetic on pointer to an incomplete type >snmp_vars.c:2094: dereferencing pointer to incomplete type >snmp_vars.c:2095: dereferencing pointer to incomplete type >snmp_vars.c:2096: dereferencing pointer to incomplete type >*** Error code 1 > >Stop. >*** Error code 1 > >Stop. >bento# > > >Would someone, please, be so kind as helping me? > >Thanks in advance!!!. > > Washington Teixeira > > e-mail washingt@dsc.ufpb.br