Bug 129996 - dev-embedded/picprog needs patch to build with gcc4.x
Bug#: 129996 Product:  Gentoo Linux Version: 2006.0 Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: dev-embedded@gentoo.org Reported By: ace@staticwave.ca
Component: GCC Porting
URL: 
Summary: dev-embedded/picprog needs patch to build with gcc4.x
Keywords:  
Status Whiteboard: 
Opened: 2006-04-14 16:34 0000
Description:   Opened: 2006-04-14 16:34 0000
gcc4.x errors out with the following when attempting to build

g++ -O2 -Wall -W -Wwrite-strings   -c -o main.o main.cc
picport.h:48: error: extra qualification ‘picport::’ on member
‘set_clock_data’
make: *** [main.o] Error 1

------- Comment #1 From Gabriel Devenyi 2006-04-14 16:36:40 0000 -------
Created an attachment (id=84671) [details]
Patch to fix gcc4.x build

This patch applies to 1.7-r1 as well as 1.8.1 (see bug #129994)

------- Comment #2 From Mark Loeser 2006-05-01 15:55:58 0000 -------
Thanks for the patch.