Advertisement
Guest User

Untitled

a guest
Jan 9th, 2015
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. littlecat@littlecat-HP-15-Notebook-PC:~/SRB2$ make -C src/ LINUX64=1
  2. make: Entering directory `/home/littlecat/SRB2/src'
  3. sdl/i_system.c: In function ‘I_StartupKeyboard’:
  4. sdl/i_system.c:749:9: error: ‘SIGBREAK’ undeclared (first use in this function)
  5. signal(SIGBREAK , quit_handler);
  6. ^
  7. sdl/i_system.c:749:9: note: each undeclared identifier is reported only once for each function it appears in
  8. sdl/i_system.c: In function ‘I_Error’:
  9. sdl/i_system.c:2370:13: error: ‘buffer’ undeclared (first use in this function)
  10. vsprintf(buffer, error, argptr);
  11. ^
  12. make: *** [../objs/Linux64/SDL/Release/i_system.o] Error 1
  13. make: Leaving directory `/home/littlecat/SRB2/src'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement