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] Patches for MingW

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 11:44:20 -0700

On Monday, August 18, 2003, at 11:16 AM, Gisle Vanem wrote:

I've built all programs with MingW + gcc 3.3.1 (using the todays snapshot).

Does "README.win32" need to be updated to give any instructions on doing so?

Some patches where needed though:

* <ws2tcpip.h> is needed for INET6 code in epan/resolv.c

Checked in. (Would that also be needed for other compilers/platforms, e.g. VC++ 6.0?)

* MingW already have 'rint()' in <math.h> and
  'mode_t' in <sys/types.h>

Checked in.

* In dftest.c I'm not sure about the 2nd and 5th arg. I
 placed NULL to make it compile and run.

I checked in the correct fix (dftest isn't built by default, and I didn't configure it in the build, so I missed that when I added the new errno arguments to "read_prefs()" - I changed it to add new variables and report both open and read errors, as was done with Ethereal and Tethereal).