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

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

[Octave-bug-tracker] [bug #43825] Ocatave 3.8.2 GUI won't run script fro


From: Armin Müller
Subject: [Octave-bug-tracker] [bug #43825] Ocatave 3.8.2 GUI won't run script from root folder
Date: Mon, 15 Dec 2014 12:02:59 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:34.0) Gecko/20100101 Firefox/34.0

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

                 Summary: Ocatave 3.8.2 GUI won't run script from root folder
                 Project: GNU Octave
            Submitted by: arm_in
            Submitted on: Mo 15 Dez 2014 12:02:58 GMT
                Category: GUI
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Matlab Compatibility
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.8.2
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

It is not possible in Ocatave 3.8.2 GUI to run a script on a root folder.
Example:

Place file "cd_bug.m" both in "D:" and "D:usr"

cd_bug.m script


disp 'hello world'


Octave shell script


cd 'D:'
cd_bug        % present, but not working
not_present   % not present at all

cd 'D:usr'
cd_bug        % present, working


command window output


>> cd 'D:'
>> cd_bug        % present, but not working
error: 'cd_bug' undefined near line 1 column 1
>> not_present   % not present at all
error: 'not_present' undefined near line 1 column 1
>> cd 'D:usr'
>> cd_bug        % present, working
hello world
>>


Most notably, everything runs fine in classic Octave (Command Line) mode
(*not* GUI)

Seen on MXE Octave 3.8.2-4 using Windows 7 64 bit



    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Mo 15 Dez 2014 12:02:58 GMT  Name: cd_bug.m  Size: 20B   By: arm_in

<http://savannah.gnu.org/bugs/download.php?file_id=32672>

    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Nachricht gesendet von/durch Savannah
  http://savannah.gnu.org/




reply via email to

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