Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Ethereal-dev: [Ethereal-dev] Missing p_report_failure

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

From: "Gisle Vanem" <giva@xxxxxxxxx>
Date: Sat, 24 Apr 2004 17:42:10 +0200
I'm trying to link the plugins (using MingW), but it fails because of 
missing 'p_report_failure': From gnu ld:

plugin_api.o(.text+0xb64): In function `plugin_address_table_init':
plugins/Xplugin_api.c:276: undefined reference to `p_report_failure'
make.exe: *** [plugins/0.10.3/ciscosm.dll] Error 1

I fail to see why since I did "make clean" and the plugins/X* files
was rebuilt. And plugins/Xplugin_api_decls.h has declared it:
  addr_report_failure p_report_failure;

plugins/Xplugin_api_decls.h is included in plugins/plugin_api.c
via plugins/Xplugin_api.c.

Anybody else manage to build the .dll with MingW/CygWin?

--gv