|
From: Dr. W. L. <lin...@t-...> - 2015-02-22 08:06:25
|
I can reproduce the error in two settings: Windows XP and Yamwi/iPhone.
(1) running Maxima under Windows XP:
(%1) load("draw");
;; loading #P"C:/Dokumente und
Einstellungen/Wolfgang/maxima/binary/5_35_1/sbcl/1_2_1/share/draw/grcommon.fasl"
;; loading #P"C:/Dokumente und
Einstellungen/Wolfgang/maxima/binary/5_35_1/sbcl/1_2_1/share/draw/gnuplot.fasl"
;
; compilation unit aborted
; caught 1 fatal ERROR condition
;
; compilation unit aborted
; caught 1 fatal ERROR condition
loadfile: failed to load
C:/Programme/Maxima-5.35.1/share/maxima/5.35.1/share/draw/draw.lisp
-- an error. To debug this try: debugmode(true);
(%2) wxbuild_info()$
wxMaxima version: 14.12.0
Maxima version: 5.35.1
Maxima build date: 2014-12-13 09:40:44
Host type: i686-pc-mingw32
Lisp implementation type: SBCL
Lisp implementation version: 1.2.1
(2) using Yamwi on iPhone/iPad:
load("draw");
Programming error detected.
Check your input.
PS: Running the LP-example from E Cooch the result
of the problem was calculated correct in Yamwi.
best
Wolfgang Lindner
Leichlingen, Germany
----- Original Message -----
From: "z_axis" <z_...@16...>
To: <gu...@pe...>
Cc: <max...@li...>
Sent: Sunday, February 22, 2015 1:50 AM
Subject: Re: [Maxima-discuss] cannot load "draw"
From: Gunter Königsmann <gu...@pe...>
Subject: Re: [Maxima-discuss] cannot load "draw"
Date: Sat, 21 Feb 2015 05:27:40 +0100
Message-ID: <54E...@pe...>
gunter> How did you install maxima? And what parameters did you use for
gunter> .
>>How did you install maxima?
$AUTOCONF_VERSION=2.69 AUTOMAKE_VERSION=1.14 ./bootstrap
$./configure --prefix=/home/***/maxima/ --enable-sbcl --with-sbcl=/usr/local/bin/sbcl
$gmake
$gmake install
$maxima --directories
WARNING: Maxima is unable to set up the help system.
(Details: CL-INFO::LOAD-PRIMARY-INDEX: Couldn't load
"//./maxima-index.lisp":
file does not exist.)
|