help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gnuplot config with mac lion


From: Alexander Hansen
Subject: Re: gnuplot config with mac lion
Date: Fri, 30 Dec 2011 16:24:44 -0500
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:8.0) Gecko/20111105 Thunderbird/8.0

On 12/30/11 8:31 AM, Tei Ito wrote:
> 
>   I am a new comer to mac and octave.  I have exactly the same problem
>   as copied below.  Is there a solution?
> 
> 
> Tei Ito
> 
> --------------------------------------------------------------------------------------------
> 
> 
> 
>   Issues w/ Octave's GNUPlot access
> 
> *Martin Belvisi* belvisi at mac.com 
> <mailto:help-octave%40octave.org?Subject=Re%3A%20Issues%20w/%20Octave%27s%20GNUPlot%20access&In-Reply-To=%3C74E362BE-EC57-4564-98DE-3DFAC95732F0%40mac.com%3E>
> /Sun Oct 16 15:56:26 CDT 2011/
> 
>   * Previous message: SOUND function and Macs
>     
> <https://mailman.cae.wisc.edu/pipermail/help-octave/2011-October/048003.html>
>   * Next message: FW: ayuda
>     
> <https://mailman.cae.wisc.edu/pipermail/help-octave/2011-October/048009.html>
>   * *Messages sorted by:* [ date ]
>     
> <https://mailman.cae.wisc.edu/pipermail/help-octave/2011-October/date.html#48020>
>  [
>     thread ]
>     
> <https://mailman.cae.wisc.edu/pipermail/help-octave/2011-October/thread.html#48020>
>  [
>     subject ]
>     
> <https://mailman.cae.wisc.edu/pipermail/help-octave/2011-October/subject.html#48020>
>  [
>     author ]
>     
> <https://mailman.cae.wisc.edu/pipermail/help-octave/2011-October/author.html#48020>
> 
> ------------------------------------------------------------------------
> 
> Hi - just successfully installed Octave 3.2.3 on Mac OS X Lion (10.7.2)… 
> including gnuplot (on the same directory…) 
> 
> When trying to plot a variable… I get the following msg: 
> 
>>>/ plot(t, y1)
> /dyld: Library not loaded: /usr/X11/lib/libfreetype.6.dylib
>   Referenced from: /usr/X11R6/lib/libfontconfig.1.dylib
>   Reason: Incompatible library version: libfontconfig.1.dylib requires 
> version 13.0.0 or later, but libfreetype.6.dylib provides version 10.0.0
> /Applications/Gnuplot.app/Contents/Resources/bin/gnuplot: line 71:  1951 
> Trace/BPT trap: 5       GNUTERM="${GNUTERM}" GNUPLOT_HOME="${GNUPLOT_HOME}" 
> PATH="${PATH}" DYLD_LIBRARY_PATH="${DYLD_LIBRARY_PATH}" HOME="${HOME}" 
> GNUHELP="${GNUHELP}" DYLD_FRAMEWORK_PATH="${DYLD_FRAMEWORK_PATH}" 
> GNUPLOT_PS_DIR="${GNUPLOT_PS_DIR}" DISPLAY="${DISPLAY}" 
> GNUPLOT_DRIVER_DIR="${GNUPLOT_DRIVER_DIR}" "${ROOT}/bin/gnuplot-4.2.6" "$@"
> error: you must have gnuplot installed to display graphics; if you have 
> gnuplot installed in a non-standard location, see the 'gnuplot_binary' 
> function
>  >> 
> 
> 
> any suggestions…? 
> 
> thanks in advance 
> 
> mb 
>  
> 

If your error is _identical_ to what was shown here, then it looks like
you have a broken X11 distribution.  I have:

$ otool -L /usr/X11R6/lib/libfreetype.6.dylib
/usr/X11R6/lib/libfreetype.6.dylib:
        /usr/X11/lib/libfreetype.6.dylib (compatibility version 13.0.0, current
version 13.2.0)

but for some reason it appears that you have an older libfreetype.6.dylib .

Alex


reply via email to

[Prev in Thread] Current Thread [Next in Thread]