Ethereal-dev: RE: [ethereal-dev] 0.8.11 on Win32?

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

From: "Graham Bloice" <graham.bloice@xxxxxxxxxxxxx>
Date: Fri, 4 Aug 2000 09:03:36 +0100
> Has anyone been able to compile and run 0.8.11 on Win32? I'm trying
> right now, but at run-time I get
>
> "The procedure entry point gwin_opendir could not be located
> in the dynamic link library glib-1.3.dll"
>
> I'm working on finding where gwin_opendir is used; I can't find it.
> I'm working on a new Win32 machine, so perhaps I made a bad copy of my
> GTK+ DLL's. We have one opendir() call in plugins.c, but glib.h
> #defines that as g_win32_opendir, not gwin_opendir.
>
> Any data points, positive or negative, would help.

Just compiled the latest from CVS last night.  Once I'd installed Python, it
compiled (using VC) and ran OK for me.  I forget which GTK snapshot I was
using, I think that it was the April one.  My GTK is locally compiled, I had
problems just using the DLL's in the normal download (locally compiling them
allowed me to leave debugging info in).

Graham