Discussion:
[Gnash-commit] [bug #47929] Missing iostream include in libmedia/MediaParser.h
anonymous
2016-05-16 03:46:48 UTC
Permalink
URL:
<http://savannah.gnu.org/bugs/?47929>

Summary: Missing iostream include in libmedia/MediaParser.h
Project: Gnash - The GNU Flash player
Submitted by: None
Submitted on: Mon 16 May 2016 03:46:46 AM UTC
Category: build
Severity: 3 - Normal
Release: master
Status: None
Privacy: Public
Assigned to: None
Open/Closed: Open
Discussion Lock: Any

_______________________________________________________

Details:

Fails to build on latest Arch Linux with "no match for operator<<" error in
libmedia/MediaParser.h.

Solution: add

#include <iostream>

at top of file.




_______________________________________________________

Reply to this item at:

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

_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
Sandro Santilli
2016-05-16 21:31:08 UTC
Permalink
Update of bug #47929 (project gnash):

Status: None => Ready For Test
Assigned to: None => strk

_______________________________________________________

Follow-up Comment #1:

Should be fixed with commit 5ad81af90b1b2ab6525eb0c49ba021c6b0b1f621
Please test

_______________________________________________________

Reply to this item at:

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

_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
Sandro Santilli
2017-07-09 21:16:58 UTC
Permalink
Update of bug #47929 (project gnash):

Status: Ready For Test => Fixed
Open/Closed: Open => Closed

_______________________________________________________

Follow-up Comment #2:

Assuming fixed

_______________________________________________________

Reply to this item at:

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

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

Loading...