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

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

[Octave-bug-tracker] [bug #44282] 'gui_mainfcn' undefined


From: Austin English
Subject: [Octave-bug-tracker] [bug #44282] 'gui_mainfcn' undefined
Date: Tue, 17 Feb 2015 03:47:28 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0 Iceweasel/31.4.0

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

                 Summary: 'gui_mainfcn' undefined
                 Project: GNU Octave
            Submitted by: austin987
            Submitted on: Tue 17 Feb 2015 03:47:27 AM 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: GNU/Linux

    _______________________________________________________

Details:

>> DATMeT
error: 'gui_mainfcn' undefined near line 42 column 5
error: called from:
error:   /home/austin/matlab/DATMeT.m at line 42, column 5
>>

trying to run a matlab project, the code snippet:
if nargout
    [varargout{1:nargout}] = gui_mainfcn(gui_State, varargin{:});
else
    gui_mainfcn(gui_State, varargin{:});
end

There are various reports online about this affecting others, e.g.,
http://octave.1599824.n4.nabble.com/gui-mainfcn-not-defined-error-td4647545.html,
but I couldn't find a bug report for it.

I also checked out the source from mercurial, which also has the same issue.




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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