Ethereal-dev: [Ethereal-dev] undeclared identifiers in print.c when building on Win32 with cur

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

From: "Greg Morris" <gmorris@xxxxxxxxxx>
Date: Tue, 18 May 2004 01:46:34 -0600
I just updated to the latest CVS. after running a nmake -f
makefile.nmake clean and then 
running nmake -f makefile.nmake the compile stops in print.c. Any ideas
where these should 
be defined? Did we update a library that I am currently missing?

print.c
print.c(242) : error C2065: 'num_tree_types' : undeclared identifier
print.c(245) : error C2065: 'tree_is_expanded' : undeclared identifier
print.c(245) : error C2109: subscript requires array or pointer type
tap.c
tap.c(364) : error C2065: 'dfilter_error_msg' : undeclared identifier

Greg