Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 212455 - media-libs/id3lib-3.8.3 GCC 4.3 patch
Summary: media-libs/id3lib-3.8.3 GCC 4.3 patch
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GCC Porting (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: gcc-4.3
  Show dependency tree
 
Reported: 2008-03-06 00:58 UTC by Ryan Hill (RETIRED)
Modified: 2008-04-11 20:46 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
id3lib-3.8.3-gcc-4.3.patch (id3lib-3.8.3-gcc-4.3.patch,2.90 KB, patch)
2008-03-06 00:59 UTC, Ryan Hill (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.