[cl-gtk2-devel] Missing symbols in win32
Matthew Swank
matt at wecollectmore.com
Wed Jan 13 15:40:55 UTC 2010
Actaully, the only way I can get cl-gtk2 to see the dlls is if I put them in
them in the same directory as the lisp executable.
Matt
-----Original Message-----
From: Kalyanov Dmitry [mailto:kalyanov.dmitry at gmail.com]
Sent: Tuesday, January 12, 2010 11:25 PM
To: cl-gtk2-devel at common-lisp.net
Subject: Re: [cl-gtk2-devel] Missing symbols in win32
On Wednesday 13 January 2010 02:33:00, Matthew Swank wrote:
> From any lisp I care to test on Windows XP, loading cl-gtk2-gtk
> results in a variation of the following error:
>
> Undefined alien: g_thread_get_initialized
>
> Do you have any suggestions on diagnosing the problem?
>
You have too old version of libglib installed. Install more recent version
of glib (g_thread_get_initialized appeared only in 2.20).
More information about the cl-gtk2-devel
mailing list