bugGNU Octave - Bugs: bug #55641, mxe-octave: build error of-general...

 
 

bug #55641: mxe-octave: build error of-general w. Octave-6.0.0

Submitter:  Philip Nienhuis <philipnienhuis>
Submitted:  Mon 04 Feb 2019 11:04:42 AM UTC
   
 
Category:  Configuration and Build System Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Build Failure
Status:  Fixed Assigned to:  None
Originator Name:  Philip Nienhuis Open/Closed:  * Closed
Release:  * dev Operating System:  * Microsoft Windows
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Fri 16 Aug 2019 06:30:36 PM UTC, comment #3: 

Since some timm of-general is built again by mxe. Closing report

Philip Nienhuis <philipnienhuis>
Group Member
Mon 04 Feb 2019 06:10:05 PM UTC, comment #2: 

@JWE:
of-general is not maintained by me, I just noted that it wouldn't build.

Philip Nienhuis <philipnienhuis>
Group Member
Mon 04 Feb 2019 02:28:23 PM UTC, comment #1: 

You can now use the varval and assign methods in the interpreter class.

But, I would say that accessing variables in the call stack and/or poofing variables into existence is generally bad design.

John W. Eaton <jwe>
Group administrator
Mon 04 Feb 2019 11:04:42 AM UTC, original submission:  

Maybe related to recent refactoring of variable storage?

From build log:

:
packfields.cc:87:49: error: 'octave::symbol_table::scope {aka class octave::symbol_scope}' has no member named 'varval'
               octave_value fld_val = curr_scope.varval (fld_name);
                                                 ^~~~~~
packfields.cc:103:48: error: 'octave::symbol_table::scope {aka class octave::symbol_scope}' has no member named 'varval'
           octave_value struct_val = curr_scope.varval (struct_name);
                                                ^~~~~~
packfields.cc:119:22: error: 'octave::symbol_table::scope {aka class octave::symbol_scope}' has no member named 'assign'
           curr_scope.assign (struct_name, struct_val);
                      ^~~~~~
Makefile:25: recipe for target 'packfields.oct' failed
make[2]: *** [packfields.oct] Error 1


Philip Nienhuis <philipnienhuis>
Group Member

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by jwe (Posted a comment)
  • -email is unavailable- added by philipnienhuis (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2019-08-16 philipnienhuis StatusNone Fixed
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-758e.
    Corresponding source code