help-octave
[Top][All Lists]
Advanced

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

epstk path problem?


From: Bob Odom
Subject: epstk path problem?
Date: Mon, 22 Mar 2010 23:52:40 -0700 (PDT)

Hi,

I have octave-3.2.4-1.4.x86_64 on a SuSE 11.2 system. I installed epstk, but
when I try to run the demos I get the following errors:

octave:1> pwd
ans = /home/odom/octave
octave:2> edemo10
warning: fopen: file found in load path
warning: fopen: file found in load path
demo10.eps is written
error in eview: file not exist
octave:3> eview demo10.eps


So I am running from the directory: /home/odom/octave

My .octaverc has the two following lines:

addpath(genpath("/home/odom/octave"));
addpath(genpath("/usr/share/epstk/m"));

If I run the demo, the demo .eps file is created and written to
/home/odom/octave but the epstk program 'eview' cannot find it. However
when I run

octave:3> eview demo10.eps

everything works fine and the demo figure demo10.eps is displayed.

I can't tell if this is an octave error, an epstk error or a SuSE 11.2
error. However the exact same version of epstk installed on another 64
bit machine running octave-3.0.2.x86_64 on SuSE 10.2 works just fine
with no warnings and no errors.

Seems to be a path error. Also some of the 'edemo' programs work, but
most give some kind of error with a number of warnings.

Anyone seen this or have an idea?

Regards,

Bob Odom







reply via email to

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