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

Bug 3211

Summary: scite build fails with gcc-3.1
Product: Gentoo Linux Reporter: Rufiao Valhacouto <rufiao>
Component: [OLD] GCC PortingAssignee: Matthew Kennedy (RETIRED) <mkennedy>
Status: RESOLVED FIXED    
Severity: normal CC: taras.glek
Priority: High    
Version: 1.1a   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Rufiao Valhacouto 2002-05-30 00:23:06 UTC
the relevant make output:

g++ `gtk-config --cflags` -DNDEBUG -W -Wall -DGTK -DSCI_LEXER
-DSYSCONF_PATH=\"/usr/share/scite\" -I ../../scintilla/include -I ../src -c
SciTEGTK.cxx -o SciTEGTK.o
SciTEGTK.cxx:1840: default argument given for parameter 2 of `void
SciTEGTK::AddToPopUp(const char*, int = 0, bool = true)'
SciTEGTK.cxx:131: after previous specification in `virtual void
SciTEGTK::AddToPopUp(const char*, int = 0, bool = true)'
SciTEGTK.cxx:1840: default argument given for parameter 3 of `void
SciTEGTK::AddToPopUp(const char*, int = 0, bool = true)'
SciTEGTK.cxx:131: after previous specification in `virtual void
SciTEGTK::AddToPopUp(const char*, int = 0, bool = true)'
make: *** [SciTEGTK.o] Error 1
make: *** Waiting for unfinished jobs....
g++ `gtk-config --cflags` -DNDEBUG -W -Wall -DGTK -DSCI_LEXER
-DSYSCONF_PATH=\"/usr/share/scite\" -I ../../scintilla/include -I ../src -c
SciTEGTK.cxx -o SciTEGTK.o
SciTEGTK.cxx:1840: default argument given for parameter 2 of `void
SciTEGTK::AddToPopUp(const char*, int = 0, bool = true)'
SciTEGTK.cxx:131: after previous specification in `virtual void
SciTEGTK::AddToPopUp(const char*, int = 0, bool = true)'
SciTEGTK.cxx:1840: default argument given for parameter 3 of `void
SciTEGTK::AddToPopUp(const char*, int = 0, bool = true)'
SciTEGTK.cxx:131: after previous specification in `virtual void
SciTEGTK::AddToPopUp(const char*, int = 0, bool = true)'
make: *** [SciTEGTK.o] Error 1
Comment 1 Matthew Kennedy (RETIRED) gentoo-dev 2002-05-30 01:59:01 UTC
fixed in portage cvs -- thanks for the bug report!

Matt