aaronzou / mirone

Automatically exported from code.google.com/p/mirone
0 stars 0 forks source link

latest svn fails to load #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. latest SVN loaded clean. failed to start.

What is the expected output? What do you see instead?

Instead of opening the menu bar, matlab reports the following error
-------------
??? Undefined command/function 'projection_menu'.

Error in ==> mirone_uis at 776
projection_menu(h1, hProj, home_dir);

Error in ==> mirone>mirone_OpeningFcn at 57
    [hObject,handles,home_dir] = mirone_uis(home_dir);

Error in ==> mirone at 27
        h = mirone_OpeningFcn(varargin{:});

Error in ==> startup at 29
mirone

Error in ==> matlabrc at 176
    startup
---------------------

What version of the product are you using? On what operating system?
latest SVN, clean install.
matlab 7.0.0.19920 (R14)

cheers
-rajaraman

Original issue reported on code.google.com by rrama...@gmail.com on 7 Apr 2008 at 1:12

GoogleCodeExporter commented 9 years ago
Sorry, 
I forgot again to uncomment line nº 56 of mirone.m
The thing is that I need to comment it before building the stand-alone version.
I'm afraid this will happen again

Original comment by jl...@ualg.pt on 8 Apr 2008 at 10:21