octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #45410] in Octave +package directories must be


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #45410] in Octave +package directories must be on path, in ML they must not be added to path
Date: Fri, 26 Jun 2015 00:29:26 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0 Iceweasel/38.0.1

Update of bug #45410 (project octave):

                Category:                    None => Interpreter            
                  Status:                    None => Need Info              

    _______________________________________________________

Follow-up Comment #1:

Thanks for your bug report. I'm not sure what you mean by this. The directory
containing the +package directory does need to be added to the path, but not
the +package directory itself.


$ ls -lR ~/testdir
/home/mike/testdir:
total 4
drwxr-x--- 2 mike mike 4096 Jun 25 20:25 +foo

/home/mike/testdir/+foo:
total 12
-rw-r----- 1 mike mike 42 Jun 25 20:25 bar.m
$ octave
octave:1> foo.bar
error: 'foo' undefined near line 1 column 1
octave:1> addpath ~/testdir
octave:2> foo.bar
ans =  3.1416


Are you seeing something different? Are you expecting something different?

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?45410>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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