Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 26851 - Tuxracer won't compile with gcc 3.3.1 (fix)
Summary: Tuxracer won't compile with gcc 3.3.1 (fix)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-18 02:42 UTC by Wedge_
Modified: 2003-08-20 02:33 UTC (History)
0 users

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


Attachments
fixes compile problems with gcc-3.3.1 (tuxracer-gcc3.3.diff,1.98 KB, patch)
2003-08-18 02:43 UTC, Wedge_
Details | Diff
fixes compile problems with gcc-3.3.1 (tuxracer-gcc3.3.diff,1.98 KB, patch)
2003-08-18 02:43 UTC, Wedge_
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Wedge_ 2003-08-18 02:42:28 UTC
When compiling with gcc 3.3.1, the compilation dies on the file game_config.c,
with many messages similar to the following:
"game_config.c:761:25: pasting "." and "view_mode" does not give a valid
preprocessing token"
I found a patch that fixes the problem, and it works fine for me now.

Reproducible: Always
Steps to Reproduce:
1. emerge gcc 3.3.1
2. emerge tuxracer
3.
Comment 1 Wedge_ 2003-08-18 02:43:11 UTC
Created attachment 16257 [details, diff]
fixes compile problems with gcc-3.3.1
Comment 2 Wedge_ 2003-08-18 02:43:31 UTC
Created attachment 16258 [details, diff]
fixes compile problems with gcc-3.3.1
Comment 3 Wedge_ 2003-08-18 02:44:38 UTC
sorry, it gave me an error adding the attachment and I didn't think it had worked.
Comment 4 SpanKY gentoo-dev 2003-08-18 20:56:13 UTC
alright, i put together a really *nasty* ebuild using your patch and more
ill add it when cvs comes back up
Comment 5 SpanKY gentoo-dev 2003-08-19 15:43:30 UTC
ok, thanks again for the patch ...

try out -r3 in cvs :)
Comment 6 Wedge_ 2003-08-20 02:33:37 UTC
It works great, thanks :)