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] problem building Ethereal on Win32

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

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Mon, 18 Aug 2003 19:18:43 -0700

On Monday, August 11, 2003, at 4:10 PM, Blair Cooper wrote:

I have worked around the problem for now by changing the gcc command in the
makefile.nmake file to read:

	gcc -aux-info xyzzy -DHAVE_CONFIG_H
-I$(GLIB_DIR)\include\glib-$(GLIB_VERSION)
-I$(GLIB_DIR)\lib\glib-$(GLIB_VERSION)\include -I.. -c

instead of:

	gcc -aux-info xyzzy -DHAVE_CONFIG_H -I$(GLIB_DIR) -I.. -c
plugin_api_list.c


However, this does not take into account the various GLIB/GTK+ versions.

I've checked in a change to define GCC_GLIB_CFLAGS as a GCC equivalent of GLIB_CFLAGS, and use it
instead of -I$(GLIB_DIR) when running GCC to generate the xyzzy file.