octave-maintainers
[Top][All Lists]
Advanced

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

Re: Build error: 'subsref' undefined near line 41 column 11 (getfield L.


From: Philip Nienhuis
Subject: Re: Build error: 'subsref' undefined near line 41 column 11 (getfield L.41)
Date: Mon, 10 Dec 2012 23:55:44 +0100
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.11) Gecko/20100701 SeaMonkey/2.0.6

Júlio Hoffimann wrote:
I'm having exactly the same issue. The code for subsref can be found in
ov.cc, but the build system is unable to resolve it.

Any help would be great,
Júlio.


2012/12/10 Philip Nienhuis <address@hidden
<mailto:address@hidden>>

    Having checked out a fresh tip a few hours ago:

    address@hidden octave]$ hg summary
    parent: 15762:a5475ba0d199 tip

    I get:

    :
    make[3]: Entering directory `/home/philip/devel/oct370+/doc/interpreter'
    ../../run-octave -f -q -H -p ../../../octave/doc/interpreter --eval
    "geometryimages ('triplot', 'eps');"

    ../../run-octave -f -q -H -p ../../../octave/doc/interpreter --eval
    "geometryimages ('griddata', 'eps');"

    ../../run-octave -f -q -H -p ../../../octave/doc/interpreter --eval
    "geometryimages ('convhull', 'eps');"

    ../../run-octave -f -q -H -p ../../../octave/doc/interpreter --eval
    "geometryimages ('delaunay', 'eps');"

    ../../run-octave -f -q -H -p ../../../octave/doc/interpreter --eval
    "geometryimages ('inpolygon', 'eps');"

    ../../run-octave -f -q -H -p ../../../octave/doc/interpreter --eval
    "interpimages ('interpft', 'eps');"
    error: 'subsref' undefined near line 41 column 11
    error: called from:
    error:
    /home/philip/devel/oct370+/../octave/scripts/miscellaneous/getfield.m at
    line 41, column 9
    error:
    /home/philip/devel/oct370+/../octave/scripts/plot/private/__go_draw_axes__.m
    at line 2288, column 5
    error: evaluating argument list element number 1
    error:
    /home/philip/devel/oct370+/../octave/scripts/plot/private/__go_draw_axes__.m
    at line 566, column 17
    error:
    
/home/philip/devel/oct370+/../octave/scripts/plot/private/__go_draw_figure__.m
    at line 173, column 19
    error:
    /home/philip/devel/oct370+/../octave/scripts/plot/__gnuplot_drawnow__.m
    at
    line 43, column 9
    error:
    
/home/philip/devel/oct370+/../octave/scripts/plot/private/__gnuplot_print__.m
    at line 192, column 5
    error:
    
/home/philip/devel/oct370+/../octave/scripts/plot/private/__gnuplot_print__.m
    at line 176, column 5
    error:
    
/home/philip/devel/oct370+/../octave/scripts/plot/private/__gnuplot_print__.m
    at line 68, column 7
    error:   /home/philip/devel/oct370+/../octave/scripts/plot/print.m
    at line
    415, column 12
    error:   /home/philip/devel/octave/doc/interpreter/interpimages.m at
    line
    43, column 5

    make[3]: *** [interpft.eps] Error 1
    make[3]: Leaving directory `/home/philip/devel/oct370+/doc/interpreter'
    make[2]: *** [all-recursive] Error 1
    make[2]: Leaving directory `/home/philip/devel/oct370+/doc'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/home/philip/devel/oct370+'
    make: *** [all] Error 2

    Some days ago I could still build Octave.

Continuing the build with "make -i" makes several more errors pop up, but Octave does get built eventually. Then, "make check" gives 32 FAILS, about 30 related to undefined subsref & subsasgn; 16 FAILS alone in ov.cc

I had a look in the Mercurial commit log but couldn't discern which commit gave rise to this issue.

Philip


reply via email to

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