Advertisement
gridcube

Untitled

Sep 17th, 2011
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. cc  -g -Wall -Wno-deprecated-declarations -O2 -DDATADIR=\"/usr/share/lex4/\" -o actor.o -c actor.c
  2. actor.c:23:21: error: allegro.h: No existe el fichero o el directorio
  3. In file included from actor.h:26,
  4.                  from actor.c:24:
  5. map.h:87: error: expected specifier-qualifier-list before ‘DATAFILE
  6. map.h:101: error: expected ‘)’ before ‘*’ token
  7. In file included from actor.c:24:
  8. actor.h:83: error: expected specifier-qualifier-list before ‘DATAFILE
  9. actor.h:88: error: expected declaration specifiers or ‘...’ before ‘DATAFILE
  10. actor.h:89: error: expected ‘)’ before ‘*’ token
  11. In file included from actor.c:27:
  12. player.h:67: error: expected ‘)’ before ‘*’ token
  13. In file included from bullet.h:27,
  14.                  from actor.c:28:
  15. particle.h:48: error: expected ‘)’ before ‘*’ token
  16. particle.h:52: error: expected ‘)’ before ‘*’ token
  17. In file included from actor.c:28:
  18. bullet.h:34: error: expected specifier-qualifier-list before ‘BITMAP
  19. bullet.h:50: error: expected declaration specifiers or ‘...’ before ‘BITMAP
  20. bullet.h:51: error: expected ‘)’ before ‘*’ token
  21. In file included from actor.c:30:
  22. main.h:26:20: error: aldumb.h: No existe el fichero o el directorio
  23. In file included from main.h:28,
  24.                  from actor.c:30:
  25. hisc.h:45: error: expected declaration specifiers or ‘...’ before ‘PACKFILE
  26. hisc.h:46: error: expected declaration specifiers or ‘...’ before ‘PACKFILE
  27. hisc.h:48: error: expected declaration specifiers or ‘...’ before ‘BITMAP
  28. hisc.h:48: error: expected declaration specifiers or ‘...’ before ‘FONT
  29. hisc.h:49: error: expected declaration specifiers or ‘...’ before ‘BITMAP
  30. hisc.h:49: error: expected declaration specifiers or ‘...’ before ‘FONT
  31. In file included from main.h:30,
  32.                  from actor.c:30:
  33. control.h:55: error: expected declaration specifiers or ‘...’ before ‘PACKFILE
  34. control.h:56: error: expected declaration specifiers or ‘...’ before ‘PACKFILE
  35. In file included from actor.c:30:
  36. main.h:65: error: expected ‘)’ before ‘*’ token
  37. main.h:67: error: expected ‘)’ before ‘*’ token
  38. main.h:68: error: expected ‘)’ before ‘*’ token
  39. main.h:74: error: expected ‘)’ before ‘*’ token
  40. main.h:75: error: expected ‘)’ before ‘*’ token
  41. main.h:78: error: expected declaration specifiers or ‘...’ before ‘AL_DUH_PLAYER
  42. main.h:79: error: expected declaration specifiers or ‘...’ before ‘AL_DUH_PLAYER
  43. main.h:84: error: expected ‘)’ before ‘*’ token
  44. main.h:85: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  45. main.h:86: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  46. actor.c:36: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  47. actor.c:39: error: expected ‘)’ before ‘*’ token
  48. actor.c:80: error: expected declaration specifiers or ‘...’ before ‘DATAFILE
  49. actor.c: In function ‘make_actor’:
  50. actor.c:92: error:Tactor’ has no member named ‘data’
  51. actor.c:92: error: ‘data’ undeclared (first use in this function)
  52. actor.c:92: error: (Each undeclared identifier is reported only once
  53. actor.c:92: error: for each function it appears in.)
  54. actor.c: In function ‘update_actor_with_map’:
  55. actor.c:248: warning: implicit declaration of function ‘rand’
  56. actor.c:274: error: ‘data’ undeclared (first use in this function)
  57. actor.c:274: error: too many arguments to function ‘set_bullet’
  58. actor.c:287: warning: implicit declaration of function ‘MIN
  59. actor.c:287: warning: implicit declaration of function ‘MAX
  60. actor.c:287: warning: implicit declaration of function ‘ABS
  61. actor.c:425: error: too many arguments to function ‘set_bullet’
  62. actor.c:426: error:Tbullet’ has no member named ‘animate’
  63. actor.c:426: error:Tbullet’ has no member named ‘gravity’
  64. actor.c:427: error:Tbullet’ has no member named ‘bmp2’
  65. make: *** [actor.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement