Ethereal-users: [Ethereal-users] (no subject)

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

From: jshankar <jshankar@xxxxxxxxxxxxxxxx>
Date: Sun, 14 Dec 2003 12:19:36 -0700
Hello,
I am getting the following compilation errors.

Please  provide me some information.

Thanks
Jayshankar


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: `OVERVIEW_PARTS' undeclared (first use in this function)
help_dlg.c:246: (Each undeclared identifier is reported only once
help_dlg.c:246: for each function it appears in.)
help_dlg.c:247: `overview_part' undeclared (first use in this function)
help_dlg.c:255: `CAPTURE_FILTERS_PARTS' undeclared (first use in this 
function)
help_dlg.c:256: `capture_filters_part' undeclared (first use in this function)
help_dlg.c:260: `DISPLAY_FILTERS_PARTS' undeclared (first use in this 
function)
help_dlg.c:261: `display_filters_part' undeclared (first use in this function)
help_dlg.c:265: `WELL_KNOWN_PARTS' undeclared (first use in this function)
help_dlg.c:266: `well_known_part' undeclared (first use in this function)
help_dlg.c:270: `FAQ_PARTS' undeclared (first use in this function)
help_dlg.c:271: `faq_part' undeclared (first use in this function)
make[2]: *** [help_dlg.o] Error 1
make[2]: Leaving directory `/root/ethereal-0.10.0/gtk'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/ethereal-0.10.0'
make: *** [all] Error 2