From matt at wecollectmore.com Tue Jan 12 23:33:00 2010 From: matt at wecollectmore.com (Matthew Swank) Date: Tue, 12 Jan 2010 17:33:00 -0600 Subject: [cl-gtk2-devel] Missing symbols in win32 Message-ID: <9E1F9A016BD8437CBEB8D608BC10C642@EX46> >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? Thanks, Matt From kalyanov.dmitry at gmail.com Wed Jan 13 05:25:14 2010 From: kalyanov.dmitry at gmail.com (Kalyanov Dmitry) Date: Wed, 13 Jan 2010 08:25:14 +0300 Subject: [cl-gtk2-devel] Missing symbols in win32 In-Reply-To: <9E1F9A016BD8437CBEB8D608BC10C642@EX46> References: <9E1F9A016BD8437CBEB8D608BC10C642@EX46> Message-ID: <201001130825.18298.Kalyanov.Dmitry@gmail.com> 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). -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: This is a digitally signed message part. URL: From matt at wecollectmore.com Wed Jan 13 15:40:55 2010 From: matt at wecollectmore.com (Matthew Swank) Date: Wed, 13 Jan 2010 09:40:55 -0600 Subject: [cl-gtk2-devel] Missing symbols in win32 In-Reply-To: <201001130825.18298.Kalyanov.Dmitry@gmail.com> References: <9E1F9A016BD8437CBEB8D608BC10C642@EX46> <201001130825.18298.Kalyanov.Dmitry@gmail.com> Message-ID: 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).