Advertisement
Guest User

Untitled

a guest
Sep 26th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.35 KB | None | 0 0
  1. echo python getheader.py
  2. python getheader.py
  3. gcc -m32 -opowder-sse -w -std=c99 -D_POSIX_C_SOURCE=200112L -DLUACONSOLE -Iincludes/ -O3 -ffast-math -ftree-vectorize -funsafe-math-optimizations -march=native -DX86 -DX86_SSE src/*.c src/elements/*.c -lpthread -lSDL -lm -lbz2 -lX11 -llua5.1 -DLIN32
  4. src/graphics.c: In function ‘draw_parts’:
  5. src/graphics.c:1730:6: error: ‘isplayer’ undeclared (first use in this function)
  6. src/graphics.c:1730:6: note: each undeclared identifier is reported only once for each function it appears in
  7. src/graphics.c:2048:66: error: ‘NGOLALT’ undeclared (first use in this function)
  8. src/graphics.c: In function ‘render_fire’:
  9. src/graphics.c:3781:16: error: ‘vid’ undeclared (first use in this function)
  10. src/main.c: In function ‘main’:
  11. src/main.c:2543:75: error: ‘NGOLALT’ undeclared (first use in this function)
  12. src/main.c:2543:75: note: each undeclared identifier is reported only once for each function it appears in
  13. src/main.c:3517:7: error: ‘isplayer’ undeclared (first use in this function)
  14. src/powder.c:11:7: error: conflicting types for ‘player’
  15. includes/powder.h:936:14: note: previous declaration of ‘player’ was here
  16. src/powder.c:12:7: error: conflicting types for ‘player2’
  17. includes/powder.h:937:14: note: previous declaration of ‘player2’ was here
  18. make: *** [powder-sse] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement