win32 Lisp cannot load Gtk DLLs when C can?



Trying to test the latest Cells-gtk release (no longer being a maintainer, but pitching in to test the win32 side).

I had loaded GTk successfully in the past, but now it fails. Go figger, hey, this is Windows. Installed latest/greatest GIMP/Gtk. Gimp the application runs fine. Both AllegroCL7 and LW Trial fail the same way:

libgobject load fails when unable to resolve libintl_bind_textdomain_codeset in intl.dll. That label shows up as extant and dll-exported in libintl.h (cursory examination, nothing deep such as checking a link map to confirm the symbol is out there).

Any thoughts? Even on simply if CL might somehow fail on a faulty build where a C app might not? ie, is it doing more poking around to get things into Lisp-land?

kt

.



Relevant Pages