The new version of maxima, 5.9.2, is out on sourceforge, but we're still back at 5.9.0 on fink. I don't know the mysteries of fink packaging, so can't help upgrade properly, but I have it working using fink's texmacs (1.0.5-10, unstable tree) and clisp-maxima (2.29-12). Here, at your own risk, are the steps that worked for me; not recommended if you're not at least slightly used to Unix. You need: clisp-maxima & texmacs, versions as per above. Here's more detail on the clisp version. maxima-5.9.2 $ clisp-maxima --version GNU CLISP 2.29 (released 2002-07-25) (built 3335616247) (memory 3335616783) get the source tarball from: http://prdownloads.sourceforge.net/maxima/maxima-5.9.2.tar.gz?downloadin a terminal window, having put the tarball in your favourite hacking directory. $ gunzip maxima-5.9.2.tar.gz $ tar xvf maxima-5.9.2.tar $ cd maxima-5.9.2 $ ./configure --with-clisp=clisp-maxima $ make $ sudo make install for which you need an admin password. You can install in your home directory instead using $ ./configure --prefix=your/directory/goes/here --with-clisp=clisp-maxima back at the .configure step. At this point maxima should be working. Test for version is $ /usr/local/bin/maxima --version Maxima 5.9.2 xmaxima should also be working (assuming you have X windows up and running). I ran the test suite (xmaxima Maxima/Run Tests) and they all passed. On the other hand, clicking on demo lines in the tutorial doesn't do anything; I had to cut-and-paste lines from the example. To get texmacs to inline maxima 5.9.2 sessions you also need surgery on the file /sw/share/TeXmacs/plugins/maxima/lisp/texmacs-maxima-5.9.2.lisp Make a backup copy. You have to do ecit as an admin, using sudo as before: $ sudo vi texmacs-maxima-5.9.2.lisp (remove 3 lines near the beginning & last 2 as described below) $ texmacs Insert/session/default should now work, though I have only done trivial tests so far. regards ws Begin forwarded message:
|
- [Fink-users] maxima 5.9.2 under TeXmacs on Tiger (Mac ... Martin Snelgrove
- Re: [Fink-users] maxima 5.9.2 under TeXmacs on Ti... Alexander K. Hansen
