Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 73516 - rhide compile fails with gcc 3.4.3
Summary: rhide compile fails with gcc 3.4.3
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Martin Schlemmer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-05 22:06 UTC by GrayShade
Modified: 2005-08-28 20:00 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 GrayShade 2004-12-05 22:06:23 UTC
/var/tmp/portage/rhide-1.5-r1/work/tvision/include/tv/screen.h:327: error: default arguments are only permitted for function parameters
/var/tmp/portage/rhide-1.5-r1/work/tvision/include/tv/screen.h: In static member function `static int TScreen::setSecondaryFont(TScreenFont256*)':
/var/tmp/portage/rhide-1.5-r1/work/tvision/include/tv/screen.h:323: error: too few arguments to function


Reproducible: Always
Steps to Reproduce:
1.
2.
3.




gcc version 3.4.3  (Gentoo Linux 3.4.3, ssp-3.4.3-0, pie-8.7.6.6)
rhide-1.5
Comment 1 SpanKY gentoo-dev 2004-12-06 07:10:32 UTC
the fix is pretty self explanatory ... remove the default arguements from the function prototype in screen.h and move them to the function definition in tscreen.cc
Comment 2 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2004-12-06 21:46:43 UTC
azarah/mholzer: would one of you consider putting in a metadata.xml for this lonely package?
Comment 3 Martin Schlemmer (RETIRED) gentoo-dev 2005-07-26 06:33:28 UTC
I will see if I can sort this out somehow, but rhide upstream is really not in
good shape.  They have not had a stable release in ages, and trying to build
from cvs usually is a mission :/
Comment 4 Martin Schlemmer (RETIRED) gentoo-dev 2005-08-28 20:00:43 UTC
Ok, added a shiney new rhide-1.5.20050823.  Reopen if you still have issues
(built fine here with gcc4 ...).