[Patch] Fix for Geomview



The other build was done following this procedure:

1. In maxima/ I ran sbcl --no-userinit --no-sysinit and executed the following
(load "configure.lisp")
(configure)
(quit)
2. In maxima/src/ I again launched sbcl with the above command-line
arguments and executed
(load "maxima-build.lisp")
(maxima-compile)
(quit)
3. Finally, I re-enter sbcl and write
(load "maxima-build.lisp")
(maxima-load)
(save-lisp-and-die "maxima" :executable t :toplevel #'cl-user::run)


On Tue, Aug 24, 2010 at 5:17 PM, Raymond Toy <toy.raymond at gmail.com> wrote:
> ?On 8/24/10 7:58 AM, Juan M. Bello Rivas wrote:
>> In both cases bug_report() says that the Lisp compiler is SBCL
>> 1.0.41.47. ?The problem appears to stem from the fact that
>> *read-default-float-format* is set to 'double-float in the version
>> built with make whereas its value is 'single-float in the other built.
> How did you do the other build? ?*read-default-float-format* is set in
> clmacs.lisp and init-cl.lisp, which should have been built.
>
> Ray
>
> _______________________________________________
> Maxima mailing list
> Maxima at math.utexas.edu
> http://www.math.utexas.edu/mailman/listinfo/maxima
>



-- 
Juan M. Bello Rivas