Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 120712 - building advancemenu-2.4.12 with gcc-4.1 (patch)
Summary: building advancemenu-2.4.12 with gcc-4.1 (patch)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-28 04:42 UTC by Karol Szumski
Modified: 2006-03-24 21:22 UTC (History)
0 users

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


Attachments
gcc-4.1.patch (gcc-4.1.patch,714 bytes, patch)
2006-01-28 04:46 UTC, Karol Szumski
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Karol Szumski 2006-01-28 04:42:27 UTC
advancemenu fails to build with some errors about generic:: in weird places in a .h file.
Comment 1 Karol Szumski 2006-01-28 04:46:13 UTC
Created attachment 78337 [details, diff]
gcc-4.1.patch

this patch removes the unnecessary emulator:: and generic:: in advancemenu-2.4.12/advance/menu/emulator.h

with this i was able to compile advancemenu using gcc-4.1
Comment 2 Karol Szumski 2006-01-28 04:48:07 UTC
oh, it still spawns some warnings about 'packed' being ignored for uint8 ... still, advancemenu runs correctly after compilation, so i guess it's not that important
Comment 3 Mr. Bones. (RETIRED) gentoo-dev 2006-01-28 11:10:37 UTC
Was this patch sent upstream?
Comment 4 Karol Szumski 2006-01-30 04:18:59 UTC
no, i'm still kind of busy recompiling my whole system with gcc-4.1
Comment 5 Mr. Bones. (RETIRED) gentoo-dev 2006-03-24 21:22:22 UTC
included in the 2.4.13 ebuild.  thanks for the bug report and patch.