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

Bug 212455

Summary: media-libs/id3lib-3.8.3 GCC 4.3 patch
Product: Gentoo Linux Reporter: Ryan Hill (RETIRED) <rhill>
Component: [OLD] GCC PortingAssignee: Gentoo Sound Team <sound>
Status: RESOLVED FIXED    
Severity: normal CC: 1i5t5.duncan, jkt
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 198121    
Attachments: id3lib-3.8.3-gcc-4.3.patch

Description Ryan Hill (RETIRED) gentoo-dev 2008-03-06 00:58:51 UTC
- remove useless check for iomanip.h (deprecated and removed in 4.3) - iomanip is already checked for by the line directly before.

- missing cstring includes

- changed first argument of main() in some of the examples files to int.  eg:

demo_info.cpp: At global scope:
demo_info.cpp:312: error: first argument of 'int main(unsigned int, char* const*)' should be 'int'

i'll post this to the upstream ml, but AFAIK this project is dead. :/
Comment 1 Ryan Hill (RETIRED) gentoo-dev 2008-03-06 00:59:31 UTC
Created attachment 145407 [details, diff]
id3lib-3.8.3-gcc-4.3.patch
Comment 2 Ben de Groot (RETIRED) gentoo-dev 2008-04-11 20:46:39 UTC
In CVS.