[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #65496] coder 1.8.4: error: call to deleted co
From: |
Marius Schamschula |
Subject: |
[Octave-bug-tracker] [bug #65496] coder 1.8.4: error: call to deleted constructor of 'octave::symbol_scope' |
Date: |
Wed, 20 Mar 2024 16:35:59 -0400 (EDT) |
URL:
<https://savannah.gnu.org/bugs/?65496>
Summary: coder 1.8.4: error: call to deleted constructor of
'octave::symbol_scope'
Group: GNU Octave
Submitter: mschamschula
Submitted: Wed 20 Mar 2024 08:35:59 PM UTC
Category: Octave Package
Severity: 3 - Normal
Priority: 5 - Normal
Item Group: Build Failure
Status: None
Assigned to: None
Originator Name:
Originator Email:
Open/Closed: Open
Release: 9.1.0
Discussion Lock: Any
Operating System: Any
Fixed Release: None
Planned Release: None
_______________________________________________________
Follow-up Comments:
-------------------------------------------------------
Date: Wed 20 Mar 2024 08:35:59 PM UTC By: Marius Schamschula <mschamschula>
While rebuilding coder 1.8.4 against octave 9.1.0 I ran into the following
errors:
In file included from
/opt/local/var/macports/build/_Users_marius_Development_MacPorts_ports_octave_octave-coder/octave-coder/work/.tmp/oct-OFZgDi/coder/src/semantic_analyser.cpp:14:
/opt/local/var/macports/build/_Users_marius_Development_MacPorts_ports_octave_octave-coder/octave-coder/work/.tmp/oct-OFZgDi/coder/src/semantic_analyser.h:74:20:
error: call to deleted constructor of 'octave::symbol_scope'
f.oldscope = octave::symbol_scope {};
^ ~~
/opt/local/include/octave-9.1.0/octave/symscope.h:374:3: note: 'symbol_scope'
has been explicitly marked deleted here
symbol_scope () = delete;
^
In file included from
/opt/local/var/macports/build/_Users_marius_Development_MacPorts_ports_octave_octave-coder/octave-coder/work/.tmp/oct-OFZgDi/coder/src/semantic_analyser.cpp:14:
/opt/local/var/macports/build/_Users_marius_Development_MacPorts_ports_octave_octave-coder/octave-coder/work/.tmp/oct-OFZgDi/coder/src/semantic_analyser.h:75:20:
error: call to deleted constructor of 'octave::symbol_scope'
f.newscope = octave::symbol_scope {};
^ ~~
/opt/local/include/octave-9.1.0/octave/symscope.h:374:3: note: 'symbol_scope'
has been explicitly marked deleted here
symbol_scope () = delete;
^
2 errors generated.
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?65496>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
- [Octave-bug-tracker] [bug #65496] coder 1.8.4: error: call to deleted constructor of 'octave::symbol_scope',
Marius Schamschula <=