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

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

[Octave-bug-tracker] [bug #53123] build errors "'terminal_reader' in nam


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #53123] build errors "'terminal_reader' in namespace 'octave' does not name a type"
Date: Mon, 12 Feb 2018 02:16:07 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:58.0) Gecko/20100101 Firefox/58.0

Update of bug #53123 (project octave):

                Severity:              3 - Normal => 4 - Important          
                  Status:                    None => Confirmed              
                 Summary: MXE / (octave-forge) build errors "'terminal_reader'
in namespace 'octave' does not name a type" => build errors "'terminal_reader'
in namespace 'octave' does not name a type"

    _______________________________________________________

Follow-up Comment #1:

Ran into the same error, confirmed. Not dependent on cross-building or
mxe-octave.

The header file lost some classes that are now deemed internal, but still has
deprecation aliases declared for these types.


$ echo '#include <parse.h>' > foo.cc
$ mkoctfile foo.cc
In file included from
/opt/gnu/octave/include/octave-4.3.0+/octave/lex.h:35:0,
                 from
/opt/gnu/octave/include/octave-4.3.0+/octave/parse.h:36,
                 from foo.cc:1:
/opt/gnu/octave/include/octave-4.3.0+/octave/input.h:219:17: error:
‘terminal_reader’ in namespace ‘octave’ does not name a type
 typedef octave::terminal_reader octave_terminal_reader;
                 ^~~~~~~~~~~~~~~
/opt/gnu/octave/include/octave-4.3.0+/octave/input.h:222:17: error:
‘file_reader’ in namespace ‘octave’ does not name a type
 typedef octave::file_reader octave_file_reader;
                 ^~~~~~~~~~~
/opt/gnu/octave/include/octave-4.3.0+/octave/input.h:225:17: error:
‘eval_string_reader’ in namespace ‘octave’ does not name a type
 typedef octave::eval_string_reader octave_eval_string_reader;
                 ^~~~~~~~~~~~~~~~~~



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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