|
| From: | Philip Nienhuis |
| Subject: | [Octave-bug-tracker] [bug #54487] (octave-orge)[optim] optim-1.5.3 build error in mxe-octave |
| Date: | Fri, 10 Aug 2018 08:35:21 -0400 (EDT) |
| 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/?54487>
Summary: (octave-orge)[optim] optim-1.5.3 build error in
mxe-octave
Project: GNU Octave
Submitted by: philipnienhuis
Submitted on: Fri 10 Aug 2018 02:35:19 PM CEST
Category: Octave Forge Package
Severity: 3 - Normal
Priority: 5 - Normal
Item Group: Build Failure
Status: None
Assigned to: None
Originator Name: Philip Nienhuis
Originator Email:
Open/Closed: Open
Discussion Lock: Any
Release: dev
Operating System: Microsoft Windows
_______________________________________________________
Details:
When cross-building default-octave:
In log/of-optim:
:
error-helpers.cc:60:8: error: 'cerr' is not a member of 'std'
std::cerr << msg;
^~~~
error-helpers.cc:60:8: note: suggested alternative: 'errc'
std::cerr << msg;
^~~~
errc
Makefile:64: recipe for target 'error-helpers.o' failed
make[2]: *** [error-helpers.o] Error 1
Adding
#include <iostream>
in error-helper.cc makes the build go on. But I don't know if this is a proper
fix.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?54487>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |