|
From: Rajendran, K. <K.R...@te...> - 2007-03-09 09:36:40
|
Hi, =20 Thanks for the feedback, but I am still having trouble. I will provide = some more information:=20 =20 I am trying to plug in Lisp modules to Galaxy Communicator on a Windows = XP system. =20 When I load the lisp bindings files individually (cGalaxy.cl, = GalaxyIO.cl, Galaxy.cl, MGalaxy.cl and SLSUtil.cl) I get a number of = warnings and errors (e.g. "Attempt to call #<Vector @ #x20e31402> for = which the definition has not yet been (or is no longer) loaded").=20 =20 The loader file loader acl-init.cl, uses libGalaxyACLSupport.so. I = understand that this is a file to be used on Unix systems. This file, = nor a windows equivalant .lib or .dll is present in the precompiled = version for Windows. I have also tried to build Galaxy on windows using = the Visual Studio workspace provided but no file by this name is = generated. =20 I have had no trouble with Java and C modules. Hope you can shed some = light on this. =20 Thanks Keerthi=20 ________________________________ From: Samuel L. Bayer [mailto:sa...@mi...] Sent: Thu 22/02/2007 12:47 To: Rajendran, Keerthi Cc: com...@li... Subject: Re: [Communicator-user] Lisp Bindings Rajendran, Keerthi wrote: > Hi, >=20 > This is concerning the lisp bindings for Galaxy Communicator 4.0. > The file libGalaxyACLSupport.so required by the loader acl-init.cl is = missing from the distribution. > Information regarding this would be much appreciated, >=20 > Thanks, > Keerthi > k.r...@te... Now you're hurting my head. This file is built when you compile the system, if you have Allegro Common Lisp. See the documentation for ALLEGROBIN at http://communicator.sourceforge.net/sites/MITRE/distributions/GalaxyCommu= nicator/docs/manual/admin/install.html Cheers, Sam |