Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 3211 - scite build fails with gcc-3.1
Summary: scite build fails with gcc-3.1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GCC Porting (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Matthew Kennedy (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-30 00:23 UTC by Rufiao Valhacouto
Modified: 2003-02-04 19:42 UTC (History)
1 user (show)

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 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