Has anyone succeeded in building GSLL for Allegro CL 8.2 on 10.5? I'm asking because I've been fixing a bunch of things to get pieces built one by one and it occurs to me that there is probably something wrong with what I'm doing. The last spot was getting through the libgsl- unix.lisp compilation where the appropriate compiler flag (-I/opt/ local/include/) was not being passed to cc. And then the resulting output has lower-case +edom+ etc. gslerrorno's while conditions.lisp is expecting +EDOM+ etc.
I'm using mlisp so this last would probably not be a problem with alisp, but I hope someone can tell me of a workaround, or tell me to give up.
Thanks. Vipul Periwal
I recommend quicklisp if you are not already using it. If there are still problems that arise from failing to load a standard configuration, post again, but it looks like from your compiler flag that you have a special installation of some library (using /opt/local) so there isn't any way that I could specify that portably. As for the +edom+ there is exactly one use of that symbol with either case (it's lower case), and that gets mapped to uppercase by normal lisp compilers, so I don't know why mlisp would get an error for that.
Liam
On Thu, Oct 14, 2010 at 8:37 AM, Vipul Periwal vipulp@mail.nih.gov wrote:
Has anyone succeeded in building GSLL for Allegro CL 8.2 on 10.5? I'm asking because I've been fixing a bunch of things to get pieces built one by one and it occurs to me that there is probably something wrong with what I'm doing. The last spot was getting through the libgsl- unix.lisp compilation where the appropriate compiler flag (-I/opt/ local/include/) was not being passed to cc. And then the resulting output has lower-case +edom+ etc. gslerrorno's while conditions.lisp is expecting +EDOM+ etc.
I'm using mlisp so this last would probably not be a problem with alisp, but I hope someone can tell me of a workaround, or tell me to give up.
Thanks. Vipul Periwal
Gsll-devel mailing list Gsll-devel@common-lisp.net http://common-lisp.net/cgi-bin/mailman/listinfo/gsll-devel