Hi all,

I'd just like to add that I succeeded in building gtk2hs in Windows XP 64bit with GHC 7.0.2, using the 2.16 bundle from [1] and following the instructions in [2].

However, running the test program of [2] still fails at runtime with "The procedure entry point g_assertion_message_expr could not be located in the dynamic link library libglib-2.0.0.dll". Any idea what could cause this? Do I need to add -l something when compiling the program?


Thanks,
Pedro

[1] http://www.gtk.org/download-windows.html
[2] http://markshroyer.com/2010/10/gtk2hs-on-windows/