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

Wireshark-dev: Re: [Wireshark-dev] [Wireshark-commits] rev 52701: /trunk/epan/ /trunk/epan/: oi

From: Evan Huus <eapache@xxxxxxxxx>
Date: Mon, 21 Oct 2013 17:11:11 -0400
> On Oct 21, 2013, at 4:51 PM, Ed Beroset <beroset@xxxxxxxxxxxxxx> wrote:
> 
> Joerg Mayer wrote:
>>> On Sun, Oct 20, 2013 at 02:18:19AM +0000, eapache@xxxxxxxxxxxxx wrote:
>>> http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=52701
>>> 
>>> User: eapache
>>> Date: 2013/10/20 02:18 AM
>>> 
>>> Log:
>>> Don't use g_assert_cmpint, it isn't happy on Windows. g_assert is nearly as good
>>> except it doesn't produce as nice error messages.
>> 
>> How about adding it to check api?
> 
> That's a good idea, since it was certainly news to me. I also looked and couldn't find anything in the gnome bugzilla.  The closest I could find was this: https://bugzilla.gnome.org/show_bug.cgi?id=516916
> 
> So for those of us without handy access to Windows (at the moment) what's the issue, exactly?  Are there other parts of gnome testing environment that won't work under Windows?

It produces funny compile warnings about loss of data casting 64-bit types to 32 bits. These are currently turned into errors in our build system. I didn't really investigated further, as I also don't have easy access to a Windows builder.

Evan