loading draw fails in Maxima-console of 5.31.2



   >From mailnull  Sun Nov 10 09:51:10 2013
   Received-SPF: pass (sog-mx-4.v43.ch3.sourceforge.com: domain of math.utexas.edu designates 146.6.25.6 as permitted sender) client-ip=146.6.25.6; envelope-from=maxima-bounces at math.utexas.edu; helo=irongate.mail.utexas.edu;
   Date: Sun, 10 Nov 2013 10:49:06 +0100
   From: Mario Rodriguez <biomates at telefonica.net>
   Content-Type: multipart/mixed;
	   boundary="===============8538843596210618806=="

   --===============8538843596210618806==
   Content-Type: multipart/alternative;
	   boundary="------------050200090805070703050207"

   --------------050200090805070703050207
   Content-Type: text/plain; charset="ISO-8859-1"; format=flowed
   Content-Transfer-Encoding: 8bit


   El 10/11/13 00:36, Martin Kraska escribi?:
   >
   > Hi,
   >
   > I cannot use the draw package in the console version of Maxima any 
   > more. In 5.30.0 this worked but not in 5.31.2. Is there any chance to 
   > use draw without wxmaxima (there draw works also with 5.31.2)?
   >
   > Both attached console outputs are generated using the start menu 
   > entries for maxima console under Win 7 x64.
   >
   > Thanks for your help, Martin
   >
   > ####
   >
   > Maxima 5.30.0 http://maxima.sourceforge.net
   >
   > using Lisp GNU Common Lisp (GCL) GCL 2.6.8 (a.k.a. GCL)
   >
   > Distributed under the GNU Public License. See the file COPYING.
   >
   > Dedicated to the memory of William Schelter.
   >
   > The function bug_report() provides bug reporting information.
   >
   > (%i1) load(draw);
   >
   > Loading C:/Users/Kraska/maxima/binary/binary-gcl/share/draw/grcommon.o
   >
   > start address -T 113fa000 Finished loading 
   > C:/Users/Kraska/maxima/binary/binary-
   >
   > gcl/share/draw/grcommon.o
   >
   > Loading C:/Users/Kraska/maxima/binary/binary-gcl/share/draw/gnuplot.o
   >
   > start address -T 11407000 Finished loading 
   > C:/Users/Kraska/maxima/binary/binary-
   >
   > gcl/share/draw/gnuplot.o
   >
   > Loading C:/Users/Kraska/maxima/binary/binary-gcl/share/draw/vtk.o
   >
   > start address -T 11432000 Finished loading 
   > C:/Users/Kraska/maxima/binary/binary-
   >
   > gcl/share/draw/vtk.o
   >
   > Loading C:/Users/Kraska/maxima/binary/binary-gcl/share/draw/picture.o
   >
   > start address -T 10ca6fb0 Finished loading 
   > C:/Users/Kraska/maxima/binary/binary-
   >
   > gcl/share/draw/picture.o
   >
   > (%o1) D:/PROGRA~4/MAXIMA~2.0/share/maxima/5.30.0/share/draw/draw.lisp
   >
   > (%i2)
   >
   > ####
   >
   > Maxima 5.31.2 http://maxima.sourceforge.net
   >
   > using Lisp GNU Common Lisp (GCL) GCL 2.6.8 (a.k.a. GCL)
   >
   > Distributed under the GNU Public License. See the file COPYING.
   >
   > Dedicated to the memory of William Schelter.
   >
   > The function bug_report() provides bug reporting information.
   >
   > (%i1) load(draw)
   >

   Please, write a semicolon or dollar symbol after the sentence and try again.




   > (%i1) load(draw);
   >
   > incorrect syntax: LOAD is not an infix operator
   >
   > load(draw)\nload(
   >
   >                ^
   >
   > (%i1) load(draw);
   >
   > loadfile: failed to load 
   > D:/PROGRA~4/MAXIMA~1.2/share/maxima/5.31.2/share/draw/d
   >
   > raw.lisp


Mario & Martin,
I wonder if there are old object files in

binary/binary-gcl/share/draw/

that Maxima is trying to load. If they are removed, Maxima should fix
the problem by recompiling, yes?

Leo