From: Jalaluddin M. <jal...@gm...> - 2015-12-12 02:07:26
|
List Members, I downloaded Maxima-5.36.1.dmg System info wxWidgets: 3.0.2 Unicode Support: yes Maxima version: 5.36.1 Lisp: SBCL 1.2.10 It works once one follows the instructions precisely - it appears Maxima.app and wxMaxima.app need to be in the Applications folder. With 'run_testsuite();' there was 1 warning, and 2 tests failed out of 10,185 total tests: ------------------------------------------------------------------------ <snip> Running tests in rtest9a: ********************** Problem 24 *************** Input: block([s,display2d:true,stuff],s:make_string_output_stream(),with_stdout(s,print(a=b=(c=d))),stuff:get_output_stream_string(s),close(s),stuff) Result: "<mth><v>a</v><v>=</v><v>b</v><v>=</v><p><v>c</v><v>=</v><v>d</v></p><st> </st></mth>" This differed from the expected result: "(a = b) = (c = d) " ********************** Problem 27 *************** Input:block ([s,display2d:true,stuff],s:make_string_output_stream(),with_stdout(s,print(a foo b foo (c foo d))),stuff:get_output_stream_string(s),close(s),stuff) Result: "<mth><v>a</v><v> foo </v><v>b</v><v> foo </v><p><v>c</v><v> foo </v><v>d</v></p><st> </st></mth>" This differed from the expected result: "(a foo b) foo (c foo d) " 26/28 tests passed The following 2 problems failed: (24 27) <snip> Running tests in rtest16: ; in: PROGN (DEFPROP $F T TRANSLATED) ; (SETQ MAXIMA::$X 2) ; ; caught WARNING: ; undefined variable: $X ; ; compilation unit finished ; Undefined variable: ; $X ; caught 1 WARNING condition <snip> ------------------------------------------------------------------------ Jalaluddin |