Ethereal-dev: [ethereal-dev] timestamps and compiling bug

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

From: Jacques Ludman <jacques.ludman@xxxxxxxxxxxx>
Date: Tue, 25 Jul 2000 18:02:26 -0400
I've run across a bug when compiling ethereal after the timestamps on
the files have changed.  I'm compiling on sunOS 5.8.1.

in the ethereal-0.8.10 directory:

touch `find . -type f -print`
./configure
make

fails.

This seems to be occuring at least in part because LEX is not defined in
wiretap/Makefile by the configure script (even though it finds it).
 This causes make to fail:

cc -DHAVE_CONFIG_H -I. -I. -I.     -g -I/usr/local/lib/glib/inclu
de -I/usr/local/include -c ascend-grammar.c
Pascend -oascend-scanner.c ./ascend-scanner.l
*** Error code 1 (ignored)
cc -DHAVE_CONFIG_H -I. -I. -I.     -g -I/usr/local/lib/glib/inclu
de -I/usr/local/include -c ascend-scanner.c
*** Error code 2
*** Error code 1
*** Error code 1

also, make runs the configure script again, even though it has already
been run after such a touch.

jj
make  all-recursive
Making all in wiretap
Pascend -oascend-scanner.c ./ascend-scanner.l
sh: Pascend: not found
*** Error code 1 (ignored)
cc -DHAVE_CONFIG_H -I. -I. -I.     -g -I/usr/local/lib/glib/include -I/usr/local/include -c ascend-scanner.c
"./ascend-scanner.l", line 102: undefined symbol: ascendlval
"./ascend-scanner.l", line 102: warning: left operand of "." must be struct/union object
"./ascend-scanner.l", line 108: undefined symbol: ascendlval
"./ascend-scanner.l", line 108: warning: left operand of "." must be struct/union object
"./ascend-scanner.l", line 123: undefined symbol: ascendlval
"./ascend-scanner.l", line 123: warning: left operand of "." must be struct/union object
"./ascend-scanner.l", line 129: undefined symbol: ascendlval
"./ascend-scanner.l", line 129: warning: left operand of "." must be struct/union object
"./ascend-scanner.l", line 135: undefined symbol: ascendlval
"./ascend-scanner.l", line 135: warning: left operand of "." must be struct/union object
"./ascend-scanner.l", line 144: undefined symbol: ascendlval
"./ascend-scanner.l", line 144: warning: left operand of "." must be struct/union object
"./ascend-scanner.l", line 145: warning: left operand of "." must be struct/union object
"./ascend-scanner.l", line 147: warning: left operand of "." must be struct/union object
"./ascend-scanner.l", line 153: undefined symbol: ascendlval
"./ascend-scanner.l", line 153: warning: left operand of "." must be struct/union object
"./ascend-scanner.l", line 163: undefined symbol: ascendlval
"./ascend-scanner.l", line 163: warning: left operand of "." must be struct/union object
"./ascend-scanner.l", line 174: undefined symbol: ascendlval
"./ascend-scanner.l", line 174: warning: left operand of "." must be struct/union object
"./ascend-scanner.l", line 180: undefined symbol: ascendlval
"./ascend-scanner.l", line 180: warning: left operand of "." must be struct/union object
"./ascend-scanner.l", line 186: undefined symbol: ascendlval
"./ascend-scanner.l", line 186: warning: left operand of "." must be struct/union object
"./ascend-scanner.l", line 197: undefined symbol: ascendlval
"./ascend-scanner.l", line 197: warning: left operand of "." must be struct/union object
"./ascend-scanner.l", line 203: undefined symbol: ascendlval
"./ascend-scanner.l", line 203: warning: left operand of "." must be struct/union object
"./ascend-scanner.l", line 209: undefined symbol: ascendlval
"./ascend-scanner.l", line 209: warning: left operand of "." must be struct/union object
"./ascend-scanner.l", line 234: undefined symbol: ascendlval
"./ascend-scanner.l", line 234: warning: left operand of "." must be struct/union object
cc: acomp failed for ascend-scanner.c
*** Error code 2
cc -DHAVE_CONFIG_H -I. -I. -I.     -g -I/usr/local/lib/glib/include -I/usr/local/include -c ascend.c
"ascend.c", line 196: warning: assignment type mismatch:
	pointer to uchar "=" pointer to char
cc -DHAVE_CONFIG_H -I. -I. -I.     -g -I/usr/local/lib/glib/include -I/usr/local/include -c buffer.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -g -I/usr/local/lib/glib/include -I/usr/local/include -c file.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -g -I/usr/local/lib/glib/include -I/usr/local/include -c file_wrappers.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -g -I/usr/local/lib/glib/include -I/usr/local/include -c i4btrace.c
"i4btrace.c", line 223: warning: argument #2 is incompatible with prototype:
	prototype: pointer to char : "i4btrace.c", line 40
	argument : pointer to uchar
cc -DHAVE_CONFIG_H -I. -I. -I.     -g -I/usr/local/lib/glib/include -I/usr/local/include -c iptrace.c
"iptrace.c", line 121: warning: assignment type mismatch:
	pointer to uchar "=" pointer to char
"iptrace.c", line 230: warning: assignment type mismatch:
	pointer to uchar "=" pointer to char
cc -DHAVE_CONFIG_H -I. -I. -I.     -g -I/usr/local/lib/glib/include -I/usr/local/include -c lanalyzer.c
"lanalyzer.c", line 196: warning: statement not reached
cc -DHAVE_CONFIG_H -I. -I. -I.     -g -I/usr/local/lib/glib/include -I/usr/local/include -c libpcap.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -g -I/usr/local/lib/glib/include -I/usr/local/include -c netmon.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -g -I/usr/local/lib/glib/include -I/usr/local/include -c nettl.c
"nettl.c", line 36: warning: initializer does not fit or is out of range: 208
"nettl.c", line 40: warning: initializer does not fit or is out of range: 128
"nettl.c", line 173: warning: argument #2 is incompatible with prototype:
	prototype: pointer to char : "nettl.c", line 73
	argument : pointer to uchar
cc -DHAVE_CONFIG_H -I. -I. -I.     -g -I/usr/local/lib/glib/include -I/usr/local/include -c netxray.c
cc -DHAVE_CONFIG_H -I. -I. -I.     -g -I/usr/local/lib/glib/include -I/usr/local/include -c ngsniffer.c
"ngsniffer.c", line 649: warning: assignment type mismatch:
	pointer to uchar "=" pointer to char
"ngsniffer.c", line 651: warning: argument #4 is incompatible with prototype:
	prototype: pointer to char : "ngsniffer.c", line 268
	argument : pointer to uchar
"ngsniffer.c", line 745: warning: argument #4 is incompatible with prototype:
	prototype: pointer to char : "ngsniffer.c", line 268
	argument : pointer to uchar
cc -DHAVE_CONFIG_H -I. -I. -I.     -g -I/usr/local/lib/glib/include -I/usr/local/include -c radcom.c
"radcom.c", line 315: warning: argument #2 is incompatible with prototype:
	prototype: pointer to char : "radcom.c", line 75
	argument : pointer to uchar
cc -DHAVE_CONFIG_H -I. -I. -I.     -g -I/usr/local/lib/glib/include -I/usr/local/include -c snoop.c
"snoop.c", line 342: warning: argument #2 is incompatible with prototype:
	prototype: pointer to char : "snoop.c", line 63
	argument : pointer to uchar
cc -DHAVE_CONFIG_H -I. -I. -I.     -g -I/usr/local/lib/glib/include -I/usr/local/include -c toshiba.c
"toshiba.c", line 221: warning: assignment type mismatch:
	pointer to uchar "=" pointer to char
cc -DHAVE_CONFIG_H -I. -I. -I.     -g -I/usr/local/lib/glib/include -I/usr/local/include -c wtap.c
"wtap.c", line 246: warning: return value type mismatch
"wtap.c", line 259: warning: argument #5 is incompatible with prototype:
	prototype: pointer to const uchar : "wtap.c", line 249
	argument : pointer to char
make: Warning: Target `all' not remade because of errors
Current working directory /home/jludman/tmp2/ethereal-0.8.10/wiretap
Making all in gtk
cd .. && /home/jludman/tmp2/ethereal-0.8.10/missing automake --gnu --include-deps gtk/Makefile
WARNING: `automake' is missing on your system.  You should only need it if
         you modified `Makefile.am', `acinclude.m4' or `configure.in'.
         You might want to install the `Automake' and `Perl' packages.
         Grab them from any GNU archive site.
cd .. \
  && CONFIG_FILES=gtk/Makefile CONFIG_HEADERS= /bin/sh ./config.status
