help-octave
[Top][All Lists]
Advanced

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

Re: warning: print.m: epstool binary is not available.


From: Ben Abbott
Subject: Re: warning: print.m: epstool binary is not available.
Date: Wed, 22 May 2013 01:08:53 +0000 (GMT)

On May 21, 2013, at 03:28 PM, Peng Yu <address@hidden> wrote:

Hi,

The "print" command gives the following warnings. Does anybody know
what is wrong? Thanks.

~/linux/test/octave/lang/function/plot$ cat main.m
#!/usr/bin/env octave -q

x = -10:0.1:10;
figure (1);
plot(x, sin(x));
print -deps figure1.eps;
~/linux/test/octave/lang/function/plot$ ./main.m
warning: print.m: epstool binary is not available.
Some output formats are not available.
warning: print.m: fig2dev binary is not available.
Some output formats are not available.
warning: print.m: pstoedit binary is not available.
Some output formats are not available.
~/linux/test/octave/lang/function/plot$ octave --version
GNU Octave, version 3.6.4
Copyright (C) 2013 John W. Eaton and others.
This is free software; see the source code for copying conditions.
There is ABSOLUTELY NO WARRANTY; not even for MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE.

Octave was configured for "x86_64-apple-darwin12.3.0".

Additional information about Octave is available at http://www.octave.org.

Please contribute if you find this software useful.
For more information, visit http://www.octave.org/get-involved.html

Read http://www.octave.org/bugs.html to learn how to submit bug reports.

--
Regards,
Peng
 
Peng, I assume you are using Octave from Macports?  The portfile used for Octave does not include the needed run-time dependencies (epstool, transfig, pstoedit).  You may either install those ports yourself or reinstall Octave and include the +fltk variant.

Ben



reply via email to

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