Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. $ make
  2. make all-recursive
  3. make[1]: Entering directory `/home/Martin/craftd'
  4. Making all in src
  5. make[2]: Entering directory `/home/Martin/craftd/src'
  6. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -I../third-party/jansson/src -I../third-party/bstring -I../third-party/klib -I../compat/ -I/usr/include -g -O2 -Wall -MT timeloop.o -MD -MP -MF .deps/timeloop.Tpo -c -o timeloop.o timeloop.c
  7. timeloop.c:46: error: parse error before "gametime_spinlock"
  8. timeloop.c:46: warning: type defaults to `int' in declaration of `gametime_spinlock'
  9. timeloop.c:46: warning: data definition has no type or storage class
  10. timeloop.c: In function `TL_get_gametime':
  11. timeloop.c:62: warning: implicit declaration of function `pthread_spin_lock'
  12. timeloop.c:64: warning: implicit declaration of function `pthread_spin_unlock'
  13. timeloop.c: In function `run_timeloop':
  14. timeloop.c:200: warning: implicit declaration of function `pthread_spin_init'
  15. make[2]: *** [timeloop.o] Error 1
  16. make[2]: Leaving directory `/home/Martin/craftd/src'
  17. make[1]: *** [all-recursive] Error 1
  18. make[1]: Leaving directory `/home/Martin/craftd'
  19. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement