help-octave
[Top][All Lists]
Advanced

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

Re: Octave class search path problem


From: John W. Eaton
Subject: Re: Octave class search path problem
Date: Wed, 26 Oct 2011 15:51:27 -0400

On 26-Oct-2011, John Evans wrote:

| I find the error message that it is generating to be somewhat suspicious. The
| error that I'm receiving says,
| 
| error: no such file, `/baz/@foo/foo.m'
| 
| It's not able to find foo.m, because foo actually exists at 
| 
| /fooBar/@foo/foo.m
| 
| What I'm confused by is why it is looking for my class file at 
/baz/@foo/foo.m.
| Furthermore, it appears that it will always look for foo in the current
| directory, regardless of where I navigate. If I 
| 
| cd /some/random/directory 
| 
| then attempt to instantiate foo, it will result in an error message reading,
| 
| error: no such file, `/some/random/directory/@foo/foo.m'
| 
| Weird, huh?

Yes, there was clearly a bug, but I don't see how it matters much.  As
I said, the problem appears to be fixed in the current stable release,
3.4.3, and also in the current development sources.  Given that we are
approaching the second stable release after the 3.2.x release series,
3.2.x is no longer supported, at least by me.

jwe


reply via email to

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