Advertisement
greatsudoku

Untitled

Mar 26th, 2015
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. Built object source/obj/GrpFile.game.o
  2. source/GameListSource.game.m:28:25: error: use of undeclared identifier
  3. 'NUMGRPFILES'
  4. for (i=0; i<NUMGRPFILES; i++) if (p->crcval == internalgrpfi...
  5. ^
  6. source/GameListSource.game.m:29:22: error: use of undeclared identifier
  7. 'NUMGRPFILES'
  8. if (i == NUMGRPFILES) continue;
  9. ^
  10. 2 errors generated.
  11. Failed building source/obj/GameListSource.game.o from source/GameListSource.game.m!
  12. make: *** [source/obj/GameListSource.game.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement