|
From: 有坂富雄 <ari...@ic...> - 2017-02-23 13:59:29
|
Hi Eric, I have not used that version of wxMaxima yet. I checked it, then I have the same trouble as you described. My macOS is OSX-10.11.6 (El Capitan). After that, I installed wxMaxima-15.04.0 with MacPorts. (location: /Applications/MacPorts/wxMaxima.app) It seems to work good. Installing wxMaxima with MacPorts causes to happen to install Maxima-5.36.1, SBCL-1.3.13, Gnuplot-5.0.5, and Tcl/Tk-8.6.6. (location: /opt/local/bin) When you change the version of wxMaxima, you should remove the file which is created by previous version of wxMaxima. You can find it with next command: $ find $HOME/Library -name '*wxMaxima*' Kind regards, Tomio Arisaka On 2017-2-23 at 00:36, Eric Barth <ej...@gm...> wrote: Thank you for your detailed notes! Can you please check something for me? In your new wxMaxima installation in MacOS, does wxMaxima crash immediately when using the menu items like Maxima--Restart Maxima and Cell---Evaluate all Cells ? My students using MacOS get those annoying crashes using the latest .dmg package (Maxima 5.38.0 with wxMaxima 16.4.0) available at sourceforge: https://sourceforge.net/projects/maxima/files/Maxima-MacOS/5.38.0-MacOSX/ best wishes, Eric On Mon, Feb 20, 2017 at 4:04 AM 有坂富雄 <ari...@ic...> wrote: Hello, I am migrating from Mac OS X 10.6.8 to 10.11.6. Then, I compiled the source-code of Maxima to get the current version. I think it is not hard to compile Maxima from the source-code. My notes of compiling Maxima is the following: (0) Install Xcode-8.2.1: <https://guide.macports.org/#installing.xcode> (1) Install MacPorts: <https://www.macports.org/> (2) Install some softwares with MacPorts: $ sudo port install recode $ sudo port install texinfo $ sudo port install rlwrap $ sudo port install autoconf $ sudo port install automake $ sudo port install gnuplot +pdflib +qt5 (3) Install Homebrew: <https://brew.sh/> (4) Install SBCL-1.3.14 with Homebrew: $ brew install sbcl (5) Download the source-code of Maxima-5.39.0: <http://maxima.sourceforge.net/> (6) Compile Maxima and install it in "$HOME/sw": $ mkdir $HOME/sw $ cd $HOME/Downloads $ tar xzf ./maxima-5.39.0.tar.gz $ cd ./maxima-5.39.0 $ ./configure --prefix=$HOME/sw --enable-gettext --enable-recode --enable-sbcl-exec $ make $ make install $ cd .. $ export PATH=$HOME/sw/bin:$PATH $ maxima --version (7) We can install XQuartz (X11) if necessary: <https://www.xquartz.org/> (8) We can install VTK-6.3.0 with Homebrew if necessary: $ curl -G https://raw.githubusercontent.com/Homebrew/homebrew-science/092849afd643314eda1699ab6e6f1a793df91521/vtk.rb > ./vtk.rb $ cp -ip ./vtk.rb ./vtk.rb.orig $ open -e ./vtk.rb $ diff -u ./vtk.rb.orig ./vtk.rb --- ./vtk.rb.orig 2017-02-13 22:16:24.000000000 +0900 +++ ./vtk.rb 2017-02-13 22:24:12.000000000 +0900 @@ -34,7 +34,7 @@ depends_on "boost" => :recommended depends_on "fontconfig" => :recommended - depends_on "hdf5" => :recommended + depends_on "homebrew/science/hdf5" => :recommended depends_on "jpeg" => :recommended depends_on "libpng" => :recommended depends_on "libtiff" => :recommended $ $ brew install ./vtk.rb By the way, if you have useful tips, please let me know. Thanks, Tomio Arisaka ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org! http://sdm.link/slashdot_______________________________________________ Maxima-discuss mailing list Max...@li... https://lists.sourceforge.net/lists/listinfo/maxima-discuss |