Changes between Initial Version and Version 1 of Ticket #51424, comment 29


Ignore:
Timestamp:
Jun 5, 2016, 6:50:29 AM (8 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #51424, comment 29

    initial v1  
    11I was able to build and install octave on my mac mini OS 10.11.5 using recommended
    22
     3{{{
    34sudo port clean octave
    4 
    55sudo port selfupdate
    6 
    76sudo port install octave
    8 
     7}}}
    98
    109but encountered graphics problems for the app' that I am attempting to use with octave.  Don't have the MacTex Latex installed. 
     
    1211Received following error message during the build:
    1312
    14 ______________________
     13{{{
    1514unless octave is run with --no-gui-libs, graphics_toolkit("fltk") will cause a
    1615crash
    17 
    1816--->  Cleaning octave
    19 
    2017--->  Updating database of binaries
    21 
    2218--->  Scanning binaries for linking errors
    23 
    2419--->  No broken files found.
     20}}}
    2521
    2622Tested octave out without using above recommended --no-gui-libs variant.  It came up with nice looking graphics but when I attempted to use the vender supplied m-script based "featool" from Precision Simulation their graphics routines may have called up some fancier stuff which led to missing features in their example problem windows.   This was alluded to in another macports octave ticket with a different number.  Will try to find and install the MacTex Latex on my mac and per recommendation of the other ticket will set the path so the mac library for that appears first so it will be preferentially used by octave.  If I have continued problems will report on that in the other ticket for that problem though I'm not sure it is a problem of lack of MacTex Latex graphics so will also be working with Precision Simulation who claim that their featool works on octave as well as Matlab.