ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Ethereal-dev: RE: [Ethereal-dev] about the installation of ethereal-0.10.4 on r edhat9.0

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

From: Biot Olivier <Olivier.Biot@xxxxxxxxxxx>
Date: Fri, 11 Jun 2004 10:43:07 +0200
|From: Li Haijiang
|
|
|"Jut to be ahead of this: maybe it is a good idea to add 
|epan/config.h to the
|files to delete in the 'clean' (and the likes) target(s) of Makefile."
|----thanks for you replay.
|for you idea,but i can't find epan/config.h in the epan sub 
|directory. is it correct???

That file (epan/config.h) has been removed from the distribution some weeks
ago; however it was known to generate problems when building Ethereal
if/when a stale "config.h" was found in the epan subdirectory. For this
reason I was proposing to add "config.h" to the list of files we have to
remove when we run a "make clean" in the epan subdirectory.

You should only find 2 files named "config.h" in the ethereal tree: config.h
and wiretap/config.h. (FYI those files are generated when you run
./configure)

Regards,

Olivier

|>From: Biot Olivier
|>
|>|From: Guy Harris
|>|
|>|
|>|À½­ said:
|>|> In file included from version_info.c:64:
|>|> /usr/include/ucd-snmp/version.h:9: parse error before 
|string constant
|>|
|>|The "config.h" you sent doesn't define HAVE_UCD_SNMP, so it 
|>|shouldn't be
|>|trying to include that file.  What does the command
|>|
|>|    find . -name config.h -print
|>|
|>|print out if you run that command from the top-level Ethereal source
|>|directory?
|>
|>Jut to be ahead of this: maybe it is a good idea to add 
|epan/config.h to the
|>files to delete in the 'clean' (and the likes) target(s) of Makefile.