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

Bug 149535

Summary: GUIlib media-lib/guilib-1.1.0-r1 fails to compile under gcc 4.1
Product: Gentoo Linux Reporter: Robert Dulat <xkill>
Component: [OLD] GCC PortingAssignee: Joerg Bornkessel (RETIRED) <hd_brummy>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 117482    

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
: