From andreas.kaempf at soundience.com Mon Apr 11 19:48:07 2005 From: andreas.kaempf at soundience.com (Andreas Kaempf) Date: Mon, 11 Apr 2005 20:48:07 +0100 Subject: [cl-gd-devel] cl-gd does not find cl-gd-glue.so Message-ID: <20050411204807.1ba569ec.andreas.kaempf@soundience.com> I have been trying to get cl-gd working under sbcl on Gentoo Linux running on a dual Opteron system. When I try to compile or require cl- gd within sbcl, I keep getting this message: Could not open shared object #S(SB-ALIEN::SHARED-OBJECT :FILE "/usr/lib/cl-gd-glue.so" :SAP NIL): /usr/lib/cl-gd-glue.so: cannot open shared object file: No such file or directory The file /usr/lib/cl-gd-glue.so does indeed exist, and permissions are not the problem, since this happens as root. I have tried rebuilding several times. It works fine on my AMD XP laptop, so perhaps it's a problem with uffi or cl-gd on AMD64 systems? Any suggestions would be appreciated. Cheers, Andreas Kaempf London ----- Enter a new world ... http://www.realmofmusic.com From andreas.kaempf at soundience.com Mon Apr 11 21:02:51 2005 From: andreas.kaempf at soundience.com (Andreas Kaempf) Date: Mon, 11 Apr 2005 22:02:51 +0100 Subject: [cl-gd-devel] cl-gd does not find cl-gd-glue.so SOLVED In-Reply-To: <20050411204807.1ba569ec.andreas.kaempf@soundience.com> References: <20050411204807.1ba569ec.andreas.kaempf@soundience.com> Message-ID: <20050411220251.285a3455.andreas.kaempf@soundience.com> The problem seems to be that my sbcl binary, which I copied from from an x86 machine (because the one compiled on my AM64 did not support threads required by my web server) was not compatible with the 64- bit version of the gd library. I rebuilt sbcl as 64-bit, and cl-gd now works. Cheers, Andreas Kaempf On Mon, 11 Apr 2005 20:48:07 +0100 Andreas Kaempf wrote: > I have been trying to get cl-gd working under sbcl on Gentoo Linux > running on a dual Opteron system. When I try to compile or require cl- > gd within sbcl, I keep getting this message: > > Could not open shared object #S(SB-ALIEN::SHARED-OBJECT > :FILE "/usr/lib/cl-gd-glue.so" > :SAP NIL): /usr/lib/cl-gd-glue.so: > cannot open shared object file: No such file or directory > > The file /usr/lib/cl-gd-glue.so does indeed exist, and permissions are > not the problem, since this happens as root. > > I have tried rebuilding several times. It works fine on my AMD XP > laptop, so perhaps it's a problem with uffi or cl-gd on AMD64 systems? > Any suggestions would be appreciated. > > Cheers, > Andreas Kaempf > London > > > ----- > Enter a new world ... http://www.realmofmusic.com > _______________________________________________ > cl-gd-devel site list > cl-gd-devel at common-lisp.net > http://common-lisp.net/mailman/listinfo/cl-gd-devel ----- Enter a new world ... http://www.realmofmusic.com From pick at AI.SRI.COM Thu Apr 28 23:15:19 2005 From: pick at AI.SRI.COM (John Pick) Date: Thu, 28 Apr 2005 16:15:19 -0700 Subject: [cl-gd-devel] support for animated GIF? Message-ID: <42716E87.4030504@ai.sri.com> GD 2.0.29 supports animated GIF. Any plans for CL-GD to support that? From edi at agharta.de Thu Apr 28 23:44:46 2005 From: edi at agharta.de (Edi Weitz) Date: Fri, 29 Apr 2005 01:44:46 +0200 Subject: [cl-gd-devel] support for animated GIF? In-Reply-To: <42716E87.4030504@ai.sri.com> (John Pick's message of "Thu, 28 Apr 2005 16:15:19 -0700") References: <42716E87.4030504@ai.sri.com> Message-ID: On Thu, 28 Apr 2005 16:15:19 -0700, John Pick wrote: > GD 2.0.29 supports animated GIF. Any plans for CL-GD to support > that? I currently have no time to work on CL-GD but if you send a patch I'll incorporate it. Otherwise you'll have to wait some weeks - sorry. Cheers, Edi.