Hi list again,
if there is anyone who managed to build the glade package on the Windows platform, could you please tell me the installer package for glade you used, possibly the version and download source too? Installing gtk2hs now seems made really simply by the guys providing it and I installed and tested it successfully on a Windows machine. Where I'm stucking is the glade/libglade thing. I took the version from http://ftp.gnome.org/pub/GNOME/binaries/win32/libglade/2.6/ for a start and installed some http://ftp.gnome.org/pub/GNOME/binaries/win32/dependencies/ too, but when running the cabal-configure step it halts with the oh so familiar:
* Missing C libraries: glade-2.0, gtk-win32-2.0, xml2, gdk-win32-2.0, atk-1.0,
gio-2.0, gdk_pixbuf-2.0, pangowin32-1.0, gdi32, pangocairo-1.0, pango-1.0,
cairo, gobject-2.0, gmodule-2.0, glib-2.0, intl
This is my user ghc-pkg cache list:
...APPDATA...\ghc\i386-mingw32-6.12.3\package.conf.d:
SDL-0.6.2
base64-bytestring-0.1.0.0
cairo-0.11.1
gio-0.11.1
glib-0.11.2
gtk-0.11.2
pango-0.11.2
random-1.0.0.2
And my pkg-config output:
cmd> pkg-config --cflags --libs gtk+-2.0 libglade-2.0"
-mms-bitfields -IH:/takeoffgw/i686-pc-mingw32/sys-root/mingw/include/libxml2 -IH
:/takeoffgw/usr/local/include/gtk-2.0 -IH:/takeoffgw/usr/local/lib/gtk-2.0/inclu
de -IH:/takeoffgw/usr/local/include/atk-1.0 -IH:/takeoffgw/usr/local/include/cai
ro -IH:/takeoffgw/usr/local/include/pango-1.0 -IH:/takeoffgw/usr/local/include/g
lib-2.0 -IH:/takeoffgw/usr/local/lib/glib-2.0/include -IH:/takeoffgw/usr/local/i
nclude/freetype2 -IH:/takeoffgw/usr/local/include -IH:/takeoffgw/usr/local/inclu
de/libpng14 -IH:/takeoffgw/usr/local/include/libglade-2.0 -LH:/takeoffgw/i686-p
c-mingw32/sys-root/mingw/lib -LH:/takeoffgw/usr/local/lib -lglade-2.0 -lgtk-win3
2-2.0 -lxml2 -lgdk-win32-2.0 -latk-1.0 -lgio-2.0 -lgdk_pixbuf-2.0 -lpangowin32-1
.0 -lgdi32 -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -lgt
hread-2.0 -lglib-2.0 -lintl
ExitSuccess