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] Problems compiling on Win32 using Glib2 and GTK for Glib2

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

From: Lars Roland <Lars.Roland@xxxxxxx>
Date: Sun, 03 Aug 2003 10:58:34 +0200
Andreas Sikkema wrote:
Hi,

I've just given up compiling Ethereal 0.9.14 for Win32 using verion 2
of Glib. There are a couple of things not right in config.nmake (i
think) and the gcc step for the plugin api can't find the glib.h file
at all. Even if I change the include path with the "code" from
config.nmake.

The last patch for config.nmake wasn't checked in. Look at
http://www.ethereal.com/lists/ethereal-dev/200307/msg00264.html

The problem with the gcc step in the plugin api is, that /plugins/makefile.nmake doesn't provide the glib_cflags to gcc.

Just comment the step out, if you do not have to change the plugin api.
The X-files in cvs are already up to date. the gcc step is only used to update the X-files , when you add a new function to the api via plugin_api_list.c

Regards,

Lars Roland