PDA

View Full Version : Tuxracer compilation troubles


bhagabhi
October 2nd, 2005, 04:55 PM
Trying to compile Tuxracer I come to problems like these:
game_config.c:784:24: pasting "." and "bool" does not give a valid preprocessing token
game_config.c:784:24: pasting "." and "use_cva" does not give a valid preprocessing token
game_config.c:785:25: pasting "." and "cva_hack" does not give a valid preprocessing token
and several other like those - all through the game_config.c file.
./configure runs through fine after some tweaking - these come during make.
Anybody know how to fix this?
Is it just some package I am missing or what?

Hobbsee
October 2nd, 2005, 09:42 PM
silly question I know, but why are you trying to compile tuxracer? It's in the repositories...

sudo apt-get install tuxracer

bhagabhi
October 2nd, 2005, 09:58 PM
Oh... :) I am the one who is silly - didn't have all the repositories active - so I didn't find it.
Many thanks!