|
From: Hidde F. <hi...@wa...> - 2000-03-13 21:34:05
|
Thank you! Commenting out all references to DLT_SLIP_BSDOS worked. Updating libpcap didn't though..... ----- Original Message ----- From: "Juan Toledo" <to...@us...> To: "Hidde Fennema" <hi...@wa...> Cc: < > Sent: Monday, March 13, 2000 10:10 PM Subject: Re: [Etherape-users] Compile problems > > > > make[2]: Entering directory `/home/hidde/etherape-0.2.7/src' > > gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I/usr/include > > -DNEED_GNOMESUPPORT_H -I/usr/lib/gnome-libs/include > > -I/usr/lib/glib/include -I/usr/X11R6/include -I/usr/X11R6/include > > -I/usr/lib/glib/include -g -O2 -Wall -Wunused -c main.c > > In file included from diagram.h:1, > > from main.c:28: > > capture.h:57: `DLT_SLIP_BSDOS' undeclared here (not in a function) > > capture.h:57: enumerator value for `L_SLIP_BSDOS' not integer constant > > > > capture.h:59: `DLT_PPP_BSDOS' undeclared here (not in a function) > > capture.h:59: enumerator value for `L_PPP_BSDOS' not integer constant > > What version of libpcap are you compiling with? > Sounds as if your pcap.h doesn´t have those values. > If they bother you, and you are not going to update your libpcap, > then delete all metions to those DLT and L_ values, and the > corresponding code. > > |