Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 149535 - GUIlib media-lib/guilib-1.1.0-r1 fails to compile under gcc 4.1
Summary: GUIlib media-lib/guilib-1.1.0-r1 fails to compile under gcc 4.1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GCC Porting (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Joerg Bornkessel (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 117482
  Show dependency tree
 
Reported: 2006-09-29 09:14 UTC by Robert Dulat
Modified: 2006-09-29 10:53 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Dulat 2006-09-29 09:14:16 UTC
Problem:

gcc 4.1 causes "extra qualification" errors in GUI_menu.h

Fix:

diff GUI_menu.h.org GUI_menu.h
----------------------------------------
42,44c42,44
<   GUI_status GUI_Submenu:: MouseDown(int x, int y, int button);
<   GUI_status GUI_Submenu::MouseUp(int x,int y,int button);
<   GUI_status GUI_Submenu::MouseMotion(int x,int y,Uint8 state);
---
>   GUI_status MouseDown(int x, int y, int button);
>   GUI_status MouseUp(int x,int y,int button);
>   GUI_status MouseMotion(int x,int y,Uint8 state);
Comment 1 Wernfried Haas (RETIRED) gentoo-dev 2006-09-29 09:24:20 UTC
Not a devrel issue.
Comment 2 Joerg Bornkessel (RETIRED) gentoo-dev 2006-09-29 10:37:28 UTC
pickup this bug
Comment 3 Joerg Bornkessel (RETIRED) gentoo-dev 2006-09-29 10:53:05 UTC
fix added to CVS;
Comment 4 Joerg Bornkessel (RETIRED) gentoo-dev 2006-09-29 10:53:50 UTC
: