Guest User

Untitled

a guest
Jul 20th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.85 KB | None | 0 0
  1. Makefile:77: make.deps: No such file or directory
  2. for src in *.c; do \
  3. DEPS="$(sed -e 's/^#include[ ]"\(.*\)"/\1/; t; d;' $src | xargs echo)"; \
  4. echo "${src//.c/.o}: $src $DEPS"; \
  5. done > make.deps
  6. sed: 2: "s/^#include[ \t]"\(.*\)" ...": undefined label '; d;'
  7. sed: 2: "s/^#include[ \t]"\(.*\)" ...": undefined label '; d;'
  8. sed: 2: "s/^#include[ \t]"\(.*\)" ...": undefined label '; d;'
  9. sed: 2: "s/^#include[ \t]"\(.*\)" ...": undefined label '; d;'
  10. sed: 2: "s/^#include[ \t]"\(.*\)" ...": undefined label '; d;'
  11. sed: 2: "s/^#include[ \t]"\(.*\)" ...": undefined label '; d;'
  12. make lib
  13. cc -DBUILDVER=0.4b -I/opt/local/include/mysql5/mysql -O0 -g -Wall -Werror -c -o mysac.o mysac.c
  14. mysac.c:24:25: error: mysql/mysql.h: No such file or directory
  15. mysac.c:25:29: error: mysql/my_global.h: No such file or directory
  16. In file included from mysac_decode_field.h:24,
  17. from mysac.c:27:
  18. mysac.h:30:26: error: mysql/errmsg.h: No such file or directory
  19. In file included from mysac_decode_field.h:24,
  20. from mysac.c:27:
  21. mysac.h:202: error: expected specifier-qualifier-list before ‘MYSQL_FIELD’
  22. mysac.h:211: error: field ‘type’ has incomplete type
  23. mysac.h:239: error: ‘SCRAMBLE_LENGTH’ undeclared here (not in a function)
  24. mysac.h: In function ‘mysac_fetch_row’:
  25. mysac.h:688: error: ‘MYSAC_RES’ has no member named ‘cr’
  26. mysac.h:689: error: ‘MYSAC_RES’ has no member named ‘cr’
  27. mysac.h:689: error: ‘MYSAC_RES’ has no member named ‘data’
  28. mysac.h:691: error: ‘MYSAC_RES’ has no member named ‘cr’
  29. mysac.h:691: error: ‘MYSAC_RES’ has no member named ‘cr’
  30. mysac.h:692: error: ‘MYSAC_RES’ has no member named ‘data’
  31. mysac.h:692: error: ‘MYSAC_RES’ has no member named ‘cr’
  32. mysac.h:693: error: ‘MYSAC_RES’ has no member named ‘cr’
  33. mysac.h:696: error: ‘MYSAC_RES’ has no member named ‘cr’
  34. cc1: warnings being treated as errors
  35. mysac.h:697: warning: control reaches end of non-void function
  36. mysac.h: In function ‘mysac_first_row’:
  37. mysac.h:705: error: ‘MYSAC_RES’ has no member named ‘cr’
  38. mysac.h: In function ‘mysac_cur_row’:
  39. mysac.h:713: error: ‘MYSAC_RES’ has no member named ‘cr’
  40. mysac.h:714: warning: control reaches end of non-void function
  41. In file included from mysac.c:27:
  42. mysac_decode_field.h: At top level:
  43. mysac_decode_field.h:39: error: expected declaration specifiers or ‘...’ before ‘MYSQL_FIELD’
  44. In file included from mysac.c:32:
  45. mysac_utils.h: In function ‘my_lcb_ll’:
  46. mysac_utils.h:135: warning: implicit declaration of function ‘uint2korr’
  47. mysac_utils.h:142: warning: implicit declaration of function ‘uint3korr’
  48. mysac_utils.h:149: warning: implicit declaration of function ‘uint8korr’
  49. mysac.c: At top level:
  50. mysac.c:42: error: ‘MYSQL_TYPE_DECIMAL’ undeclared here (not in a function)
  51. mysac.c:42: error: array index in initializer not of integer type
  52. mysac.c:42: error: (near initialization for ‘mysac_type’)
  53. mysac.c:43: error: ‘MYSQL_TYPE_TINY’ undeclared here (not in a function)
  54. mysac.c:43: error: array index in initializer not of integer type
  55. mysac.c:43: error: (near initialization for ‘mysac_type’)
  56. mysac.c:44: error: ‘MYSQL_TYPE_SHORT’ undeclared here (not in a function)
  57. mysac.c:44: error: array index in initializer not of integer type
  58. mysac.c:44: error: (near initialization for ‘mysac_type’)
  59. mysac.c:45: error: ‘MYSQL_TYPE_LONG’ undeclared here (not in a function)
  60. mysac.c:45: error: array index in initializer not of integer type
  61. mysac.c:45: error: (near initialization for ‘mysac_type’)
  62. mysac.c:46: error: ‘MYSQL_TYPE_FLOAT’ undeclared here (not in a function)
  63. mysac.c:46: error: array index in initializer not of integer type
  64. mysac.c:46: error: (near initialization for ‘mysac_type’)
  65. mysac.c:47: error: ‘MYSQL_TYPE_DOUBLE’ undeclared here (not in a function)
  66. mysac.c:47: error: array index in initializer not of integer type
  67. mysac.c:47: error: (near initialization for ‘mysac_type’)
  68. mysac.c:48: error: ‘MYSQL_TYPE_NULL’ undeclared here (not in a function)
  69. mysac.c:48: error: array index in initializer not of integer type
  70. mysac.c:48: error: (near initialization for ‘mysac_type’)
  71. mysac.c:49: error: ‘MYSQL_TYPE_TIMESTAMP’ undeclared here (not in a function)
  72. mysac.c:49: error: array index in initializer not of integer type
  73. mysac.c:49: error: (near initialization for ‘mysac_type’)
  74. mysac.c:50: error: ‘MYSQL_TYPE_LONGLONG’ undeclared here (not in a function)
  75. mysac.c:50: error: array index in initializer not of integer type
  76. mysac.c:50: error: (near initialization for ‘mysac_type’)
  77. mysac.c:51: error: ‘MYSQL_TYPE_INT24’ undeclared here (not in a function)
  78. mysac.c:51: error: array index in initializer not of integer type
  79. mysac.c:51: error: (near initialization for ‘mysac_type’)
  80. mysac.c:52: error: ‘MYSQL_TYPE_DATE’ undeclared here (not in a function)
  81. mysac.c:52: error: array index in initializer not of integer type
  82. mysac.c:52: error: (near initialization for ‘mysac_type’)
  83. mysac.c:53: error: ‘MYSQL_TYPE_TIME’ undeclared here (not in a function)
  84. mysac.c:53: error: array index in initializer not of integer type
  85. mysac.c:53: error: (near initialization for ‘mysac_type’)
  86. mysac.c:54: error: ‘MYSQL_TYPE_DATETIME’ undeclared here (not in a function)
  87. mysac.c:54: error: array index in initializer not of integer type
  88. mysac.c:54: error: (near initialization for ‘mysac_type’)
  89. mysac.c:55: error: ‘MYSQL_TYPE_YEAR’ undeclared here (not in a function)
  90. mysac.c:55: error: array index in initializer not of integer type
  91. mysac.c:55: error: (near initialization for ‘mysac_type’)
  92. mysac.c:56: error: ‘MYSQL_TYPE_NEWDATE’ undeclared here (not in a function)
  93. mysac.c:56: error: array index in initializer not of integer type
  94. mysac.c:56: error: (near initialization for ‘mysac_type’)
  95. mysac.c:57: error: ‘MYSQL_TYPE_VARCHAR’ undeclared here (not in a function)
  96. mysac.c:57: error: array index in initializer not of integer type
  97. mysac.c:57: error: (near initialization for ‘mysac_type’)
  98. mysac.c:58: error: ‘MYSQL_TYPE_BIT’ undeclared here (not in a function)
  99. mysac.c:58: error: array index in initializer not of integer type
  100. mysac.c:58: error: (near initialization for ‘mysac_type’)
  101. mysac.c:59: error: ‘MYSQL_TYPE_NEWDECIMAL’ undeclared here (not in a function)
  102. mysac.c:59: error: array index in initializer not of integer type
  103. mysac.c:59: error: (near initialization for ‘mysac_type’)
  104. mysac.c:60: error: ‘MYSQL_TYPE_ENUM’ undeclared here (not in a function)
  105. mysac.c:60: error: array index in initializer not of integer type
  106. mysac.c:60: error: (near initialization for ‘mysac_type’)
  107. mysac.c:61: error: ‘MYSQL_TYPE_SET’ undeclared here (not in a function)
  108. mysac.c:61: error: array index in initializer not of integer type
  109. mysac.c:61: error: (near initialization for ‘mysac_type’)
  110. mysac.c:62: error: ‘MYSQL_TYPE_TINY_BLOB’ undeclared here (not in a function)
  111. mysac.c:62: error: array index in initializer not of integer type
  112. mysac.c:62: error: (near initialization for ‘mysac_type’)
  113. mysac.c:63: error: ‘MYSQL_TYPE_MEDIUM_BLOB’ undeclared here (not in a function)
  114. mysac.c:63: error: array index in initializer not of integer type
  115. mysac.c:63: error: (near initialization for ‘mysac_type’)
  116. mysac.c:64: error: ‘MYSQL_TYPE_LONG_BLOB’ undeclared here (not in a function)
  117. mysac.c:64: error: array index in initializer not of integer type
  118. mysac.c:64: error: (near initialization for ‘mysac_type’)
  119. mysac.c:65: error: ‘MYSQL_TYPE_BLOB’ undeclared here (not in a function)
  120. mysac.c:65: error: array index in initializer not of integer type
  121. mysac.c:65: error: (near initialization for ‘mysac_type’)
  122. mysac.c:66: error: ‘MYSQL_TYPE_VAR_STRING’ undeclared here (not in a function)
  123. mysac.c:66: error: array index in initializer not of integer type
  124. mysac.c:66: error: (near initialization for ‘mysac_type’)
  125. mysac.c:67: error: ‘MYSQL_TYPE_STRING’ undeclared here (not in a function)
  126. mysac.c:67: error: array index in initializer not of integer type
  127. mysac.c:67: error: (near initialization for ‘mysac_type’)
  128. mysac.c:68: error: ‘MYSQL_TYPE_GEOMETRY’ undeclared here (not in a function)
  129. mysac.c:68: error: array index in initializer not of integer type
  130. mysac.c:68: error: (near initialization for ‘mysac_type’)
  131. mysac.c: In function ‘mysac_connect’:
  132. mysac.c:302: warning: implicit declaration of function ‘close’
  133. mysac.c:349: warning: implicit declaration of function ‘uint4korr’
  134. mysac.c:352: error: ‘SCRAMBLE_LENGTH_323’ undeclared (first use in this function)
  135. mysac.c:352: error: (Each undeclared identifier is reported only once
  136. mysac.c:352: error: for each function it appears in.)
  137. mysac.c:370: error: ‘PROTOCOL_VERSION’ undeclared (first use in this function)
  138. mysac.c:371: error: ‘CR_VERSION_ERROR’ undeclared (first use in this function)
  139. mysac.c:382: error: ‘CLIENT_LONG_PASSWORD’ undeclared (first use in this function)
  140. mysac.c:384: error: ‘CLIENT_LONG_FLAG’ undeclared (first use in this function)
  141. mysac.c:385: error: ‘CLIENT_PROTOCOL_41’ undeclared (first use in this function)
  142. mysac.c:386: error: ‘CLIENT_SECURE_CONNECTION’ undeclared (first use in this function)
  143. mysac.c:412: warning: implicit declaration of function ‘scramble’
  144. mysac.c:418: warning: implicit declaration of function ‘scramble_323’
  145. mysac.c:423: error: ‘CLIENT_CONNECT_WITH_DB’ undeclared (first use in this function)
  146. mysac.c: In function ‘mysac_set_database’:
  147. mysac.c:561: error: ‘COM_INIT_DB’ undeclared (first use in this function)
  148. mysac.c: In function ‘mysac_b_set_stmt_prepare’:
  149. mysac.c:664: error: ‘COM_STMT_PREPARE’ undeclared (first use in this function)
  150. mysac.c: In function ‘mysac_v_set_stmt_prepare’:
  151. mysac.c:699: error: ‘COM_STMT_PREPARE’ undeclared (first use in this function)
  152. mysac.c: In function ‘mysac_set_stmt_execute’:
  153. mysac.c:954: error: ‘COM_STMT_EXECUTE’ undeclared (first use in this function)
  154. mysac.c: In function ‘mysac_b_set_query’:
  155. mysac.c:1039: error: ‘COM_QUERY’ undeclared (first use in this function)
  156. mysac.c: In function ‘mysac_v_set_query’:
  157. mysac.c:1074: error: ‘COM_QUERY’ undeclared (first use in this function)
  158. mysac.c: In function ‘mysac_send_query’:
  159. mysac.c:1149: error: ‘MYSAC_RES’ has no member named ‘cols’
  160. mysac.c:1149: error: ‘MYSQL_FIELD’ undeclared (first use in this function)
  161. mysac.c:1149: error: expected expression before ‘)’ token
  162. mysac.c:1150: error: ‘MYSAC_RES’ has no member named ‘data’
  163. mysac.c:1186: error: ‘MYSAC_RES’ has no member named ‘cols’
  164. mysac.c:1186: error: expected expression before ‘)’ token
  165. mysac.c:1225: error: ‘MYSAC_RES’ has no member named ‘cols’
  166. mysac.c:1225: error: too many arguments to function ‘mysac_decode_field’
  167. mysac.c:1288: error: ‘MYSAC_RES’ has no member named ‘cr’
  168. mysac.c:1289: error: ‘MYSAC_RES’ has no member named ‘cr’
  169. mysac.c:1289: error: ‘MYSAC_RES’ has no member named ‘data’
  170. mysac.c:1293: error: ‘MYSAC_RES’ has no member named ‘cr’
  171. mysac.c:1297: error: ‘MYSAC_RES’ has no member named ‘cr’
  172. mysac.c:1302: error: ‘MYSAC_RES’ has no member named ‘cols’
  173. mysac.c:1314: error: ‘MYSAC_RES’ has no member named ‘cr’
  174. mysac.c:1317: error: ‘MYSAC_RES’ has no member named ‘cr’
  175. mysac.c:1317: error: ‘MYSAC_RES’ has no member named ‘cr’
  176. mysac.c:1317: error: ‘MYSAC_RES’ has no member named ‘cr’
  177. mysac.c:1317: error: ‘MYSAC_RES’ has no member named ‘cr’
  178. mysac.c:1362: error: ‘MYSAC_RES’ has no member named ‘cr’
  179. mysac.c:1363: error: ‘MYSAC_RES’ has no member named ‘cr’
  180. mysac.c:1387: error: ‘MYSAC_RES’ has no member named ‘cr’
  181. mysac.c:1405: error: ‘MYSAC_RES’ has no member named ‘cr’
  182. make[1]: *** [mysac.o] Error 1
  183. make: *** [build] Error 2
  184.  
  185. shell returned 2
Add Comment
Please, Sign In to add comment