creating gtk/Makefile
cc -DHAVE_CONFIG_H -I. -I. -I..   -I.. -I../wiretap -I/usr/local/include  -g -I.. -I../wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c capture_dlg.c
cc -DHAVE_CONFIG_H -I. -I. -I..   -I.. -I../wiretap -I/usr/local/include  -g -I.. -I../wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c color_dlg.c
cc -DHAVE_CONFIG_H -I. -I. -I..   -I.. -I../wiretap -I/usr/local/include  -g -I.. -I../wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c colors.c
cc -DHAVE_CONFIG_H -I. -I. -I..   -I.. -I../wiretap -I/usr/local/include  -g -I.. -I../wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c column_prefs.c
cc -DHAVE_CONFIG_H -I. -I. -I..   -I.. -I../wiretap -I/usr/local/include  -g -I.. -I../wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c display_opts.c
cc -DHAVE_CONFIG_H -I. -I. -I..   -I.. -I../wiretap -I/usr/local/include  -g -I.. -I../wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c dlg_utils.c
cc -DHAVE_CONFIG_H -I. -I. -I..   -I.. -I../wiretap -I/usr/local/include  -g -I.. -I../wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c file_dlg.c
cc -DHAVE_CONFIG_H -I. -I. -I..   -I.. -I../wiretap -I/usr/local/include  -g -I.. -I../wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c filter_prefs.c
cc -DHAVE_CONFIG_H -I. -I. -I..   -I.. -I../wiretap -I/usr/local/include  -g -I.. -I../wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c find_dlg.c
cc -DHAVE_CONFIG_H -I. -I. -I..   -I.. -I../wiretap -I/usr/local/include  -g -I.. -I../wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c goto_dlg.c
cc -DHAVE_CONFIG_H -I. -I. -I..   -I.. -I../wiretap -I/usr/local/include  -g -I.. -I../wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c gtkclist.c
"gtkclist.c", line 1903: warning: argument #3 is incompatible with prototype:
	prototype: pointer to schar : "/usr/local/include/gdk/gdk.h", line 450
	argument : pointer to char
"gtkclist.c", line 3624: warning: argument #3 is incompatible with prototype:
	prototype: pointer to schar : "/usr/local/include/gdk/gdk.h", line 450
	argument : pointer to char
"gtkclist.c", line 5164: warning: argument #3 is incompatible with prototype:
	prototype: pointer to schar : "/usr/local/include/gdk/gdk.h", line 450
	argument : pointer to char
cc -DHAVE_CONFIG_H -I. -I. -I..   -I.. -I../wiretap -I/usr/local/include  -g -I.. -I../wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c gui_prefs.c
cc -DHAVE_CONFIG_H -I. -I. -I..   -I.. -I../wiretap -I/usr/local/include  -g -I.. -I../wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c main.c
"main.c", line 426: warning: argument #1 is incompatible with prototype:
	prototype: pointer to uchar : "../util.h", line 59
	argument : pointer to char
