help-octave
[Top][All Lists]
Advanced

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

Re: Octave installation Windows 7


From: Philip Nienhuis
Subject: Re: Octave installation Windows 7
Date: Tue, 18 Sep 2012 12:24:26 -0700 (PDT)

Stampfli Marx wrote
> I installed Octave 3.6.2 visual studio ion windows7 visual studio is
> installed . Everything works fine but print
> I get the following message
> 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.
> What can I do?

These files / directories can be found e.g., here:

http://sourceforge.net/projects/octave/files/Octave%20Windows%20binaries/Octave%203.4.3%20for%20Windows%20MinGW%20Installer/

(in file  Octave3.4.3_gcc4.5.2_20111025.7z   unpack with 7-zip)

epstool should be in the /bin subdirectory, add subdirs /fig2dev and
/pstoedit to the PATH.
(you can do that in /share/octave/3.6.2/m/startup/octaverc, by doing
something like

setenv ("PATH", [ getenv("PATH")  pathsep 
"/full/path/to/Octave-3.6.2/fig2dev"  pathsep 
"/full/path/to/Octave-3.6.2/pstoedit" ]);

(watch out for line wrap, no space between getenv and ("PATH") )
(Note: forward slashes also work in Octave on Windows; backslashes might
have to be doubled to avoid errors)

Philip




--
View this message in context: 
http://octave.1599824.n4.nabble.com/Octave-installation-Windows-7-tp4644252p4644280.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

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