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

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

[Octave-bug-tracker] [bug #53123] MXE / (octave-forge) build errors "'te


From: Philip Nienhuis
Subject: [Octave-bug-tracker] [bug #53123] MXE / (octave-forge) build errors "'terminal_reader' in namespace 'octave' does not name a type"
Date: Sun, 11 Feb 2018 16:15:09 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:51.0) Gecko/20100101 Firefox/51.0 SeaMonkey/2.48

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

                 Summary: MXE / (octave-forge) build errors "'terminal_reader'
in namespace 'octave' does not name a type"
                 Project: GNU Octave
            Submitted by: philipnienhuis
            Submitted on: Sun 11 Feb 2018 10:15:07 PM CET
                Category: Configuration and Build System
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Regression
                  Status: None
             Assigned to: None
         Originator Name: Philip Nienhuis
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Other

    _______________________________________________________

Details:

After cset:

f079a0856321  move internal input reader classes out of header file

several OF-packages can be cross-built anymore, yielding compile errors along
the lines of:

:
In file included from
/home/philip/devel/octdev/mxe/mxe_w64_ogl32_20171021/usr/x86_64-w64-mingw32/include/octave-4.3.0+/octave/../octave/lex.h:35:0,
                 from
/home/philip/devel/octdev/mxe/mxe_w64_ogl32_20171021/usr/x86_64-w64-mingw32/include/octave-4.3.0+/octave/../octave/parse.h:36,
                 from __bfgsmin.cc:24:
/home/philip/devel/octdev/mxe/mxe_w64_ogl32_20171021/usr/x86_64-w64-mingw32/include/octave-4.3.0+/octave/../octave/input.h:219:17:
error: 'terminal_reader' in namespace 'octave' does not name a type
 typedef octave::terminal_reader octave_terminal_reader;
                 ^~~~~~~~~~~~~~~
/home/philip/devel/octdev/mxe/mxe_w64_ogl32_20171021/usr/x86_64-w64-mingw32/include/octave-4.3.0+/octave/../octave/input.h:222:17:
error: 'file_reader' in namespace 'octave' does not name a type
 typedef octave::file_reader octave_file_reader;
                 ^~~~~~~~~~~
/home/philip/devel/octdev/mxe/mxe_w64_ogl32_20171021/usr/x86_64-w64-mingw32/include/octave-4.3.0+/octave/../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]