Ethereal-users: [Ethereal-users] Compilation errors on 0.10.0

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

From: Nathan Morell <frizop@xxxxxxxxx>
Date: Sat, 13 Dec 2003 11:47:17 -0600
> make
<snip>
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 function) help_dlg.c:256: error: `capture_filters_part' undeclared (first use in this function) help_dlg.c:260: error: `DISPLAY_FILTERS_PARTS' undeclared (first use in this function) help_dlg.c:261: error: `display_filters_part' undeclared (first use in this function) 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/jidar/src/ethereal-0.10.0/gtk'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/jidar/src/ethereal-0.10.0'
make: *** [all] Error 2
</end snip>
> ls help
> ls: help: No such file or directory