On Wed, Nov 07, 2007 at 08:51:11PM -0500, Maynard, Chris wrote:
> prefs.c(54) : fatal error C1083: Cannot open include file:
> 'gtk/gtk.h': No such file or directory
Thanks for the notification, I see the Windows buildbot doesn't like
that line either. I don't have a Windows development environment
anymore to test in, do you or anyone else have any idea why including
gtk/gtk.h from epan/prefs.c doesn't work on Windows? I know it's
"unnatural" since it isn't in the gtk/ directory. However, it works
fine on Unix. I need GTK's gtk.h to use the GTK_CHECK_VERSION macro to
prevent the code from writing out a preference for the show toolbar
arrow when using GTK < 2.4.
Steve