cc -DHAVE_CONFIG_H -I. -I. -I..   -I.. -I../wiretap -I/usr/local/include  -g -I.. -I../wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c menu.c
"menu.c", line 93: warning: initialization type mismatch
"menu.c", line 99: warning: initialization type mismatch
"menu.c", line 102: warning: initialization type mismatch
"menu.c", line 104: warning: initialization type mismatch
"menu.c", line 105: warning: initialization type mismatch
"menu.c", line 106: warning: initialization type mismatch
"menu.c", line 107: warning: initialization type mismatch
"menu.c", line 108: warning: initialization type mismatch
"menu.c", line 111: warning: initialization type mismatch
"menu.c", line 112: warning: initializer does not fit or is out of range: -1
"menu.c", line 115: warning: initialization type mismatch
"menu.c", line 118: warning: initialization type mismatch
"menu.c", line 125: warning: initialization type mismatch
"menu.c", line 132: warning: initialization type mismatch
"menu.c", line 145: warning: initialization type mismatch
"menu.c", line 158: warning: initialization type mismatch
"menu.c", line 286: warning: argument #4 is incompatible with prototype:
	prototype: pointer to function(pointer to struct _GtkMenu {struct _GtkMenuShell {..} menu_shell, pointer to struct _GtkWidget {..} pare... : "/usr/local/include/gtk/gtkmenu.h", line 98
	argument : pointer to void
cc -DHAVE_CONFIG_H -I. -I. -I..   -I.. -I../wiretap -I/usr/local/include  -g -I.. -I../wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet_win.c
cc -DHAVE_CONFIG_H -I. -I. -I..   -I.. -I../wiretap -I/usr/local/include  -g -I.. -I../wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c plugins_dlg.c
"plugins_dlg.c", line 262: warning: assignment type mismatch:
	pointer to function(pointer to void) returning void "=" pointer to void
cc -DHAVE_CONFIG_H -I. -I. -I..   -I.. -I../wiretap -I/usr/local/include  -g -I.. -I../wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c prefs_dlg.c
cc -DHAVE_CONFIG_H -I. -I. -I..   -I.. -I../wiretap -I/usr/local/include  -g -I.. -I../wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c print_dlg.c
cc -DHAVE_CONFIG_H -I. -I. -I..   -I.. -I../wiretap -I/usr/local/include  -g -I.. -I../wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c print_prefs.c
cc -DHAVE_CONFIG_H -I. -I. -I..   -I.. -I../wiretap -I/usr/local/include  -g -I.. -I../wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c progress_dlg.c
cc -DHAVE_CONFIG_H -I. -I. -I..   -I.. -I../wiretap -I/usr/local/include  -g -I.. -I../wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c proto_draw.c
"proto_draw.c", line 113: warning: argument #1 is incompatible with prototype:
	prototype: pointer to char : "/usr/include/iso/stdio_iso.h", line 183
	argument : pointer to uchar
"proto_draw.c", line 114: warning: argument #5 is incompatible with prototype:
	prototype: pointer to const char : "/usr/local/include/gtk/gtktext.h", line 196
	argument : pointer to uchar
"proto_draw.c", line 135: warning: argument #5 is incompatible with prototype:
	prototype: pointer to const char : "/usr/local/include/gtk/gtktext.h", line 196
	argument : pointer to uchar
"proto_draw.c", line 141: warning: argument #5 is incompatible with prototype:
	prototype: pointer to const char : "/usr/local/include/gtk/gtktext.h", line 196
	argument : pointer to uchar
"proto_draw.c", line 168: warning: argument #5 is incompatible with prototype:
	prototype: pointer to const char : "/usr/local/include/gtk/gtktext.h", line 196
	argument : pointer to uchar
"proto_draw.c", line 175: warning: argument #5 is incompatible with prototype:
	prototype: pointer to const char : "/usr/local/include/gtk/gtktext.h", line 196
	argument : pointer to uchar
cc -DHAVE_CONFIG_H -I. -I. -I..   -I.. -I../wiretap -I/usr/local/include  -g -I.. -I../wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c simple_dialog.c
cc -DHAVE_CONFIG_H -I. -I. -I..   -I.. -I../wiretap -I/usr/local/include  -g -I.. -I../wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c stream_prefs.c
cc -DHAVE_CONFIG_H -I. -I. -I..   -I.. -I../wiretap -I/usr/local/include  -g -I.. -I../wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c summary_dlg.c
cc -DHAVE_CONFIG_H -I. -I. -I..   -I.. -I../wiretap -I/usr/local/include  -g -I.. -I../wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c ui_util.c
rm -f libui.a
ar cru libui.a capture_dlg.o color_dlg.o colors.o column_prefs.o  display_opts.o dlg_utils.o file_dlg.o filter_prefs.o find_dlg.o  goto_dlg.o gtkclist.o gui_prefs.o main.o menu.o packet_win.o  plugins_dlg.o prefs_dlg.o print_dlg.o print_prefs.o progress_dlg.o  proto_draw.o simple_dialog.o stream_prefs.o summary_dlg.o ui_util.o 
ranlib libui.a
Making all in plugins
Making all in gryphon
cd ../.. \
  && CONFIG_FILES=plugins/gryphon/Makefile CONFIG_HEADERS= /bin/sh ./config.status
creating plugins/gryphon/Makefile
/bin/sh ../../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include  -I../.. -I../../wiretap -I/usr/local/include  -g -I../.. -I../../wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-gryphon.c
mkdir .libs
cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include -I../.. -I../../wiretap -I/usr/local/include -g -I../.. -I../../wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-gryphon.c  -KPIC -DPIC -o packet-gryphon.o
"packet-gryphon.c", line 98: warning: initialization type mismatch
"packet-gryphon.c", line 99: warning: initialization type mismatch
"packet-gryphon.c", line 100: warning: initialization type mismatch
"packet-gryphon.c", line 101: warning: initialization type mismatch
"packet-gryphon.c", line 102: warning: initialization type mismatch
"packet-gryphon.c", line 103: warning: initialization type mismatch
"packet-gryphon.c", line 104: warning: initialization type mismatch
"packet-gryphon.c", line 116: warning: initializer does not fit or is out of range: -1
"packet-gryphon.c", line 139: warning: argument #3 is incompatible with prototype:
	prototype: pointer to const char : "../../packet.h", line 315
	argument : pointer to const uchar
"packet-gryphon.c", line 306: warning: initializer does not fit or is out of range: -1
"packet-gryphon.c", line 314: warning: initializer does not fit or is out of range: -1
"packet-gryphon.c", line 332: warning: initializer does not fit or is out of range: -1
"packet-gryphon.c", line 339: warning: initializer does not fit or is out of range: -1
"packet-gryphon.c", line 345: warning: initializer does not fit or is out of range: -1
"packet-gryphon.c", line 352: warning: initializer does not fit or is out of range: -1
"packet-gryphon.c", line 437: warning: initializer does not fit or is out of range: -1
"packet-gryphon.c", line 662: warning: argument #1 is incompatible with prototype:
	prototype: pointer to char : "/usr/include/iso/string_iso.h", line 73
	argument : pointer to uchar
"packet-gryphon.c", line 663: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 70
	argument : pointer to uchar
"packet-gryphon.c", line 683: warning: argument #1 is incompatible with prototype:
	prototype: pointer to char : "/usr/include/iso/string_iso.h", line 66
	argument : pointer to uchar
"packet-gryphon.c", line 685: warning: argument #1 is incompatible with prototype:
	prototype: pointer to char : "/usr/include/iso/string_iso.h", line 66
	argument : pointer to uchar
"packet-gryphon.c", line 687: warning: argument #1 is incompatible with prototype:
	prototype: pointer to char : "/usr/include/iso/string_iso.h", line 64
	argument : pointer to uchar
"packet-gryphon.c", line 898: warning: initializer does not fit or is out of range: -1
"packet-gryphon.c", line 1222: warning: argument #1 is incompatible with prototype:
	prototype: pointer to char : "/usr/include/iso/string_iso.h", line 73
	argument : pointer to uchar
"packet-gryphon.c", line 1222: warning: argument #2 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 73
	argument : pointer to const uchar
"packet-gryphon.c", line 1226: warning: argument #1 is incompatible with prototype:
	prototype: pointer to char : "/usr/include/iso/string_iso.h", line 73
	argument : pointer to uchar
"packet-gryphon.c", line 1226: warning: argument #2 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 73
	argument : pointer to const uchar
"packet-gryphon.c", line 1275: warning: argument #1 is incompatible with prototype:
	prototype: pointer to char : "/usr/include/iso/string_iso.h", line 73
	argument : pointer to uchar
"packet-gryphon.c", line 1275: warning: argument #2 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 73
	argument : pointer to const uchar
"packet-gryphon.c", line 1305: warning: argument #1 is incompatible with prototype:
	prototype: pointer to char : "/usr/include/iso/string_iso.h", line 73
	argument : pointer to uchar
"packet-gryphon.c", line 1305: warning: argument #2 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 73
	argument : pointer to const uchar
"packet-gryphon.c", line 1309: warning: argument #1 is incompatible with prototype:
	prototype: pointer to char : "/usr/include/iso/string_iso.h", line 73
	argument : pointer to uchar
"packet-gryphon.c", line 1309: warning: argument #2 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 73
	argument : pointer to const uchar
"packet-gryphon.c", line 1322: warning: argument #1 is incompatible with prototype:
	prototype: pointer to char : "/usr/include/iso/string_iso.h", line 73
	argument : pointer to uchar
"packet-gryphon.c", line 1322: warning: argument #2 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 73
	argument : pointer to const uchar
"packet-gryphon.c", line 1324: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 70
	argument : pointer to uchar
"packet-gryphon.c", line 1395: warning: assignment type mismatch:
	pointer to uchar "=" pointer to char
"packet-gryphon.c", line 1396: warning: assignment type mismatch:
	pointer to uchar "=" pointer to char
"packet-gryphon.c", line 1399: warning: assignment type mismatch:
	pointer to uchar "=" pointer to char
"packet-gryphon.c", line 1402: warning: assignment type mismatch:
	pointer to uchar "=" pointer to char
"packet-gryphon.c", line 1405: warning: assignment type mismatch:
	pointer to uchar "=" pointer to char
"packet-gryphon.c", line 1410: warning: assignment type mismatch:
	pointer to uchar "=" pointer to char
"packet-gryphon.c", line 1413: warning: assignment type mismatch:
	pointer to uchar "=" pointer to char
"packet-gryphon.c", line 1416: warning: assignment type mismatch:
	pointer to uchar "=" pointer to char
mv -f packet-gryphon.o .libs/packet-gryphon.lo
cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include -I../.. -I../../wiretap -I/usr/local/include -g -I../.. -I../../wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-gryphon.c -o packet-gryphon.o >/dev/null 2>&1
mv -f .libs/packet-gryphon.lo packet-gryphon.lo
/bin/sh ../../libtool --mode=link cc  -g -I../.. -I../../wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -L/usr/local/lib -R/usr/local/lib -o gryphon.la -rpath /usr/local/lib/ethereal/plugins/0.8.10 -module -avoid-version packet-gryphon.lo  
rm -fr .libs/gryphon.la .libs/gryphon.* .libs/gryphon.*
/usr/ccs/bin/ld -G -h gryphon.so -o .libs/gryphon.so  packet-gryphon.lo  -L/usr/local/lib -lc 
ar cru .libs/gryphon.a  packet-gryphon.o 
ranlib .libs/gryphon.a
creating gryphon.la
(cd .libs && rm -f gryphon.la && ln -s ../gryphon.la gryphon.la)
cd .. \
  && CONFIG_FILES=plugins/Makefile CONFIG_HEADERS= /bin/sh ./config.status
creating plugins/Makefile
cd . \
  && CONFIG_FILES=Makefile CONFIG_HEADERS= /bin/sh ./config.status
creating Makefile
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-aarp.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-afs.c
"packet-afs.c", line 1252: warning: assignment type mismatch:
	pointer to uchar "=" pointer to char
"packet-afs.c", line 1294: warning: assignment type mismatch:
	pointer to uchar "=" pointer to char
"packet-afs.c", line 1391: warning: assignment type mismatch:
	pointer to uchar "=" pointer to char
"packet-afs.c", line 1418: warning: assignment type mismatch:
	pointer to uchar "=" pointer to char
"packet-afs.c", line 1483: warning: assignment type mismatch:
	pointer to uchar "=" pointer to char
"packet-afs.c", line 1512: warning: assignment type mismatch:
	pointer to uchar "=" pointer to char
"packet-afs.c", line 1539: warning: assignment type mismatch:
	pointer to uchar "=" pointer to char
"packet-afs.c", line 1563: warning: assignment type mismatch:
	pointer to uchar "=" pointer to char
"packet-afs.c", line 1616: warning: assignment type mismatch:
	pointer to uchar "=" pointer to char
"packet-afs.c", line 1640: warning: assignment type mismatch:
	pointer to uchar "=" pointer to char
"packet-afs.c", line 1682: warning: assignment type mismatch:
	pointer to uchar "=" pointer to char
"packet-afs.c", line 1756: warning: assignment type mismatch:
	pointer to uchar "=" pointer to char
"packet-afs.c", line 1849: warning: assignment type mismatch:
	pointer to uchar "=" pointer to char
"packet-afs.c", line 2002: warning: assignment type mismatch:
	pointer to uchar "=" pointer to char
"packet-afs.c", line 2057: warning: assignment type mismatch:
	pointer to uchar "=" pointer to char
"packet-afs.c", line 2096: warning: assignment type mismatch:
	pointer to uchar "=" pointer to char
"packet-afs.c", line 2165: warning: assignment type mismatch:
	pointer to uchar "=" pointer to char
"packet-afs.c", line 2189: warning: assignment type mismatch:
	pointer to uchar "=" pointer to char
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-arp.c
"packet-arp.c", line 288: warning: argument #6 is incompatible with prototype:
	prototype: pointer to const char : "./proto.h", line 342
	argument : pointer to const uchar
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-ascend.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-atalk.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-atm.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-auto_rp.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-bgp.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-bootp.c
"packet-bootp.c", line 62: warning: initializer does not fit or is out of range: -1
"packet-bootp.c", line 63: warning: initializer does not fit or is out of range: -1
"packet-bootp.c", line 643: warning: argument #6 is incompatible with prototype:
	prototype: pointer to const char : "./proto.h", line 356
	argument : pointer to const uchar
"packet-bootp.c", line 649: warning: argument #6 is incompatible with prototype:
	prototype: pointer to const char : "./proto.h", line 356
	argument : pointer to const uchar
"packet-bootp.c", line 658: warning: argument #6 is incompatible with prototype:
	prototype: pointer to const char : "./proto.h", line 356
	argument : pointer to const uchar
"packet-bootp.c", line 664: warning: argument #6 is incompatible with prototype:
	prototype: pointer to const char : "./proto.h", line 356
	argument : pointer to const uchar
"packet-bootp.c", line 764: warning: initialization type mismatch
"packet-bootp.c", line 765: warning: initialization type mismatch
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-bootparams.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-bpdu.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-cdp.c
"packet-cdp.c", line 233: warning: argument #5 is incompatible with prototype:
	prototype: pointer to const char : "packet-cdp.c", line 69
	argument : pointer to const uchar
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-cgmp.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-clip.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-clnp.c
"packet-clnp.c", line 1315: warning: assignment type mismatch:
	pointer to uchar "=" pointer to char
"packet-clnp.c", line 1318: warning: assignment type mismatch:
	pointer to uchar "=" pointer to char
"packet-clnp.c", line 1321: warning: assignment type mismatch:
	pointer to uchar "=" pointer to char
"packet-clnp.c", line 1324: warning: assignment type mismatch:
	pointer to uchar "=" pointer to char
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-cops.c
"packet-cops.c", line 327: warning: syntax error:  empty declaration
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-data.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-ddtp.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-dns.c
"packet-dns.c", line 941: warning: argument #2 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 64
	argument : pointer to uchar
"packet-dns.c", line 945: warning: argument #2 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 64
	argument : pointer to uchar
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-eigrp.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-esis.c
"packet-esis.c", line 203: warning: syntax error:  empty declaration
"packet-esis.c", line 225: warning: syntax error:  empty declaration
"packet-esis.c", line 438: warning: syntax error:  empty declaration
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-eth.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-ethertype.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-fddi.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-ftp.c
"packet-ftp.c", line 65: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 113
	argument : pointer to const uchar
"packet-ftp.c", line 79: warning: argument #2 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 73
	argument : pointer to const uchar
"packet-ftp.c", line 84: warning: argument #2 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 73
	argument : pointer to const uchar
"packet-ftp.c", line 85: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 113
	argument : pointer to const uchar
"packet-ftp.c", line 90: warning: argument #2 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 73
	argument : pointer to const uchar
"packet-ftp.c", line 96: warning: argument #2 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 73
	argument : pointer to const uchar
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-giop.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-gre.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-h1.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-hsrp.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-http.c
"packet-http.c", line 121: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 72
	argument : pointer to const uchar
"packet-http.c", line 122: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 72
	argument : pointer to const uchar
"packet-http.c", line 223: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/string.h", line 71
	argument : pointer to const uchar
"packet-http.c", line 224: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/string.h", line 71
	argument : pointer to const uchar
"packet-http.c", line 231: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/string.h", line 71
	argument : pointer to const uchar
"packet-http.c", line 232: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/string.h", line 71
	argument : pointer to const uchar
"packet-http.c", line 239: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/string.h", line 71
	argument : pointer to const uchar
"packet-http.c", line 241: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/string.h", line 71
	argument : pointer to const uchar
"packet-http.c", line 248: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/string.h", line 71
	argument : pointer to const uchar
"packet-http.c", line 255: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/string.h", line 71
	argument : pointer to const uchar
"packet-http.c", line 262: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/string.h", line 71
	argument : pointer to const uchar
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-icmpv6.c
"packet-icmpv6.c", line 137: warning: assignment type mismatch:
	pointer to const char "=" pointer to const uchar
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-icp.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-icq.c
"packet-icq.c", line 586: warning: return value type mismatch
"packet-icq.c", line 644: warning: initializer does not fit or is out of range: -1
"packet-icq.c", line 645: warning: initializer does not fit or is out of range: -1
"packet-icq.c", line 692: warning: argument #2 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 73
	argument : pointer to const uchar
"packet-icq.c", line 707: warning: argument #2 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 73
	argument : pointer to const uchar
"packet-icq.c", line 719: warning: argument #2 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 73
	argument : pointer to const uchar
"packet-icq.c", line 738: warning: argument #2 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 73
	argument : pointer to const uchar
"packet-icq.c", line 785: warning: argument #2 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 73
	argument : pointer to const uchar
"packet-icq.c", line 820: warning: argument #2 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 73
	argument : pointer to const uchar
"packet-icq.c", line 851: warning: assignment type mismatch:
	pointer to uchar "=" pointer to char
"packet-icq.c", line 858: warning: argument #2 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 73
	argument : pointer to uchar
"packet-icq.c", line 872: warning: assignment type mismatch:
	pointer to uchar "=" pointer to char
"packet-icq.c", line 878: warning: argument #1 is incompatible with prototype:
	prototype: pointer to char : "/usr/include/iso/string_iso.h", line 73
	argument : pointer to uchar
"packet-icq.c", line 878: warning: argument #2 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 73
	argument : pointer to uchar
"packet-icq.c", line 1036: warning: initializer does not fit or is out of range: -1
"packet-icq.c", line 1096: warning: initializer does not fit or is out of range: -1
"packet-icq.c", line 1123: warning: initializer does not fit or is out of range: -1
"packet-icq.c", line 1207: warning: initializer does not fit or is out of range: -1
"packet-icq.c", line 1208: warning: initializer does not fit or is out of range: -1
"packet-icq.c", line 1211: warning: initializer does not fit or is out of range: -1
"packet-icq.c", line 1225: warning: argument #2 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 73
	argument : pointer to const uchar
"packet-icq.c", line 1282: warning: initializer does not fit or is out of range: -1
"packet-icq.c", line 1419: warning: initializer does not fit or is out of range: -1
"packet-icq.c", line 1421: warning: initializer does not fit or is out of range: -1
"packet-icq.c", line 1423: warning: initializer does not fit or is out of range: -1
"packet-icq.c", line 1424: warning: initializer does not fit or is out of range: -1
"packet-icq.c", line 1493: warning: initializer does not fit or is out of range: -1
"packet-icq.c", line 1523: warning: initializer does not fit or is out of range: -1
"packet-icq.c", line 1579: warning: assignment type mismatch:
	pointer to const char "=" pointer to const uchar
"packet-icq.c", line 1581: warning: initializer does not fit or is out of range: -1
"packet-icq.c", line 1582: warning: initializer does not fit or is out of range: -1
"packet-icq.c", line 1630: warning: initializer does not fit or is out of range: -1
"packet-icq.c", line 1648: warning: initializer does not fit or is out of range: -1
"packet-icq.c", line 1657: warning: initializer does not fit or is out of range: -1
"packet-icq.c", line 1658: warning: initializer does not fit or is out of range: -1
"packet-icq.c", line 1758: warning: initializer does not fit or is out of range: -1
"packet-icq.c", line 1759: warning: initializer does not fit or is out of range: -1
"packet-icq.c", line 1862: warning: initializer does not fit or is out of range: -1
"packet-icq.c", line 1863: warning: initializer does not fit or is out of range: -1
"packet-icq.c", line 1864: warning: initializer does not fit or is out of range: -1
"packet-icq.c", line 1865: warning: initializer does not fit or is out of range: -1
"packet-icq.c", line 1866: warning: initializer does not fit or is out of range: -1
"packet-icq.c", line 1867: warning: initializer does not fit or is out of range: -1
"packet-icq.c", line 1921: warning: initializer does not fit or is out of range: -1
"packet-icq.c", line 1923: warning: initializer does not fit or is out of range: -1
"packet-icq.c", line 1925: warning: initializer does not fit or is out of range: -1
"packet-icq.c", line 2018: warning: initializer does not fit or is out of range: -1
"packet-icq.c", line 2018: warning: initializer does not fit or is out of range: -1
"packet-icq.c", line 2020: warning: initializer does not fit or is out of range: -1
"packet-icq.c", line 2020: warning: initializer does not fit or is out of range: -1
"packet-icq.c", line 2021: warning: initializer does not fit or is out of range: -1
"packet-icq.c", line 2022: warning: initializer does not fit or is out of range: -1
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-imap.c
"packet-imap.c", line 59: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 113
	argument : pointer to const uchar
"packet-imap.c", line 69: warning: argument #2 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 73
	argument : pointer to const uchar
"packet-imap.c", line 74: warning: argument #2 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 73
	argument : pointer to const uchar
"packet-imap.c", line 75: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 113
	argument : pointer to const uchar
"packet-imap.c", line 77: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 113
	argument : pointer to const uchar
"packet-imap.c", line 81: warning: argument #2 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 73
	argument : pointer to const uchar
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-ip.c
"packet-ip.c", line 785: warning: assignment type mismatch:
	pointer to uchar "=" pointer to char
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-ipp.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-ipsec.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-ipv6.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-ipx.c
"packet-ipx.c", line 220: warning: assignment type mismatch:
	pointer to char "=" pointer to uchar
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-irc.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-isakmp.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-isis.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-isis-clv.c
"packet-isis-clv.c", line 162: warning: argument #2 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 73
	argument : pointer to const uchar
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-isis-hello.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-isis-lsp.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-isis-snp.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-isl.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-l2tp.c
"packet-l2tp.c", line 509: warning: argument #2 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 73
	argument : pointer to uchar
"packet-l2tp.c", line 557: warning: argument #2 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 73
	argument : pointer to uchar
"packet-l2tp.c", line 565: warning: argument #2 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 73
	argument : pointer to uchar
"packet-l2tp.c", line 637: warning: argument #2 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 73
	argument : pointer to uchar
"packet-l2tp.c", line 645: warning: argument #2 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 73
	argument : pointer to uchar
"packet-l2tp.c", line 653: warning: argument #2 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 73
	argument : pointer to uchar
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-lapb.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-lapd.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-ldap.c
"packet-ldap.c", line 280: warning: assignment type mismatch:
	pointer to uchar "=" pointer to char
"packet-ldap.c", line 285: warning: argument #6 is incompatible with prototype:
	prototype: pointer to const char : "./proto.h", line 342
	argument : pointer to uchar
"packet-ldap.c", line 291: warning: assignment type mismatch:
	pointer to char "=" pointer to uchar
"packet-ldap.c", line 324: warning: argument #3 is incompatible with prototype:
	prototype: pointer to uint : "./asn1.h", line 136
	argument : pointer to int
"packet-ldap.c", line 327: warning: argument #3 is incompatible with prototype:
	prototype: pointer to uint : "./asn1.h", line 136
	argument : pointer to int
"packet-ldap.c", line 330: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 70
	argument : pointer to const uchar
"packet-ldap.c", line 355: warning: argument #3 is incompatible with prototype:
	prototype: pointer to uint : "./asn1.h", line 136
	argument : pointer to int
"packet-ldap.c", line 363: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 70
	argument : pointer to uchar
"packet-ldap.c", line 375: warning: argument #6 is incompatible with prototype:
	prototype: pointer to uint : "./asn1.h", line 122
	argument : pointer to int
"packet-ldap.c", line 397: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 70
	argument : pointer to uchar
"packet-ldap.c", line 499: warning: argument #4 is incompatible with prototype:
	prototype: pointer to const uchar : "packet-ldap.c", line 315
	argument : pointer to char
"packet-ldap.c", line 506: warning: argument #4 is incompatible with prototype:
	prototype: pointer to const uchar : "packet-ldap.c", line 315
	argument : pointer to char
"packet-ldap.c", line 513: warning: argument #4 is incompatible with prototype:
	prototype: pointer to const uchar : "packet-ldap.c", line 315
	argument : pointer to char
"packet-ldap.c", line 520: warning: argument #4 is incompatible with prototype:
	prototype: pointer to const uchar : "packet-ldap.c", line 315
	argument : pointer to char
"packet-ldap.c", line 622: warning: argument #5 is incompatible with prototype:
	prototype: pointer to int : "./asn1.h", line 122
	argument : pointer to uint
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-llc.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-lpd.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-mapi.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-mip.c
"packet-mip.c", line 297: warning: syntax error:  empty declaration
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-mount.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-mpls.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-msproxy.c
"packet-msproxy.c", line 331: warning: argument #2 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 73
	argument : pointer to const uchar
"packet-msproxy.c", line 391: warning: argument #2 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 73
	argument : pointer to const uchar
"packet-msproxy.c", line 398: warning: argument #2 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 73
	argument : pointer to const uchar
"packet-msproxy.c", line 405: warning: argument #2 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 73
	argument : pointer to const uchar
"packet-msproxy.c", line 478: warning: argument #2 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 73
	argument : pointer to const uchar
"packet-msproxy.c", line 613: warning: argument #2 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 73
	argument : pointer to const uchar
"packet-msproxy.c", line 727: warning: argument #2 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 73
	argument : pointer to const uchar
"packet-msproxy.c", line 863: warning: argument #2 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 73
	argument : pointer to const uchar
"packet-msproxy.c", line 868: warning: argument #2 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 73
	argument : pointer to const uchar
"packet-msproxy.c", line 1079: warning: argument #2 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 73
	argument : pointer to const uchar
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-nbipx.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-nbns.c
"packet-nbns.c", line 269: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const uchar : "./packet-netbios.h", line 35
	argument : pointer to char
"packet-nbns.c", line 732: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const uchar : "./packet-netbios.h", line 35
	argument : pointer to char
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-ncp.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-netbios.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-nfs.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-nlm.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-nntp.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-ntp.c
"packet-ntp.c", line 302: warning: argument #6 is incompatible with prototype:
	prototype: pointer to const uchar : "./proto.h", line 236
	argument : pointer to char
"packet-ntp.c", line 337: warning: argument #2 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 66
	argument : pointer to uchar
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-null.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-osi.c
"packet-osi.c", line 61: warning: assignment type mismatch:
	pointer to uchar "=" pointer to char
"packet-osi.c", line 66: warning: argument #1 is incompatible with prototype:
	prototype: pointer to char : "/usr/include/iso/stdio_iso.h", line 183
	argument : pointer to uchar
"packet-osi.c", line 76: warning: argument #1 is incompatible with prototype:
	prototype: pointer to char : "/usr/include/iso/stdio_iso.h", line 183
	argument : pointer to uchar
"packet-osi.c", line 80: warning: argument #1 is incompatible with prototype:
	prototype: pointer to char : "/usr/include/iso/stdio_iso.h", line 183
	argument : pointer to uchar
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-osi-options.c
"packet-osi-options.c", line 221: warning: syntax error:  empty declaration
"packet-osi-options.c", line 275: warning: syntax error:  empty declaration
"packet-osi-options.c", line 330: warning: syntax error:  empty declaration
"packet-osi-options.c", line 436: warning: syntax error:  empty declaration
"packet-osi-options.c", line 465: warning: syntax error:  empty declaration
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-ospf.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-pim.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-pop.c
"packet-pop.c", line 61: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 113
	argument : pointer to const uchar
"packet-pop.c", line 71: warning: argument #2 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 73
	argument : pointer to const uchar
"packet-pop.c", line 76: warning: argument #2 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 73
	argument : pointer to const uchar
"packet-pop.c", line 77: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 113
	argument : pointer to const uchar
"packet-pop.c", line 79: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 113
	argument : pointer to const uchar
"packet-pop.c", line 83: warning: argument #2 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 73
	argument : pointer to const uchar
"packet-pop.c", line 133: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 72
	argument : pointer to const uchar
"packet-pop.c", line 136: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 72
	argument : pointer to const uchar
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-portmap.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-ppp.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-pppoe.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-pptp.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-q2931.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-q931.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-radius.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-raw.c
"packet-raw.c", line 119: warning: statement not reached
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-rip.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-ripng.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-rlogin.c
"packet-rlogin.c", line 191: warning: argument #2 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 73
	argument : pointer to const uchar
"packet-rlogin.c", line 257: warning: assignment type mismatch:
	pointer to const char "=" pointer to const uchar
"packet-rlogin.c", line 268: warning: assignment type mismatch:
	pointer to const char "=" pointer to const uchar
"packet-rlogin.c", line 275: warning: assignment type mismatch:
	pointer to const char "=" pointer to const uchar
"packet-rlogin.c", line 398: warning: argument #2 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 71
	argument : pointer to const uchar
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-rpc.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-rsvp.c
"packet-rsvp.c", line 1756: warning: argument #2 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 73
	argument : pointer to const uchar
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-rtcp.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-rtp.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-rtsp.c
"packet-rtsp.c", line 67: warning: argument #2 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/string.h", line 71
	argument : pointer to const uchar
"packet-rtsp.c", line 77: warning: argument #2 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/string.h", line 71
	argument : pointer to const uchar
"packet-rtsp.c", line 102: warning: argument #1 is incompatible with prototype:
	prototype: pointer to char : "/usr/include/iso/string_iso.h", line 73
	argument : pointer to uchar
"packet-rtsp.c", line 102: warning: argument #2 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 73
	argument : pointer to const uchar
"packet-rtsp.c", line 108: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/string.h", line 71
	argument : pointer to uchar
"packet-rtsp.c", line 113: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 116
	argument : pointer to uchar
"packet-rtsp.c", line 113: warning: assignment type mismatch:
	pointer to uchar "=" pointer to char
"packet-rtsp.c", line 115: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/stdio_iso.h", line 185
	argument : pointer to uchar
"packet-rtsp.c", line 118: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 116
	argument : pointer to uchar
"packet-rtsp.c", line 118: warning: assignment type mismatch:
	pointer to uchar "=" pointer to char
"packet-rtsp.c", line 120: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/stdio_iso.h", line 185
	argument : pointer to uchar
"packet-rtsp.c", line 204: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 72
	argument : pointer to const uchar
"packet-rtsp.c", line 205: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 72
	argument : pointer to const uchar
"packet-rtsp.c", line 271: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/string.h", line 71
	argument : pointer to const uchar
"packet-rtsp.c", line 308: warning: argument #2 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/string.h", line 71
	argument : pointer to const uchar
"packet-rtsp.c", line 331: warning: argument #2 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/string.h", line 71
	argument : pointer to const uchar
"packet-rtsp.c", line 359: warning: argument #6 is incompatible with prototype:
	prototype: pointer to const char : "./proto.h", line 346
	argument : pointer to uchar
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-rx.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-sap.c
"packet-sap.c", line 232: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/string.h", line 71
	argument : pointer to const uchar
"packet-sap.c", line 233: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 70
	argument : pointer to const uchar
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-sdp.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-smb.c
"packet-smb.c", line 934: warning: assignment type mismatch:
	pointer to const char "=" pointer to const uchar
"packet-smb.c", line 1450: warning: assignment type mismatch:
	pointer to const char "=" pointer to const uchar
"packet-smb.c", line 1761: warning: assignment type mismatch:
	pointer to const char "=" pointer to const uchar
"packet-smb.c", line 1785: warning: assignment type mismatch:
	pointer to const char "=" pointer to const uchar
"packet-smb.c", line 1809: warning: assignment type mismatch:
	pointer to const char "=" pointer to const uchar
"packet-smb.c", line 2053: warning: assignment type mismatch:
	pointer to const char "=" pointer to const uchar
"packet-smb.c", line 2065: warning: assignment type mismatch:
	pointer to const char "=" pointer to const uchar
"packet-smb.c", line 2077: warning: assignment type mismatch:
	pointer to const char "=" pointer to const uchar
"packet-smb.c", line 2089: warning: assignment type mismatch:
	pointer to const char "=" pointer to const uchar
"packet-smb.c", line 2101: warning: assignment type mismatch:
	pointer to const char "=" pointer to const uchar
"packet-smb.c", line 2307: warning: assignment type mismatch:
	pointer to const char "=" pointer to const uchar
"packet-smb.c", line 2313: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const uchar : "./packet.h", line 295
	argument : pointer to const char
"packet-smb.c", line 2322: warning: assignment type mismatch:
	pointer to const char "=" pointer to const uchar
"packet-smb.c", line 2328: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const uchar : "./packet.h", line 295
	argument : pointer to const char
"packet-smb.c", line 2338: warning: assignment type mismatch:
	pointer to const char "=" pointer to const uchar
"packet-smb.c", line 2350: warning: assignment type mismatch:
	pointer to const char "=" pointer to const uchar
"packet-smb.c", line 2362: warning: assignment type mismatch:
	pointer to const char "=" pointer to const uchar
"packet-smb.c", line 2374: warning: assignment type mismatch:
	pointer to const char "=" pointer to const uchar
"packet-smb.c", line 2485: warning: assignment type mismatch:
	pointer to const char "=" pointer to const uchar
"packet-smb.c", line 2497: warning: assignment type mismatch:
	pointer to const char "=" pointer to const uchar
"packet-smb.c", line 2509: warning: assignment type mismatch:
	pointer to const char "=" pointer to const uchar
"packet-smb.c", line 2649: warning: assignment type mismatch:
	pointer to const char "=" pointer to const uchar
"packet-smb.c", line 2653: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const uchar : "./packet.h", line 295
	argument : pointer to const char
"packet-smb.c", line 2659: warning: assignment type mismatch:
	pointer to const char "=" pointer to const uchar
"packet-smb.c", line 2669: warning: assignment type mismatch:
	pointer to const char "=" pointer to const uchar
"packet-smb.c", line 2691: warning: assignment type mismatch:
	pointer to const char "=" pointer to const uchar
"packet-smb.c", line 2727: warning: assignment type mismatch:
	pointer to const char "=" pointer to const uchar
"packet-smb.c", line 2737: warning: assignment type mismatch:
	pointer to const char "=" pointer to const uchar
"packet-smb.c", line 2831: warning: assignment type mismatch:
	pointer to const char "=" pointer to const uchar
"packet-smb.c", line 3013: warning: assignment type mismatch:
	pointer to const char "=" pointer to const uchar
"packet-smb.c", line 3018: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const uchar : "./packet.h", line 290
	argument : pointer to const char
"packet-smb.c", line 3027: warning: assignment type mismatch:
	pointer to const char "=" pointer to const uchar
"packet-smb.c", line 3228: warning: assignment type mismatch:
	pointer to const char "=" pointer to const uchar
"packet-smb.c", line 3233: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const uchar : "./packet.h", line 290
	argument : pointer to const char
"packet-smb.c", line 3245: warning: assignment type mismatch:
	pointer to const char "=" pointer to const uchar
"packet-smb.c", line 3250: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const uchar : "packet-smb.c", line 508
	argument : pointer to const char
"packet-smb.c", line 3319: warning: assignment type mismatch:
	pointer to const char "=" pointer to const uchar
"packet-smb.c", line 3410: warning: assignment type mismatch:
	pointer to const char "=" pointer to const uchar
"packet-smb.c", line 3502: warning: assignment type mismatch:
	pointer to const char "=" pointer to const uchar
"packet-smb.c", line 3881: warning: assignment type mismatch:
	pointer to const char "=" pointer to const uchar
"packet-smb.c", line 4700: warning: assignment type mismatch:
	pointer to const char "=" pointer to const uchar
"packet-smb.c", line 4778: warning: assignment type mismatch:
	pointer to const char "=" pointer to const uchar
"packet-smb.c", line 4802: warning: assignment type mismatch:
	pointer to const char "=" pointer to const uchar
"packet-smb.c", line 4930: warning: assignment type mismatch:
	pointer to const char "=" pointer to const uchar
"packet-smb.c", line 6930: warning: assignment type mismatch:
	pointer to const char "=" pointer to const uchar
"packet-smb.c", line 7068: warning: assignment type mismatch:
	pointer to const char "=" pointer to const uchar
"packet-smb.c", line 7264: warning: assignment type mismatch:
	pointer to const char "=" pointer to const uchar
"packet-smb.c", line 7332: warning: assignment type mismatch:
	pointer to const char "=" pointer to const uchar
"packet-smb.c", line 7890: warning: assignment type mismatch:
	pointer to const char "=" pointer to const uchar
"packet-smb.c", line 9268: warning: argument #11 is incompatible with prototype:
	prototype: pointer to const uchar : "packet-smb.c", line 51
	argument : pointer to char
"packet-smb.c", line 9270: warning: argument #11 is incompatible with prototype:
	prototype: pointer to const uchar : "packet-smb.c", line 53
	argument : pointer to char
"packet-smb.c", line 9306: warning: assignment type mismatch:
	pointer to const char "=" pointer to const uchar
"packet-smb.c", line 9647: warning: assignment type mismatch:
	pointer to const char "=" pointer to const uchar
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-smb-browse.c
"packet-smb-browse.c", line 205: warning: assignment type mismatch:
	pointer to const char "=" pointer to const uchar
"packet-smb-browse.c", line 331: warning: assignment type mismatch:
	pointer to const char "=" pointer to const uchar
"packet-smb-browse.c", line 353: warning: assignment type mismatch:
	pointer to const char "=" pointer to const uchar
"packet-smb-browse.c", line 462: warning: assignment type mismatch:
	pointer to const char "=" pointer to const uchar
"packet-smb-browse.c", line 516: warning: assignment type mismatch:
	pointer to const char "=" pointer to const uchar
"packet-smb-browse.c", line 528: warning: assignment type mismatch:
	pointer to const char "=" pointer to const uchar
"packet-smb-browse.c", line 536: warning: assignment type mismatch:
	pointer to const char "=" pointer to const uchar
"packet-smb-browse.c", line 548: warning: assignment type mismatch:
	pointer to const char "=" pointer to const uchar
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-smb-common.c
"packet-smb-common.c", line 62: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 70
	argument : pointer to const uchar
"packet-smb-common.c", line 65: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 70
	argument : pointer to const uchar
"packet-smb-common.c", line 77: warning: assignment type mismatch:
	pointer to const char "=" pointer to const uchar
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-smb-logon.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-smb-mailslot.c
"packet-smb-mailslot.c", line 131: warning: assignment type mismatch:
	pointer to const char "=" pointer to const uchar
"packet-smb-mailslot.c", line 142: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 65
	argument : pointer to const uchar
"packet-smb-mailslot.c", line 149: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 65
	argument : pointer to const uchar
"packet-smb-mailslot.c", line 160: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 72
	argument : pointer to const uchar
"packet-smb-mailslot.c", line 161: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 65
	argument : pointer to const uchar
"packet-smb-mailslot.c", line 162: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 65
	argument : pointer to const uchar
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-smb-pipe.c
"packet-smb-pipe.c", line 403: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const uchar : "packet-smb-pipe.c", line 266
	argument : pointer to char
"packet-smb-pipe.c", line 419: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const uchar : "packet-smb-pipe.c", line 266
	argument : pointer to char
"packet-smb-pipe.c", line 449: warning: assignment type mismatch:
	pointer to const char "=" pointer to const uchar
"packet-smb-pipe.c", line 605: warning: assignment type mismatch:
	pointer to const char "=" pointer to const uchar
"packet-smb-pipe.c", line 622: warning: assignment type mismatch:
	pointer to const char "=" pointer to const uchar
"packet-smb-pipe.c", line 678: warning: assignment type mismatch:
	pointer to const char "=" pointer to const uchar
"packet-smb-pipe.c", line 697: warning: assignment type mismatch:
	pointer to const char "=" pointer to const uchar
"packet-smb-pipe.c", line 779: warning: assignment type mismatch:
	pointer to const char "=" pointer to const uchar
"packet-smb-pipe.c", line 796: warning: assignment type mismatch:
	pointer to const char "=" pointer to const uchar
"packet-smb-pipe.c", line 941: warning: assignment type mismatch:
	pointer to const char "=" pointer to const uchar
"packet-smb-pipe.c", line 980: warning: assignment type mismatch:
	pointer to const char "=" pointer to const uchar
"packet-smb-pipe.c", line 1071: warning: assignment type mismatch:
	pointer to const char "=" pointer to const uchar
"packet-smb-pipe.c", line 1135: warning: assignment type mismatch:
	pointer to const char "=" pointer to const uchar
"packet-smb-pipe.c", line 1230: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 65
	argument : pointer to const uchar
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-sna.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-snmp.c
"packet-snmp.c", line 315: warning: initializer does not fit or is out of range: -1
"packet-snmp.c", line 1323: warning: argument #3 is incompatible with prototype:
	prototype: pointer to uint : "./asn1.h", line 136
	argument : pointer to int
"packet-snmp.c", line 1379: warning: argument #3 is incompatible with prototype:
	prototype: pointer to uint : "./asn1.h", line 136
	argument : pointer to int
"packet-snmp.c", line 1423: warning: argument #3 is incompatible with prototype:
	prototype: pointer to uint : "./asn1.h", line 136
	argument : pointer to int
"packet-snmp.c", line 1441: warning: argument #6 is incompatible with prototype:
	prototype: pointer to uint : "./asn1.h", line 122
	argument : pointer to int
"packet-snmp.c", line 1463: warning: argument #2 is incompatible with prototype:
	prototype: pointer to uint : "./asn1.h", line 142
	argument : pointer to int
"packet-snmp.c", line 1471: warning: argument #3 is incompatible with prototype:
	prototype: pointer to uint : "./asn1.h", line 136
	argument : pointer to int
"packet-snmp.c", line 1509: warning: argument #3 is incompatible with prototype:
	prototype: pointer to uint : "./asn1.h", line 136
	argument : pointer to int
"packet-snmp.c", line 1524: warning: argument #3 is incompatible with prototype:
	prototype: pointer to uint : "./asn1.h", line 136
	argument : pointer to int
"packet-snmp.c", line 1538: warning: argument #3 is incompatible with prototype:
	prototype: pointer to uint : "./asn1.h", line 136
	argument : pointer to int
"packet-snmp.c", line 1554: warning: argument #3 is incompatible with prototype:
	prototype: pointer to uint : "./asn1.h", line 136
	argument : pointer to int
"packet-snmp.c", line 1573: warning: argument #3 is incompatible with prototype:
	prototype: pointer to uint : "./asn1.h", line 136
	argument : pointer to int
"packet-snmp.c", line 1594: warning: argument #3 is incompatible with prototype:
	prototype: pointer to uint : "./asn1.h", line 136
	argument : pointer to int
"packet-snmp.c", line 1608: warning: argument #3 is incompatible with prototype:
	prototype: pointer to uint : "./asn1.h", line 136
	argument : pointer to int
"packet-snmp.c", line 1743: warning: argument #3 is incompatible with prototype:
	prototype: pointer to uint : "./asn1.h", line 136
	argument : pointer to int
"packet-snmp.c", line 1758: warning: argument #3 is incompatible with prototype:
	prototype: pointer to uint : "./asn1.h", line 136
	argument : pointer to int
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-socks.c
"packet-socks.c", line 241: warning: argument #2 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 73
	argument : pointer to const uchar
"packet-socks.c", line 491: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 70
	argument : pointer to const uchar
"packet-socks.c", line 492: warning: argument #6 is incompatible with prototype:
	prototype: pointer to const char : "./proto.h", line 342
	argument : pointer to const uchar
"packet-socks.c", line 521: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 70
	argument : pointer to const uchar
"packet-socks.c", line 679: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 70
	argument : pointer to const uchar
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-srvloc.c
"packet-srvloc.c", line 175: warning: syntax error:  empty declaration
"packet-srvloc.c", line 394: warning: syntax error:  empty declaration
"packet-srvloc.c", line 435: warning: syntax error:  empty declaration
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-sscop.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-stat.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-syslog.c
"packet-syslog.c", line 182: warning: argument #2 is incompatible with prototype:
	prototype: pointer to uchar : "./tvbuff.h", line 206
	argument : pointer to char
"packet-syslog.c", line 185: warning: argument #2 is incompatible with prototype:
	prototype: pointer to uchar : "./tvbuff.h", line 206
	argument : pointer to char
"packet-syslog.c", line 259: warning: syntax error:  empty declaration
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-tacacs.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-tcp.c
"packet-tcp.c", line 541: warning: argument #3 is incompatible with prototype:
	prototype: pointer to const char : "./follow.h", line 50
	argument : pointer to const uchar
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-telnet.c
"packet-telnet.c", line 136: warning: assignment type mismatch:
	pointer to const uchar "=" pointer to char
"packet-telnet.c", line 138: warning: assignment type mismatch:
	pointer to const uchar "=" pointer to const char
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-tftp.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-time.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-tns.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-tr.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-trmac.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-udp.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-v120.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-vines.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-vlan.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-vrrp.c
"packet-vrrp.c", line 101: warning: initializer does not fit or is out of range: -1
"packet-vrrp.c", line 174: warning: argument #1 is incompatible with prototype:
	prototype: pointer to char : "/usr/include/iso/string_iso.h", line 73
	argument : pointer to uchar
"packet-vrrp.c", line 174: warning: argument #2 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 73
	argument : pointer to const uchar
"packet-vrrp.c", line 176: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 70
	argument : pointer to uchar
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-vtp.c
"packet-vtp.c", line 137: warning: argument #6 is incompatible with prototype:
	prototype: pointer to const char : "./proto.h", line 356
	argument : pointer to const uchar
"packet-vtp.c", line 153: warning: argument #6 is incompatible with prototype:
	prototype: pointer to const char : "./proto.h", line 356
	argument : pointer to const uchar
"packet-vtp.c", line 172: warning: argument #6 is incompatible with prototype:
	prototype: pointer to const char : "./proto.h", line 356
	argument : pointer to const uchar
"packet-vtp.c", line 214: warning: argument #6 is incompatible with prototype:
	prototype: pointer to const char : "./proto.h", line 356
	argument : pointer to const uchar
"packet-vtp.c", line 348: warning: argument #6 is incompatible with prototype:
	prototype: pointer to const char : "./proto.h", line 356
	argument : pointer to const uchar
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-wccp.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-who.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-x11.c
"packet-x11.c", line 1070: warning: argument #2 is incompatible with prototype:
	prototype: pointer to const char : "packet-x11.c", line 1033
	argument : pointer to uchar
"packet-x11.c", line 1127: warning: argument #6 is incompatible with prototype:
	prototype: pointer to const char : "./proto.h", line 356
	argument : pointer to uchar
"packet-x11.c", line 1172: warning: argument #2 is incompatible with prototype:
	prototype: pointer to const char : "packet-x11.c", line 1033
	argument : pointer to uchar
"packet-x11.c", line 1401: warning: argument #2 is incompatible with prototype:
	prototype: pointer to const char : "packet-x11.c", line 1033
	argument : pointer to uchar
"packet-x11.c", line 1414: warning: argument #7 is incompatible with prototype:
	prototype: pointer to int : "packet-x11.c", line 1091
	argument : pointer to uint
"packet-x11.c", line 2819: warning: assignment type mismatch:
	pointer to const uchar "=" pointer to char
"packet-x11.c", line 2963: warning: syntax error:  empty declaration
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-x25.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-yhoo.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-ypbind.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-ypserv.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet-ypxfr.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c asn1.c
"asn1.c", line 280: warning: argument #2 is incompatible with prototype:
	prototype: pointer to int : "./asn1.h", line 121
	argument : pointer to uint
"asn1.c", line 699: warning: argument #6 is incompatible with prototype:
	prototype: pointer to uint : "./asn1.h", line 122
	argument : pointer to int
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c column.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c conversation.c
yacc  -d -p dfilter_ dfilter-grammar.y && mv y.tab.c dfilter-grammar.c
"dfilter-grammar.y", line 170: fatal: invalid escape, or illegal reserved word: expect
*** Error code 1
Pdfilter_ -odfilter-scanner.c ./dfilter-scanner.l
sh: Pdfilter_: not found
*** Error code 1 (ignored)
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c dfilter-scanner.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c dfilter.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c except.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c follow.c
"follow.c", line 239: warning: argument #2 is incompatible with prototype:
	prototype: pointer to const char : "follow.c", line 55
	argument : pointer to uchar
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c ipproto.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c ipv4.c
"ipv4.c", line 101: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const uchar : "./packet.h", line 283
	argument : pointer to char
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c packet.c
"packet.c", line 854: warning: argument #2 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 73
	argument : pointer to uchar
"packet.c", line 862: warning: argument #2 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 73
	argument : pointer to uchar
"packet.c", line 925: warning: argument #2 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 73
	argument : pointer to uchar
"packet.c", line 932: warning: argument #2 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 73
	argument : pointer to uchar
"packet.c", line 1103: warning: argument #2 is incompatible with prototype:
	prototype: pointer to void : "/usr/local/include/glib.h", line 919
	argument : pointer to function(void) returning void
"packet.c", line 1110: warning: assignment type mismatch:
	pointer to function(void) returning void "=" pointer to void
"packet.c", line 1346: warning: return value type mismatch
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c plugins.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c prefs.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c print.c
"print.c", line 253: warning: argument #1 is incompatible with prototype:
	prototype: pointer to uchar : "print.c", line 46
	argument : pointer to char
"print.c", line 253: warning: argument #2 is incompatible with prototype:
	prototype: pointer to const uchar : "print.c", line 46
	argument : pointer to char
"print.c", line 346: warning: argument #1 is incompatible with prototype:
	prototype: pointer to uchar : "print.c", line 46
	argument : pointer to char
"print.c", line 346: warning: argument #2 is incompatible with prototype:
	prototype: pointer to const uchar : "print.c", line 46
	argument : pointer to char
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c proto.c
"proto.c", line 938: warning: assignment type mismatch:
	pointer to char "=" pointer to uchar
cc -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -o rdps ./rdps.c
"./rdps.c", line 144: warning: argument #1 is incompatible with prototype:
	prototype: pointer to uchar : "./rdps.c", line 47
	argument : pointer to char
"./rdps.c", line 144: warning: argument #2 is incompatible with prototype:
	prototype: pointer to const uchar : "./rdps.c", line 47
	argument : pointer to char
./rdps ./print.ps ps.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c ps.c
Making register.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c register.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c resolv.c
"resolv.c", line 211: warning: argument #1 is incompatible with prototype:
	prototype: pointer to char : "/usr/include/iso/stdio_iso.h", line 183
	argument : pointer to uchar
"resolv.c", line 213: warning: argument #1 is incompatible with prototype:
	prototype: pointer to char : "/usr/include/iso/string_iso.h", line 73
	argument : pointer to uchar
"resolv.c", line 276: warning: argument #1 is incompatible with prototype:
	prototype: pointer to char : "/usr/include/iso/string_iso.h", line 73
	argument : pointer to uchar
"resolv.c", line 286: warning: argument #1 is incompatible with prototype:
	prototype: pointer to char : "/usr/include/iso/stdio_iso.h", line 183
	argument : pointer to uchar
"resolv.c", line 321: warning: argument #1 is incompatible with prototype:
	prototype: pointer to char : "/usr/include/iso/stdio_iso.h", line 183
	argument : pointer to uchar
"resolv.c", line 493: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 72
	argument : pointer to uchar
"resolv.c", line 501: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 72
	argument : pointer to uchar
"resolv.c", line 559: warning: argument #2 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 73
	argument : pointer to uchar
"resolv.c", line 607: warning: argument #2 is incompatible with prototype:
	prototype: pointer to uchar : "resolv.c", line 536
	argument : pointer to char
"resolv.c", line 640: warning: argument #2 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 73
	argument : pointer to uchar
"resolv.c", line 667: warning: return value type mismatch
"resolv.c", line 700: warning: return value type mismatch
"resolv.c", line 715: warning: argument #2 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 65
	argument : pointer to uchar
"resolv.c", line 831: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 72
	argument : pointer to uchar
"resolv.c", line 839: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 72
	argument : pointer to uchar
"resolv.c", line 916: warning: argument #1 is incompatible with prototype:
	prototype: pointer to char : "/usr/include/iso/string_iso.h", line 73
	argument : pointer to uchar
"resolv.c", line 916: warning: argument #2 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 73
	argument : pointer to uchar
"resolv.c", line 956: warning: argument #1 is incompatible with prototype:
	prototype: pointer to char : "/usr/include/iso/stdio_iso.h", line 183
	argument : pointer to uchar
"resolv.c", line 959: warning: argument #1 is incompatible with prototype:
	prototype: pointer to char : "/usr/include/iso/string_iso.h", line 73
	argument : pointer to uchar
"resolv.c", line 978: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 65
	argument : pointer to uchar
"resolv.c", line 978: warning: argument #2 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 65
	argument : pointer to uchar
"resolv.c", line 1008: warning: return value type mismatch
"resolv.c", line 1021: warning: return value type mismatch
"resolv.c", line 1046: warning: argument #1 is incompatible with prototype:
	prototype: pointer to char : "/usr/include/iso/string_iso.h", line 73
	argument : pointer to uchar
"resolv.c", line 1046: warning: argument #2 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 73
	argument : pointer to uchar
"resolv.c", line 1067: warning: return value type mismatch
"resolv.c", line 1088: warning: return value type mismatch
"resolv.c", line 1098: warning: return value type mismatch
"resolv.c", line 1150: warning: return value type mismatch
"resolv.c", line 1165: warning: statement not reached
"resolv.c", line 1189: warning: return value type mismatch
"resolv.c", line 1240: warning: return value type mismatch
"resolv.c", line 1243: warning: return value type mismatch
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c tvbuff.c
"tvbuff.c", line 170: warning: assignment type mismatch:
	pointer to function(pointer to void) returning void "=" pointer to void
"tvbuff.c", line 425: warning: statement not reached
"tvbuff.c", line 718: warning: statement not reached
"tvbuff.c", line 806: warning: statement not reached
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c util.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c xdlc.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c capture.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c file.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c summary.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c inet_aton.c
"inet_aton.c", line 72: warning: assignment type mismatch:
	pointer to const uchar "=" pointer to const char
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c inet_pton.c
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c inet_ntop.c
make: Warning: Don't know how to make target `wiretap/libwiretap.a'
Current working directory /home/jludman/tmp2/ethereal-0.8.10
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c editcap.c
"editcap.c", line 315: warning: argument #4 is incompatible with prototype:
	prototype: pointer to uchar : "./wiretap/wtap.h", line 272
	argument : pointer to char
make: Warning: Don't know how to make target `wiretap/libwiretap.a'
Current working directory /home/jludman/tmp2/ethereal-0.8.10
cc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include  -g -I. -I./wiretap -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -c tethereal.c
make: Warning: Don't know how to make target `wiretap/libwiretap.a'
Current working directory /home/jludman/tmp2/ethereal-0.8.10
(cd doc ; \
make ../editcap.1 )
pod2man ./editcap.pod                     \
--center="The Ethereal Network Analyzer" \
--release=0.8.10			 \
> ../editcap.1
sh: pod2man: not found
*** Error code 1
make: Warning: Target `../editcap.1' not remade because of errors
Current working directory /home/jludman/tmp2/ethereal-0.8.10/doc
*** Error code 1
make: Warning: Target `all-am' not remade because of errors
Current working directory /home/jludman/tmp2/ethereal-0.8.10
*** Error code 1
make: Warning: Target `all-recursive' not remade because of errors
Current working directory /home/jludman/tmp2/ethereal-0.8.10
*** Error code 1
make: Warning: Target `all' not remade because of errors