Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 188069 - games-board/slibo gcc 4.2 compile failure.
Summary: games-board/slibo gcc 4.2 compile failure.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: gcc-4.2
  Show dependency tree
 
Reported: 2007-08-08 04:02 UTC by Gene Seto
Modified: 2007-08-09 23:15 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
slibo-0.4.4-gcc42.patch (slibo-0.4.4-gcc42.patch,802 bytes, patch)
2007-08-08 06:34 UTC, Mr. Bones. (RETIRED)
Details | Diff
gcc 4.2 compile fixes (slibo-gcc42.patch,2.11 KB, text/plain)
2007-08-09 20:10 UTC, Gene Seto
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Gene Seto 2007-08-08 04:02:32 UTC
http://gcc.gnu.org/onlinedocs/gcc-3.0.4/gcc_6.html#SEC116
This stuff is now depreciated and Slibo no longer compiles as a result. In the process of fixing this but I'm not sure about a couple lines
"q.x = 0.0 >? q.x <? 7.0;" the next line is the same but for q.y.
I have no idea what that does. My gut says it's taking the max between 0 and q.x and of that it's taking the minimum of that and 7.0.
Thanks for any help
Comment 1 Mr. Bones. (RETIRED) gentoo-dev 2007-08-08 06:34:28 UTC
Created attachment 127247 [details, diff]
slibo-0.4.4-gcc42.patch

See if this patch works for you.
Comment 2 Gene Seto 2007-08-09 20:10:22 UTC
Created attachment 127397 [details]
gcc 4.2 compile fixes
Comment 3 Gene Seto 2007-08-09 20:12:08 UTC
(In reply to comment #2)
> Created an attachment (id=127397) [edit]
> gcc 4.2 compile fixes
> 

Alrighty, that should fix the problems.
Comment 4 Mr. Bones. (RETIRED) gentoo-dev 2007-08-09 23:15:49 UTC
in portage.  thanks for the bug report and patch.