Advertisement
Guest User

Untitled

a guest
Jan 15th, 2013
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $ make
  2. cd src && make all_bs
  3. make[1]: Entering directory `/usr/local/bin/ACC/src'
  4. gcc -c libacc.c
  5. ar rvs ../lib/libacc.a libacc.o
  6. r - libacc.o
  7. gcc -O2  -o ../bin/acc Parse.c Decls.c Unparse.c Bodies.c AST.c IR.c DefTab.c Types.c Scanning.c Error.c Coder.c Mapping.c Arith.c weaveutil.c Weave.c Semantic.c main.c  lexer.c output.c XARITH.c xerror.c XCODER.c pointcut.c symboltable.c y.tab.c grts.c
  8. ../bin/tacc -acc-option="-n" -bootstrappath=..  -O2  -o ../bin/acc Parse.c Decls.c Unparse.c Bodies.c AST.c IR.c DefTab.c Types.c Scanning.c Error.c Coder.c Mapping.c Arith.c weaveutil.c Weave.c Semantic.c main.c  lexer.c output.c XARITH.c xerror.c XCODER.c pointcut.c symboltable.c y.tab.c grts.c matchinfo.acc matchaa.acc
  9. /usr/local/bin/ACC/src/.acc_dir/matchinfo_ac.c:180:39: error: expected specifier-qualifier-list before ‘PointcutType’
  10. /usr/local/bin/ACC/src/.acc_dir/matchinfo_ac.c:194:8: error: redefinition of ‘struct jpInfo’
  11. /usr/local/bin/ACC/src/.acc_dir/matchinfo_ac.c:180:8: note: originally defined here
  12. /usr/local/bin/ACC/src/.acc_dir/matchinfo_ac.c:194:39: error: expected specifier-qualifier-list before ‘PointcutType’
  13. /usr/local/bin/ACC/src/.acc_dir/matchinfo_ac.c:333:8: error: redefinition of ‘struct jpInfo’
  14. /usr/local/bin/ACC/src/.acc_dir/matchinfo_ac.c:194:8: note: originally defined here
  15. /usr/local/bin/ACC/src/.acc_dir/matchinfo_ac.c:333:39: error: expected specifier-qualifier-list before ‘PointcutType’
  16. /usr/local/bin/ACC/src/.acc_dir/matchinfo_ac.c:1066:8: error: redefinition of ‘struct jpInfo’
  17. /usr/local/bin/ACC/src/.acc_dir/matchinfo_ac.c:333:8: note: originally defined here
  18. /usr/local/bin/ACC/src/.acc_dir/matchinfo_ac.c:1066:39: error: expected specifier-qualifier-list before ‘PointcutType’
  19. /usr/local/bin/ACC/src/.acc_dir/matchinfo_ac.c:1194:8: error: redefinition of ‘struct jpInfo’
  20. /usr/local/bin/ACC/src/.acc_dir/matchinfo_ac.c:1066:8: note: originally defined here
  21. /usr/local/bin/ACC/src/.acc_dir/matchinfo_ac.c:1208:8: error: redefinition of ‘struct jpInfo’
  22. /usr/local/bin/ACC/src/.acc_dir/matchinfo_ac.c:1194:8: note: originally defined here
  23. /usr/local/bin/ACC/src/.acc_dir/matchinfo_ac.c:1222:8: error: redefinition of ‘struct jpInfo’
  24. /usr/local/bin/ACC/src/.acc_dir/matchinfo_ac.c:1208:8: note: originally defined here
  25. /usr/local/bin/ACC/src/.acc_dir/matchinfo_ac.c:1239:8: error: redefinition of ‘struct jpInfo’
  26. /usr/local/bin/ACC/src/.acc_dir/matchinfo_ac.c:1222:8: note: originally defined here
  27. /usr/local/bin/ACC/src/.acc_dir/matchinfo_ac.c:1253:8: error: redefinition of ‘struct jpInfo’
  28. /usr/local/bin/ACC/src/.acc_dir/matchinfo_ac.c:1239:8: note: originally defined here
  29. /usr/local/bin/ACC/src/.acc_dir/matchinfo_ac.c:1267:8: error: redefinition of ‘struct jpInfo’
  30. /usr/local/bin/ACC/src/.acc_dir/matchinfo_ac.c:1253:8: note: originally defined here
  31. /usr/local/bin/ACC/src/.acc_dir/matchinfo_ac.c:1686:8: error: redefinition of ‘struct jpInfo’
  32. /usr/local/bin/ACC/src/.acc_dir/matchinfo_ac.c:1267:8: note: originally defined here
  33. /usr/local/bin/ACC/src/.acc_dir/matchinfo_ac.c:1700:8: error: redefinition of ‘struct jpInfo’
  34. /usr/local/bin/ACC/src/.acc_dir/matchinfo_ac.c:1686:8: note: originally defined here
  35. In file included from /usr/include/sys/types.h:61:0,
  36.                 from /usr/include/sys/signal.h:15,
  37.                 from /usr/include/signal.h:5,
  38.                 from /usr/include/machine/setjmp.h:241,
  39.                 from /usr/include/setjmp.h:10,
  40.                 from /usr/local/bin/ACC/src/.acc_dir/matchinfo_ac.c:1729:
  41. /usr/include/sys/_types.h:35:3: error: conflicting types for ‘_mbstate_t’
  42. /usr/local/bin/ACC/src/.acc_dir/matchinfo_ac.c:63:2: note: previous declaration of ‘_mbstate_t’ was here
  43. In file included from /usr/include/sys/signal.h:15:0,
  44.                 from /usr/include/signal.h:5,
  45.                 from /usr/include/machine/setjmp.h:241,
  46.                 from /usr/include/setjmp.h:10,
  47.                 from /usr/local/bin/ACC/src/.acc_dir/matchinfo_ac.c:1729:
  48. /usr/include/sys/types.h:114:8: error: redefinition of ‘struct timespec’
  49. /usr/local/bin/ACC/src/.acc_dir/matchinfo_ac.c:170:8: note: originally defined here
  50. /usr/include/sys/types.h:119:8: error: redefinition of ‘struct itimerspec’
  51. /usr/local/bin/ACC/src/.acc_dir/matchinfo_ac.c:184:8: note: originally defined here
  52. /usr/include/sys/types.h:233:16: error: redefinition of ‘struct _types_fd_set’
  53. /usr/local/bin/ACC/src/.acc_dir/matchinfo_ac.c:210:16: note: originally defined here
  54. /usr/include/sys/types.h:235:3: error: conflicting types for ‘_types_fd_set’
  55. /usr/local/bin/ACC/src/.acc_dir/matchinfo_ac.c:211:2: note: previous declaration of ‘_types_fd_set’ was here
  56. In file included from /usr/include/sys/types.h:373:0,
  57.                 from /usr/include/sys/signal.h:15,
  58.                 from /usr/include/signal.h:5,
  59.                 from /usr/include/machine/setjmp.h:241,
  60.                 from /usr/include/setjmp.h:10,
  61.                 from /usr/local/bin/ACC/src/.acc_dir/matchinfo_ac.c:1729:
  62. /usr/include/cygwin/types.h:26:25: error: conflicting types for ‘timespec_t’
  63. /usr/local/bin/ACC/src/.acc_dir/matchinfo_ac.c:277:25: note: previous declaration of ‘timespec_t’ was here
  64. /usr/include/cygwin/types.h:31:25: error: conflicting types for ‘timestruc_t’
  65. /usr/local/bin/ACC/src/.acc_dir/matchinfo_ac.c:279:25: note: previous declaration of ‘timestruc_t’ was here
  66. /usr/include/cygwin/types.h:140:8: error: redefinition of ‘struct flock’
  67. /usr/local/bin/ACC/src/.acc_dir/matchinfo_ac.c:323:8: note: originally defined here
  68. /usr/include/cygwin/types.h:211:16: error: redefinition of ‘struct __pthread_t’
  69. /usr/local/bin/ACC/src/.acc_dir/matchinfo_ac.c:359:16: note: originally defined here
  70. /usr/include/cygwin/types.h:211:45: error: conflicting types for ‘pthread_t’
  71. /usr/local/bin/ACC/src/.acc_dir/matchinfo_ac.c:360:3: note: previous declaration of ‘pthread_t’ was here
  72. /usr/include/cygwin/types.h:212:16: error: redefinition of ‘struct __pthread_mutex_t’
  73. /usr/local/bin/ACC/src/.acc_dir/matchinfo_ac.c:362:16: note: originally defined here
  74. /usr/include/cygwin/types.h:212:51: error: conflicting types for ‘pthread_mutex_t’
  75. /usr/local/bin/ACC/src/.acc_dir/matchinfo_ac.c:363:3: note: previous declaration of ‘pthread_mutex_t’ was here
  76. /usr/include/cygwin/types.h:214:16: error: redefinition of ‘struct __pthread_key_t’
  77. /usr/local/bin/ACC/src/.acc_dir/matchinfo_ac.c:365:16: note: originally defined here
  78. /usr/include/cygwin/types.h:214:49: error: conflicting types for ‘pthread_key_t’
  79. /usr/local/bin/ACC/src/.acc_dir/matchinfo_ac.c:366:3: note: previous declaration of ‘pthread_key_t’ was here
  80. /usr/include/cygwin/types.h:215:16: error: redefinition of ‘struct __pthread_attr_t’
  81. /usr/local/bin/ACC/src/.acc_dir/matchinfo_ac.c:368:16: note: originally defined here
  82. /usr/include/cygwin/types.h:215:50: error: conflicting types for ‘pthread_attr_t’
  83. /usr/local/bin/ACC/src/.acc_dir/matchinfo_ac.c:369:3: note: previous declaration of ‘pthread_attr_t’ was here
  84. /usr/include/cygwin/types.h:216:16: error: redefinition of ‘struct __pthread_mutexattr_t’
  85. /usr/local/bin/ACC/src/.acc_dir/matchinfo_ac.c:371:16: note: originally defined here
  86. /usr/include/cygwin/types.h:216:55: error: conflicting types for ‘pthread_mutexattr_t’
  87. /usr/local/bin/ACC/src/.acc_dir/matchinfo_ac.c:372:3: note: previous declaration of ‘pthread_mutexattr_t’ was here
  88. /usr/include/cygwin/types.h:217:16: error: redefinition of ‘struct __pthread_condattr_t’
  89. /usr/local/bin/ACC/src/.acc_dir/matchinfo_ac.c:374:16: note: originally defined here
  90. /usr/include/cygwin/types.h:217:54: error: conflicting types for ‘pthread_condattr_t’
  91. /usr/local/bin/ACC/src/.acc_dir/matchinfo_ac.c:375:3: note: previous declaration of ‘pthread_condattr_t’ was here
  92. /usr/include/cygwin/types.h:218:16: error: redefinition of ‘struct __pthread_cond_t’
  93. /usr/local/bin/ACC/src/.acc_dir/matchinfo_ac.c:377:16: note: originally defined here
  94. /usr/include/cygwin/types.h:218:50: error: conflicting types for ‘pthread_cond_t’
  95. /usr/local/bin/ACC/src/.acc_dir/matchinfo_ac.c:378:3: note: previous declaration of ‘pthread_cond_t’ was here
  96. /usr/include/cygwin/types.h:226:1: error: conflicting types for ‘pthread_once_t’
  97. /usr/local/bin/ACC/src/.acc_dir/matchinfo_ac.c:381:2: note: previous declaration of ‘pthread_once_t’ was here
  98. /usr/include/cygwin/types.h:227:16: error: redefinition of ‘struct __pthread_rwlock_t’
  99. /usr/local/bin/ACC/src/.acc_dir/matchinfo_ac.c:383:16: note: originally defined here
  100. /usr/include/cygwin/types.h:227:52: error: conflicting types for ‘pthread_rwlock_t’
  101. /usr/local/bin/ACC/src/.acc_dir/matchinfo_ac.c:384:3: note: previous declaration of ‘pthread_rwlock_t’ was here
  102. /usr/include/cygwin/types.h:228:16: error: redefinition of ‘struct __pthread_rwlockattr_t’
  103. /usr/local/bin/ACC/src/.acc_dir/matchinfo_ac.c:386:16: note: originally defined here
  104. /usr/include/cygwin/types.h:228:56: error: conflicting types for ‘pthread_rwlockattr_t’
  105. /usr/local/bin/ACC/src/.acc_dir/matchinfo_ac.c:387:3: note: previous declaration of ‘pthread_rwlockattr_t’ was here
  106. /usr/local/bin/ACC/src/.acc_dir/matchinfo_ac.c: In function ‘__utac_acc__matchinfo_ac__1’:
  107. /usr/local/bin/ACC/src/.acc_dir/matchinfo_ac.c:1765:22: warning: cast from pointer to integer of different size
  108. /usr/local/bin/ACC/src/.acc_dir/matchinfo_ac.c: In function ‘addJP’:
  109. /usr/local/bin/ACC/src/.acc_dir/matchinfo_ac.c:1872:15: warning: assignment from incompatible pointer type
  110. /usr/local/bin/ACC/src/.acc_dir/matchinfo_ac.c:1874:11: warning: assignment from incompatible pointer type
  111. /usr/local/bin/ACC/src/.acc_dir/matchinfo_ac.c: In function ‘printAD_JP’:
  112. /usr/local/bin/ACC/src/.acc_dir/matchinfo_ac.c:1921:4: warning: assignment from incompatible pointer type
  113. /usr/local/bin/ACC/src/.acc_dir/matchinfo_ac.c: In function ‘__utac_acc__matchinfo_ac__3’:
  114. /usr/local/bin/ACC/src/.acc_dir/matchinfo_ac.c:1963:8: error: nested redefinition of ‘struct jpInfo’
  115. /usr/local/bin/ACC/src/.acc_dir/matchinfo_ac.c: In function ‘__utac_acc__matchinfo_ac__8’:
  116. /usr/local/bin/ACC/src/.acc_dir/matchinfo_ac.c:2027:22: warning: cast from pointer to integer of different size
  117. /usr/local/bin/ACC/src/.acc_dir/matchinfo_ac.c: In function ‘__utac_acc__matchinfo_ac__9’:
  118. /usr/local/bin/ACC/src/.acc_dir/matchinfo_ac.c:2046:22: warning: cast from pointer to integer of different size
  119. /usr/local/bin/ACC/src/.acc_dir/matchinfo_ac.c: In function ‘__utac_acc__matchinfo_ac__11’:
  120. /usr/local/bin/ACC/src/.acc_dir/matchinfo_ac.c:2070:1: warning: passing argument 1 of ‘free_jps’ from incompatible pointer type
  121. /usr/local/bin/ACC/src/.acc_dir/matchinfo_ac.c:1877:6: note: expected ‘struct jpInfo *’ but argument is of type ‘struct jpInfo *’
  122. Makefile:52: recipe for target `all_bs' failed
  123. make[1]: *** [all_bs] Error 1
  124. make[1]: Leaving directory `/usr/local/bin/ACC/src'
  125. Makefile:2: recipe for target `all' failed
  126. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement