Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 03 Jun 1995 09:28:54 -0700
From:      David Greenman <davidg@Root.COM>
To:        #Usuario washingt <washingt@dsc.ufpb.br>
Cc:        questions@freebsd.org
Subject:   Re: help *URGENTLY* wanted for compiling CMU/SNMPV2 on FreeBSD 2.0 
Message-ID:  <199506031628.JAA00216@corbin.Root.COM>
In-Reply-To: Your message of "Sat, 03 Jun 95 09:34:32 EST." <9506031234.AA26185@monica.dsc.ufpb.br> 

next in thread | previous in thread | raw e-mail | index | archive | help
>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 <sys/queue.h>. 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199506031628.JAA00216>