Advertisement
Weegee

Untitled

Jun 1st, 2011
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. cd src; make
  2. make[1]: Entering directory `/home/weegee/docs/projekte/c/pontoon/src'
  3. make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
  4. gcc -g -O2 -Wall -pedantic -std=c99 -c -o ai.o ai.c
  5. In file included from ai.c:1:0:
  6. ai.h:6:70: warning: 'struct deck' declared inside parameter list [enabled by default]
  7. ai.h:6:70: warning: its scope is only this definition or declaration, which is probably not what you want [enabled by default]
  8. ai.c:3:70: warning: 'struct deck' declared inside parameter list [enabled by default]
  9. ai.c:3:6: error: conflicting types for 'dealer'
  10. ai.h:6:6: note: previous declaration of 'dealer' was here
  11. ai.c: In function 'dealer':
  12. ai.c:4:2: warning: implicit declaration of function 'deckvalue' [-Wimplicit-function-declaration]
  13. ai.c:5:3: warning: implicit declaration of function 'give' [-Wimplicit-function-declaration]
  14. ai.c:9:3: warning: implicit declaration of function 'end' [-Wimplicit-function-declaration]
  15. make[1]: *** [ai.o] Error 1
  16. make[1]: Leaving directory `/home/weegee/docs/projekte/c/pontoon/src'
  17. make: *** [pontoon] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement