Ethereal-users: Re: [ethereal-users] error compiling todays CVS

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Gilbert Ramirez <gram@xxxxxxxxxx>
Date: Thu, 5 Oct 2000 13:54:02 -0400
On Thu, Oct 05, 2000 at 10:28:12AM -0600, Eichert, Diana wrote:
> While compiling from CVS today I had the following errors.  The box is an
> i386 OpenBSD 2.7 -current as of mid-July and has ucdsnmp 4.1.2 installed.
> If I disable snmp I still get the errors relating to packet -ncp.
>  
> thanks
>  
> diana
>  
> 
> packet-ncp.c:310: Undefined symbol `_dissect_ncp_request' referenced from
> text segment
> packet-ncp.c:314: Undefined symbol `_dissect_ncp_reply' referenced from text
> segment

Is it linking in packet-ncp2222.o ?  If so, does your packet-ncp2222.c
have this as the last line:?

#include "packet-ncp2222.inc"

(That's where dissect_ncp_request() and dissect_ncp_reply() are defined)

--gilbert