Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 332023

Summary: media-libs/libnghost - a media center frontend for car PC type systems
Product: Gentoo Linux Reporter: Richard F. Ostrow Jr. <kshots>
Component: New packagesAssignee: Default Assignee for New Packages <maintainer-wanted>
Status: CONFIRMED ---    
Severity: enhancement CC: media-video
Priority: High Keywords: EBUILD
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://sf.net/projects/nghost
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 332025    
Attachments: ebuild for libnghost-2.0.2
patch needed by ebuild to add '#include <cstdio>' to various parts of the project

Description Richard F. Ostrow Jr. 2010-08-10 11:54:21 UTC
Submitting an ebuild for the nghost libraries, needed for the nghost media center project.

Reproducible: Always

Steps to Reproduce:
Comment 1 Richard F. Ostrow Jr. 2010-08-10 11:58:33 UTC
Created attachment 242231 [details]
ebuild for libnghost-2.0.2
Comment 2 Richard F. Ostrow Jr. 2010-08-10 12:01:26 UTC
Created attachment 242233 [details, diff]
patch needed by ebuild to add '#include <cstdio>' to various parts of the project

This patch adds a '#include <cstdio>' to various parts of the project. It appears that older versions of gcc let you get away with not explicitly including this header, but the current version of gcc stable (4.4.3-r2) does not let you get away with it.