help-octave
[Top][All Lists]
Advanced

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

Re: crashing when try to plot


From: Ben Abbott
Subject: Re: crashing when try to plot
Date: Thu, 20 Mar 2014 21:17:46 -0400

On Mar 20, 2014, at 7:29 PM, Doug Stewart <address@hidden> wrote:

> On Thu, Mar 20, 2014 at 8:46 AM, Scott Junner <address@hidden> wrote:
> Hi.
> 
> I'm guessing the way to use an email list is simply to send an email to the 
> address. If I got that wrong my appologies.
> 
> I've installed octave as per the instructions on this page 
> https://class.coursera.org/ml-005/wiki/octave-matlab
> 
> I had tried using the install instructions on the wiki but failed.
> 
> When using octave all is fine until I try to plot(x, y). The basics of the 
> message I get can be seen in the following text when trying to run gnuplot as 
> follows.
> 
> -------
> $ exec '/Applications/Gnuplot.app/Contents/Resources/bin/gnuplot'
> 
> dyld: Library not loaded: /opt/X11/lib/libfreetype.6.dylib
> 
>   Referenced from: /usr/X11/lib/libfontconfig.1.dylib
> 
>   Reason: Incompatible library version: libfontconfig.1.dylib requires 
> version 17.0.0 or later, but libfreetype.6.dylib provides version 13.0.0
> 
> /Applications/Gnuplot.app/Contents/Resources/bin/gnuplot: line 71: 12247 
> 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.4.3" "$@"
> 
> 
> [Process completed]
> 
> ----------
> 
> I guess my fundamental problem here is I don't know how to update the bit 
> that needs updating.
> 
> Cheers for any help
> 
> Scott
> 
> 
> To help us help you, tell us more.
> What OS?
> what version of octave?
> where did you get octave from?

He's on Mac OSX using Homebrew.

Scott, you have a conflict between incompatible libraries.  It looks to me as 
if you have an X11 install in /opt/X11 and another in /usr/X11.  I have Xquartz 
installed in /usr/X11, but nothing in /opt/X11.

Where did your "/opt/X11/lib/libfreetype.6.dylib" come from?

Ben



reply via email to

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