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

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

[Octave-bug-tracker] [bug #48925] problem with m-files in private direct


From: Avinoam Kalma
Subject: [Octave-bug-tracker] [bug #48925] problem with m-files in private directory
Date: Sat, 27 Aug 2016 19:05:00 +0000 (UTC)
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36

URL:
  <http://savannah.gnu.org/bugs/?48925>

                 Summary: problem with m-files in private directory
                 Project: GNU Octave
            Submitted by: avinoam
            Submitted on: Sat 27 Aug 2016 07:04:57 PM GMT
                Category: Interpreter
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: Avinoam
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.0.3
        Operating System: Microsoft Windows

    _______________________________________________________

Details:


For example: Octave starts in directory
D:\Octave\Octave-4.1.0+\share\octave\4.1.0+\m\plot\util\private. If I use "cd
private" Octave does not recognize the m-files in the private directory:

In 4.0.3:


>> cd private
>> compare_plot_demos
error: no such file,
'D:\Octave\Octave-4.1.0+\share\octave\4.1.0+\m\testfun\private\private\dump_demos.m'
error: called from compare_plot_demos at line 80 column 3


in 4.0.1+ (cs 52c205a0ad88
<http://hg.savannah.gnu.org/hgweb/octave/rev/52c205a0ad88>):


>> cd private
>> compare_plot_demos
error: 'compare_plot_demos' undefined near line 1 column 1
-verbatim+

It looks like octave is searching in for the files in the folder
private\private. Note that the error in 4.0.1 is much less informative.

If Octave starts in the private directory, everything is OK.

Tested with MXE-Octave on Win-10 machine.





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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