|
|
 |
|
 |
|
Return to bug index Recieve updates for this bug
| Compilation error | | BUG ID: 303 | Resolved | Oct 3, 2007 | | Epiar | Critical | Epiar 0.5.0 Final / Linux | When I first tried to compile Epiar, I got the following error:
src/game/game.c:35: error: static declaration of ‘game_start_time’ follows non-static declaration
src/game/game.h:5: error: previous declaration of ‘game_start_time’ was here
make: *** [game.o] Error 1
By changing the following line (from game.c, line 35):
static Uint32 game_start_time = 0;
to
/*static*/ Uint32 game_start_time = 0;
I was able to compile (albiet with numerous warnings) and run Epiar.
| | Resolution | Resolved by Chris on Dec 6, 2007 | | This is likely user error. |
| |
 |
|
 |
|
Copyright © 2002-2008 Entropy Development Studios. All Rights reserved. |
|
|