Re: win32 Lisp cannot load Gtk DLLs when C can?





Wade Humeniuk wrote:
Kenny Tilton wrote:

Okaaaaay, but I might have made clearer that the error arises on the load of the gobj lib. Makes me wonder how the two implementations end up going after the libintl call. makes me think they are sweeping some symbol table resolving references. I would suspect the win32 loader was doing this (esp. since two Lisps fail the same way), but the Gimp itself runs fine.


You mentioned that you installed the most recent version of GTK. Did you have an older version installed before? Maybe you have an old version of intl.dll hanging around mucking things up. Maybe the Gimp has the appropriate dll's in the same directory, but with the Lisps may be picking up an old intl.dll (say from c:\windows\system32?)

Thx, yes, that is the first thing I checked. The GTK installer finds the old version and uninstalls/installs. I also searched the whole HD for libs to be sure.


btw, it cannot just be the header with a vestigial reference, unless the Lisp loader is reading the .h file. have not gotten to the full source check yet.

kt

.