Ethereal-dev: [Ethereal-dev] anon cvs compile problem (Win32)

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

From: Mike Frisch <mfrisch@xxxxxxxxxx>
Date: Wed, 27 Feb 2002 12:50:15 -0500
Since nobody else has mentioned this problem, I suspect it is something
to do with my configuration.

When compiling today's cvs source, I get the following error:

--- cut here ---

        cl /DHAVE_CONFIG_H /I../.. /I../../wiretap
/Ie:\ethereal\src\glib /Ie:\
ethereal\src\gtk+ /Ie:\ethereal\src\glib/gmodule
/Ie:\ethereal\src\gtk+\gdk /Ie
:\ethereal\src\gtk+\gdk\win32  /Ie:\ethereal\src\wpdpack\include
-D_U_="" -Zi /c
 packet-gryphon.c
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 12.00.8168 for
80x86
Copyright (C) Microsoft Corp 1984-1998. All rights reserved.

packet-gryphon.c
../..\plugins/plugin_api_defs.h(61) : error C2371: 'p_call_dissector' :
redefini
tion; different basic types
        ../..\epan/packet.h(217) : see declaration of 'p_call_dissector'

--- cut here---

plugins/plugin_api_defs.h(61):  addr_call_dissector        p_call_dissector;

epan/packet.h(217):  extern int call_dissector(dissector_handle_t
handle, tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree);

I am able to successfully build 0.9.1 in the same environment, so I am
sure this is something simple.

Thanks,

Mike.