Ethereal-dev: [Ethereal-dev] ethereal-0.9.10 - headers not found

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

From: Justin Piszcz <jpiszcz@xxxxxxxxxxxxxxx>
Date: Sat, 13 Dec 2003 07:15:53 -0500 (EST)
What package am I missing?

slack 9 + gcc 3.3.2

root@war:~# find / -name overview.h
root@war:~#


gcc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I../wiretap -DINET6 -g -O2 -Dlinux
-I/ap
p/openssl-0.9.7c/include -I. -I/app/net-snmp-5.1/include  -DINET6
-D_U_="__attri
bute__((unused))" -Wall -W -g -O2 -I/usr/local/include -pthread
-I/app/gtk+-2.2.
4/include/gtk-2.0 -I/app/gtk+-2.2.4/lib/gtk-2.0/include
-I/app/atk-1.2.4/include
/atk-1.0 -I/app/pango-1.2.4/include/pango-1.0 -I/usr/include/freetype2
-I/app/gl
ib-2.2.3/include/glib-2.0 -I/app/glib-2.2.3/lib/glib-2.0/include   -DINET6
-g -O
2 -Dlinux -I/app/openssl-0.9.7c/include -I. -I/app/net-snmp-5.1/include -c
`test
 -f 'help_dlg.c' || echo './'`help_dlg.c
help_dlg.c:43:30: ../help/overview.h: No such file or directory
help_dlg.c:44:37: ../help/capture_filters.h: No such file or directory
help_dlg.c:45:37: ../help/display_filters.h: No such file or directory
help_dlg.c:46:32: ../help/well_known.h: No such file or directory
help_dlg.c:47:25: ../help/faq.h: No such file or directory
help_dlg.c: In function `set_help_text':
help_dlg.c:246: error: `OVERVIEW_PARTS' undeclared (first use in this
function)
help_dlg.c:246: error: (Each undeclared identifier is reported only once
help_dlg.c:246: error: for each function it appears in.)
help_dlg.c:247: error: `overview_part' undeclared (first use in this
function)
help_dlg.c:255: error: `CAPTURE_FILTERS_PARTS' undeclared (first use in
this fun
ction)
help_dlg.c:256: error: `capture_filters_part' undeclared (first use in
this func
tion)
help_dlg.c:260: error: `DISPLAY_FILTERS_PARTS' undeclared (first use in
this fun
ction)
help_dlg.c:261: error: `display_filters_part' undeclared (first use in
this func
tion)
help_dlg.c:265: error: `WELL_KNOWN_PARTS' undeclared (first use in this
function
)
help_dlg.c:266: error: `well_known_part' undeclared (first use in this
function)
help_dlg.c:270: error: `FAQ_PARTS' undeclared (first use in this function)
help_dlg.c:271: error: `faq_part' undeclared (first use in this function)
make[2]: *** [help_dlg.o] Error 1
make[2]: Leaving directory `/home/war/ethereal-0.10.0/gtk'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/war/ethereal-0.10.0'
make: *** [all] Error 2
make: *** Error: Make failed.
make: *** Aborting!
war@war:~/ethereal-0.10.0$