Advertisement
Guest User

Untitled

a guest
Jan 29th, 2015
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 46.09 KB | None | 0 0
  1. langmon.c:262:6: warning: variable ‘error’ set but not used [-Wunused-but-set-variable]
  2. int error = 0;
  3. ^
  4. i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src -O2 -Wall -c lm_print.c
  5. lm_print.c: In function ‘data_output_main’:
  6. lm_print.c:248:8: warning: variable ‘err’ set but not used [-Wunused-but-set-variable]
  7. int err;
  8. ^
  9. i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src -O2 -Wall -c lm_status.c
  10. lm_status.c: In function ‘setup_bscc’:
  11. lm_status.c:248:11: warning: variable ‘bsccdf_err’ set but not used [-Wunused-but-set-variable]
  12. short bsccdf_err = 0;
  13. ^
  14. lm_status.c: In function ‘PreparePrint’:
  15. lm_status.c:519:8: warning: variable ‘i’ set but not used [-Wunused-but-set-variable]
  16. short i=0;
  17. ^
  18. i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src -O2 -Wall -c lm_sub.c
  19. lm_sub.c: In function ‘write_status_info’:
  20. lm_sub.c:830:26: warning: argument to ‘sizeof’ in ‘memset’ call is the same expression as the destination; did you mean to provide an explicit length? [-Wsizeof-pointer-memaccess]
  21. memset( buf, 0, sizeof(buf) );
  22. ^
  23. i686-pc-linux-gnu-gcc -O2 -Wall -L../../401/libs_bin32 -Wl,-O1 -Wl,--as-needed -o lgmon langmon.o lm_print.o lm_status.o lm_sub.o -lcnbpcnclapi401 libbscc2sts.a -lcnbpcmcm401 -lcnbpess401 -lcnbpcnclbjcmd401
  24. make[2]: Leaving directory '/var/tmp/portage/net-print/cnijfilter-drivers-3.80/work/cnijfilter-source-3.80-1/mp230/lgmon/src'
  25. Making all in include
  26. make[2]: Entering directory '/var/tmp/portage/net-print/cnijfilter-drivers-3.80/work/cnijfilter-source-3.80-1/mp230/lgmon/include'
  27. Making all in cncl
  28. make[3]: Entering directory '/var/tmp/portage/net-print/cnijfilter-drivers-3.80/work/cnijfilter-source-3.80-1/mp230/lgmon/include/cncl'
  29. make[3]: Nothing to be done for 'all'.
  30. make[3]: Leaving directory '/var/tmp/portage/net-print/cnijfilter-drivers-3.80/work/cnijfilter-source-3.80-1/mp230/lgmon/include/cncl'
  31. make[3]: Entering directory '/var/tmp/portage/net-print/cnijfilter-drivers-3.80/work/cnijfilter-source-3.80-1/mp230/lgmon/include'
  32. make[3]: Nothing to be done for 'all-am'.
  33. make[3]: Leaving directory '/var/tmp/portage/net-print/cnijfilter-drivers-3.80/work/cnijfilter-source-3.80-1/mp230/lgmon/include'
  34. make[2]: Leaving directory '/var/tmp/portage/net-print/cnijfilter-drivers-3.80/work/cnijfilter-source-3.80-1/mp230/lgmon/include'
  35. make[2]: Entering directory '/var/tmp/portage/net-print/cnijfilter-drivers-3.80/work/cnijfilter-source-3.80-1/mp230/lgmon'
  36. make[2]: Nothing to be done for 'all-am'.
  37. make[2]: Leaving directory '/var/tmp/portage/net-print/cnijfilter-drivers-3.80/work/cnijfilter-source-3.80-1/mp230/lgmon'
  38. make[1]: Leaving directory '/var/tmp/portage/net-print/cnijfilter-drivers-3.80/work/cnijfilter-source-3.80-1/mp230/lgmon'
  39. >>> Working in: mp230/cngpijmon
  40. make
  41. make all-recursive
  42. make[1]: Entering directory '/var/tmp/portage/net-print/cnijfilter-drivers-3.80/work/cnijfilter-source-3.80-1/mp230/cngpijmon'
  43. Making all in po
  44. make[2]: Entering directory '/var/tmp/portage/net-print/cnijfilter-drivers-3.80/work/cnijfilter-source-3.80-1/mp230/cngpijmon/po'
  45. file=./`echo ru | sed 's,.*/,,'`.gmo \
  46. && rm -f $file && /usr/bin/gmsgfmt -c -o $file ru.po
  47. ru.po:6: warning: header field 'Language' missing in header
  48. make[2]: Leaving directory '/var/tmp/portage/net-print/cnijfilter-drivers-3.80/work/cnijfilter-source-3.80-1/mp230/cngpijmon/po'
  49. Making all in src
  50. make[2]: Entering directory '/var/tmp/portage/net-print/cnijfilter-drivers-3.80/work/cnijfilter-source-3.80-1/mp230/cngpijmon/src'
  51. i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DUSE_LIB_GLASE -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -O2 -Wall -c bjcupsmon_main.c
  52. bjcupsmon_main.c: In function ‘initApplication’:
  53. bjcupsmon_main.c:374:15: warning: variable ‘Odev’ set but not used [-Wunused-but-set-variable]
  54. output_dev Odev;
  55. ^
  56. bjcupsmon_main.c: In function ‘updateUI’:
  57. bjcupsmon_main.c:679:10: warning: variable ‘retx’ set but not used [-Wunused-but-set-variable]
  58. int retx = 0;
  59. ^
  60. bjcupsmon_main.c:618:14: warning: variable ‘Odev’ set but not used [-Wunused-but-set-variable]
  61. output_dev Odev;
  62. ^
  63. i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DUSE_LIB_GLASE -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -O2 -Wall -c bjcupsmon_cups.c
  64. bjcupsmon_cups.c: In function ‘getProductName’:
  65. bjcupsmon_cups.c:120:33: warning: argument to ‘sizeof’ in ‘snprintf’ call is the same expression as the destination; did you mean to provide an explicit length? [-Wsizeof-pointer-memaccess]
  66. snprintf(pModelIDstr, sizeof(pModelIDstr), "%d", pPPD->model_number);
  67. ^
  68. bjcupsmon_cups.c: In function ‘checkPrinterState’:
  69. bjcupsmon_cups.c:219:11: error: dereferencing pointer to incomplete type
  70. pRequest->request.op.operation_id = IPP_GET_PRINTER_ATTRIBUTES;
  71. ^
  72. bjcupsmon_cups.c:220:11: error: dereferencing pointer to incomplete type
  73. pRequest->request.op.request_id = 1;
  74. ^
  75. bjcupsmon_cups.c:229:17: error: dereferencing pointer to incomplete type
  76. if (pResponse->request.status.status_code > IPP_OK_CONFLICT) {
  77. ^
  78. bjcupsmon_cups.c:234:44: error: dereferencing pointer to incomplete type
  79. printerState = (ipp_state_t)pAttribute->values[0].integer;
  80. ^
  81. bjcupsmon_cups.c: In function ‘getPrinterStatus’:
  82. bjcupsmon_cups.c:292:12: error: dereferencing pointer to incomplete type
  83. pRequest->request.op.operation_id = IPP_GET_PRINTER_ATTRIBUTES;
  84. ^
  85. bjcupsmon_cups.c:293:12: error: dereferencing pointer to incomplete type
  86. pRequest->request.op.request_id = 1;
  87. ^
  88. bjcupsmon_cups.c:302:18: error: dereferencing pointer to incomplete type
  89. if (pResponse->request.status.status_code > IPP_OK_CONFLICT) {
  90. ^
  91. bjcupsmon_cups.c:314:34: error: dereferencing pointer to incomplete type
  92. strncpy(pStatus, pAttribute->values[0].string.text, bufSize);
  93. ^
  94. bjcupsmon_cups.c: In function ‘removeJob’:
  95. bjcupsmon_cups.c:373:13: error: dereferencing pointer to incomplete type
  96. pRequest->request.op.operation_id = IPP_CANCEL_JOB;
  97. ^
  98. bjcupsmon_cups.c:374:13: error: dereferencing pointer to incomplete type
  99. pRequest->request.op.request_id = 1;
  100. ^
  101. bjcupsmon_cups.c:385:19: error: dereferencing pointer to incomplete type
  102. if (pResponse->request.status.status_code > IPP_OK_CONFLICT) {
  103. ^
  104. bjcupsmon_cups.c: In function ‘getJobID’:
  105. bjcupsmon_cups.c:448:11: error: dereferencing pointer to incomplete type
  106. pRequest->request.op.operation_id = IPP_GET_JOBS;
  107. ^
  108. bjcupsmon_cups.c:449:11: error: dereferencing pointer to incomplete type
  109. pRequest->request.op.request_id = 1;
  110. ^
  111. bjcupsmon_cups.c:460:17: error: dereferencing pointer to incomplete type
  112. if (pResponse->request.status.status_code > IPP_OK_CONFLICT) {
  113. ^
  114. bjcupsmon_cups.c:464:27: error: dereferencing pointer to incomplete type
  115. pAttribute = pResponse->attrs;
  116. ^
  117. bjcupsmon_cups.c:467:45: error: dereferencing pointer to incomplete type
  118. while (pAttribute != NULL && pAttribute->group_tag != IPP_TAG_JOB) {
  119. ^
  120. bjcupsmon_cups.c:468:30: error: dereferencing pointer to incomplete type
  121. pAttribute = pAttribute->next;
  122. ^
  123. bjcupsmon_cups.c:474:45: error: dereferencing pointer to incomplete type
  124. while (pAttribute != NULL && pAttribute->group_tag == IPP_TAG_JOB) {
  125. ^
  126. In file included from /usr/include/string.h:635:0,
  127. from /usr/include/cups/http.h:27,
  128. from /usr/include/cups/ipp.h:25,
  129. from /usr/include/cups/cups.h:34,
  130. from bjcupsmon_cups.c:21:
  131. bjcupsmon_cups.c:475:28: error: dereferencing pointer to incomplete type
  132. if (strcmp(pAttribute->name, "job-id") == 0 && pAttribute->value_tag == IPP_TAG_INTEGER) {
  133. ^
  134. bjcupsmon_cups.c:475:28: error: dereferencing pointer to incomplete type
  135. if (strcmp(pAttribute->name, "job-id") == 0 && pAttribute->value_tag == IPP_TAG_INTEGER) {
  136. ^
  137. bjcupsmon_cups.c:475:28: error: dereferencing pointer to incomplete type
  138. if (strcmp(pAttribute->name, "job-id") == 0 && pAttribute->value_tag == IPP_TAG_INTEGER) {
  139. ^
  140. bjcupsmon_cups.c:475:28: error: dereferencing pointer to incomplete type
  141. if (strcmp(pAttribute->name, "job-id") == 0 && pAttribute->value_tag == IPP_TAG_INTEGER) {
  142. ^
  143. bjcupsmon_cups.c:475:28: error: dereferencing pointer to incomplete type
  144. if (strcmp(pAttribute->name, "job-id") == 0 && pAttribute->value_tag == IPP_TAG_INTEGER) {
  145. ^
  146. bjcupsmon_cups.c:475:28: error: dereferencing pointer to incomplete type
  147. if (strcmp(pAttribute->name, "job-id") == 0 && pAttribute->value_tag == IPP_TAG_INTEGER) {
  148. ^
  149. bjcupsmon_cups.c:475:28: error: dereferencing pointer to incomplete type
  150. if (strcmp(pAttribute->name, "job-id") == 0 && pAttribute->value_tag == IPP_TAG_INTEGER) {
  151. ^
  152. bjcupsmon_cups.c:475:28: error: dereferencing pointer to incomplete type
  153. if (strcmp(pAttribute->name, "job-id") == 0 && pAttribute->value_tag == IPP_TAG_INTEGER) {
  154. ^
  155. bjcupsmon_cups.c:475:28: error: dereferencing pointer to incomplete type
  156. if (strcmp(pAttribute->name, "job-id") == 0 && pAttribute->value_tag == IPP_TAG_INTEGER) {
  157. ^
  158. bjcupsmon_cups.c:475:28: error: dereferencing pointer to incomplete type
  159. if (strcmp(pAttribute->name, "job-id") == 0 && pAttribute->value_tag == IPP_TAG_INTEGER) {
  160. ^
  161. bjcupsmon_cups.c:475:28: error: dereferencing pointer to incomplete type
  162. if (strcmp(pAttribute->name, "job-id") == 0 && pAttribute->value_tag == IPP_TAG_INTEGER) {
  163. ^
  164. bjcupsmon_cups.c:475:28: error: dereferencing pointer to incomplete type
  165. if (strcmp(pAttribute->name, "job-id") == 0 && pAttribute->value_tag == IPP_TAG_INTEGER) {
  166. ^
  167. bjcupsmon_cups.c:475:28: error: dereferencing pointer to incomplete type
  168. if (strcmp(pAttribute->name, "job-id") == 0 && pAttribute->value_tag == IPP_TAG_INTEGER) {
  169. ^
  170. bjcupsmon_cups.c:475:28: error: dereferencing pointer to incomplete type
  171. if (strcmp(pAttribute->name, "job-id") == 0 && pAttribute->value_tag == IPP_TAG_INTEGER) {
  172. ^
  173. bjcupsmon_cups.c:475:28: error: dereferencing pointer to incomplete type
  174. if (strcmp(pAttribute->name, "job-id") == 0 && pAttribute->value_tag == IPP_TAG_INTEGER) {
  175. ^
  176. bjcupsmon_cups.c:475:28: error: dereferencing pointer to incomplete type
  177. if (strcmp(pAttribute->name, "job-id") == 0 && pAttribute->value_tag == IPP_TAG_INTEGER) {
  178. ^
  179. bjcupsmon_cups.c:475:28: error: dereferencing pointer to incomplete type
  180. if (strcmp(pAttribute->name, "job-id") == 0 && pAttribute->value_tag == IPP_TAG_INTEGER) {
  181. ^
  182. bjcupsmon_cups.c:475:28: error: dereferencing pointer to incomplete type
  183. if (strcmp(pAttribute->name, "job-id") == 0 && pAttribute->value_tag == IPP_TAG_INTEGER) {
  184. ^
  185. bjcupsmon_cups.c:475:28: error: dereferencing pointer to incomplete type
  186. if (strcmp(pAttribute->name, "job-id") == 0 && pAttribute->value_tag == IPP_TAG_INTEGER) {
  187. ^
  188. bjcupsmon_cups.c:475:28: error: dereferencing pointer to incomplete type
  189. if (strcmp(pAttribute->name, "job-id") == 0 && pAttribute->value_tag == IPP_TAG_INTEGER) {
  190. ^
  191. bjcupsmon_cups.c:475:64: error: dereferencing pointer to incomplete type
  192. if (strcmp(pAttribute->name, "job-id") == 0 && pAttribute->value_tag == IPP_TAG_INTEGER) {
  193. ^
  194. bjcupsmon_cups.c:476:26: error: dereferencing pointer to incomplete type
  195. jobID = pAttribute->values[0].integer;
  196. ^
  197. In file included from /usr/include/string.h:635:0,
  198. from /usr/include/cups/http.h:27,
  199. from /usr/include/cups/ipp.h:25,
  200. from /usr/include/cups/cups.h:34,
  201. from bjcupsmon_cups.c:21:
  202. bjcupsmon_cups.c:478:28: error: dereferencing pointer to incomplete type
  203. if (strcmp(pAttribute->name, "job-state") == 0 && pAttribute->value_tag == IPP_TAG_ENUM) {
  204. ^
  205. bjcupsmon_cups.c:478:28: error: dereferencing pointer to incomplete type
  206. if (strcmp(pAttribute->name, "job-state") == 0 && pAttribute->value_tag == IPP_TAG_ENUM) {
  207. ^
  208. bjcupsmon_cups.c:478:28: error: dereferencing pointer to incomplete type
  209. if (strcmp(pAttribute->name, "job-state") == 0 && pAttribute->value_tag == IPP_TAG_ENUM) {
  210. ^
  211. bjcupsmon_cups.c:478:28: error: dereferencing pointer to incomplete type
  212. if (strcmp(pAttribute->name, "job-state") == 0 && pAttribute->value_tag == IPP_TAG_ENUM) {
  213. ^
  214. bjcupsmon_cups.c:478:28: error: dereferencing pointer to incomplete type
  215. if (strcmp(pAttribute->name, "job-state") == 0 && pAttribute->value_tag == IPP_TAG_ENUM) {
  216. ^
  217. bjcupsmon_cups.c:478:28: error: dereferencing pointer to incomplete type
  218. if (strcmp(pAttribute->name, "job-state") == 0 && pAttribute->value_tag == IPP_TAG_ENUM) {
  219. ^
  220. bjcupsmon_cups.c:478:28: error: dereferencing pointer to incomplete type
  221. if (strcmp(pAttribute->name, "job-state") == 0 && pAttribute->value_tag == IPP_TAG_ENUM) {
  222. ^
  223. bjcupsmon_cups.c:478:28: error: dereferencing pointer to incomplete type
  224. if (strcmp(pAttribute->name, "job-state") == 0 && pAttribute->value_tag == IPP_TAG_ENUM) {
  225. ^
  226. bjcupsmon_cups.c:478:28: error: dereferencing pointer to incomplete type
  227. if (strcmp(pAttribute->name, "job-state") == 0 && pAttribute->value_tag == IPP_TAG_ENUM) {
  228. ^
  229. bjcupsmon_cups.c:478:28: error: dereferencing pointer to incomplete type
  230. if (strcmp(pAttribute->name, "job-state") == 0 && pAttribute->value_tag == IPP_TAG_ENUM) {
  231. ^
  232. bjcupsmon_cups.c:478:28: error: dereferencing pointer to incomplete type
  233. if (strcmp(pAttribute->name, "job-state") == 0 && pAttribute->value_tag == IPP_TAG_ENUM) {
  234. ^
  235. bjcupsmon_cups.c:478:28: error: dereferencing pointer to incomplete type
  236. if (strcmp(pAttribute->name, "job-state") == 0 && pAttribute->value_tag == IPP_TAG_ENUM) {
  237. ^
  238. bjcupsmon_cups.c:478:28: error: dereferencing pointer to incomplete type
  239. if (strcmp(pAttribute->name, "job-state") == 0 && pAttribute->value_tag == IPP_TAG_ENUM) {
  240. ^
  241. bjcupsmon_cups.c:478:28: error: dereferencing pointer to incomplete type
  242. if (strcmp(pAttribute->name, "job-state") == 0 && pAttribute->value_tag == IPP_TAG_ENUM) {
  243. ^
  244. bjcupsmon_cups.c:478:28: error: dereferencing pointer to incomplete type
  245. if (strcmp(pAttribute->name, "job-state") == 0 && pAttribute->value_tag == IPP_TAG_ENUM) {
  246. ^
  247. bjcupsmon_cups.c:478:28: error: dereferencing pointer to incomplete type
  248. if (strcmp(pAttribute->name, "job-state") == 0 && pAttribute->value_tag == IPP_TAG_ENUM) {
  249. ^
  250. bjcupsmon_cups.c:478:28: error: dereferencing pointer to incomplete type
  251. if (strcmp(pAttribute->name, "job-state") == 0 && pAttribute->value_tag == IPP_TAG_ENUM) {
  252. ^
  253. bjcupsmon_cups.c:478:28: error: dereferencing pointer to incomplete type
  254. if (strcmp(pAttribute->name, "job-state") == 0 && pAttribute->value_tag == IPP_TAG_ENUM) {
  255. ^
  256. bjcupsmon_cups.c:478:28: error: dereferencing pointer to incomplete type
  257. if (strcmp(pAttribute->name, "job-state") == 0 && pAttribute->value_tag == IPP_TAG_ENUM) {
  258. ^
  259. bjcupsmon_cups.c:478:28: error: dereferencing pointer to incomplete type
  260. if (strcmp(pAttribute->name, "job-state") == 0 && pAttribute->value_tag == IPP_TAG_ENUM) {
  261. ^
  262. bjcupsmon_cups.c:478:67: error: dereferencing pointer to incomplete type
  263. if (strcmp(pAttribute->name, "job-state") == 0 && pAttribute->value_tag == IPP_TAG_ENUM) {
  264. ^
  265. bjcupsmon_cups.c:479:43: error: dereferencing pointer to incomplete type
  266. jobState = (ipp_jstate_t)pAttribute->values[0].integer;
  267. ^
  268. In file included from /usr/include/string.h:635:0,
  269. from /usr/include/cups/http.h:27,
  270. from /usr/include/cups/ipp.h:25,
  271. from /usr/include/cups/cups.h:34,
  272. from bjcupsmon_cups.c:21:
  273. bjcupsmon_cups.c:481:28: error: dereferencing pointer to incomplete type
  274. if (strcmp(pAttribute->name, "job-originating-user-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
  275. ^
  276. bjcupsmon_cups.c:481:28: error: dereferencing pointer to incomplete type
  277. if (strcmp(pAttribute->name, "job-originating-user-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
  278. ^
  279. bjcupsmon_cups.c:481:28: error: dereferencing pointer to incomplete type
  280. if (strcmp(pAttribute->name, "job-originating-user-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
  281. ^
  282. bjcupsmon_cups.c:481:28: error: dereferencing pointer to incomplete type
  283. if (strcmp(pAttribute->name, "job-originating-user-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
  284. ^
  285. bjcupsmon_cups.c:481:28: error: dereferencing pointer to incomplete type
  286. if (strcmp(pAttribute->name, "job-originating-user-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
  287. ^
  288. bjcupsmon_cups.c:481:28: error: dereferencing pointer to incomplete type
  289. if (strcmp(pAttribute->name, "job-originating-user-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
  290. ^
  291. bjcupsmon_cups.c:481:28: error: dereferencing pointer to incomplete type
  292. if (strcmp(pAttribute->name, "job-originating-user-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
  293. ^
  294. bjcupsmon_cups.c:481:28: error: dereferencing pointer to incomplete type
  295. if (strcmp(pAttribute->name, "job-originating-user-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
  296. ^
  297. bjcupsmon_cups.c:481:28: error: dereferencing pointer to incomplete type
  298. if (strcmp(pAttribute->name, "job-originating-user-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
  299. ^
  300. bjcupsmon_cups.c:481:28: error: dereferencing pointer to incomplete type
  301. if (strcmp(pAttribute->name, "job-originating-user-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
  302. ^
  303. bjcupsmon_cups.c:481:28: error: dereferencing pointer to incomplete type
  304. if (strcmp(pAttribute->name, "job-originating-user-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
  305. ^
  306. bjcupsmon_cups.c:481:28: error: dereferencing pointer to incomplete type
  307. if (strcmp(pAttribute->name, "job-originating-user-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
  308. ^
  309. bjcupsmon_cups.c:481:28: error: dereferencing pointer to incomplete type
  310. if (strcmp(pAttribute->name, "job-originating-user-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
  311. ^
  312. bjcupsmon_cups.c:481:28: error: dereferencing pointer to incomplete type
  313. if (strcmp(pAttribute->name, "job-originating-user-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
  314. ^
  315. bjcupsmon_cups.c:481:28: error: dereferencing pointer to incomplete type
  316. if (strcmp(pAttribute->name, "job-originating-user-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
  317. ^
  318. bjcupsmon_cups.c:481:28: error: dereferencing pointer to incomplete type
  319. if (strcmp(pAttribute->name, "job-originating-user-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
  320. ^
  321. bjcupsmon_cups.c:481:28: error: dereferencing pointer to incomplete type
  322. if (strcmp(pAttribute->name, "job-originating-user-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
  323. ^
  324. bjcupsmon_cups.c:481:28: error: dereferencing pointer to incomplete type
  325. if (strcmp(pAttribute->name, "job-originating-user-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
  326. ^
  327. bjcupsmon_cups.c:481:28: error: dereferencing pointer to incomplete type
  328. if (strcmp(pAttribute->name, "job-originating-user-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
  329. ^
  330. bjcupsmon_cups.c:481:28: error: dereferencing pointer to incomplete type
  331. if (strcmp(pAttribute->name, "job-originating-user-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
  332. ^
  333. bjcupsmon_cups.c:481:83: error: dereferencing pointer to incomplete type
  334. if (strcmp(pAttribute->name, "job-originating-user-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
  335. ^
  336. bjcupsmon_cups.c:482:33: error: dereferencing pointer to incomplete type
  337. pJobUserName = pAttribute->values[0].string.text;
  338. ^
  339. bjcupsmon_cups.c:484:30: error: dereferencing pointer to incomplete type
  340. pAttribute = pAttribute->next;
  341. ^
  342. bjcupsmon_cups.c:501:30: error: dereferencing pointer to incomplete type
  343. pAttribute = pAttribute->next;
  344. ^
  345. bjcupsmon_cups.c: In function ‘getPrinterURI’:
  346. bjcupsmon_cups.c:559:11: error: dereferencing pointer to incomplete type
  347. pRequest->request.op.operation_id = CUPS_GET_PRINTERS;
  348. ^
  349. bjcupsmon_cups.c:560:11: error: dereferencing pointer to incomplete type
  350. pRequest->request.op.request_id = 1;
  351. ^
  352. bjcupsmon_cups.c:569:17: error: dereferencing pointer to incomplete type
  353. if (pResponse->request.status.status_code > IPP_OK_CONFLICT) {
  354. ^
  355. bjcupsmon_cups.c:573:27: error: dereferencing pointer to incomplete type
  356. pAttribute = pResponse->attrs;
  357. ^
  358. bjcupsmon_cups.c:576:45: error: dereferencing pointer to incomplete type
  359. while (pAttribute != NULL && pAttribute->group_tag != IPP_TAG_PRINTER) {
  360. ^
  361. bjcupsmon_cups.c:577:30: error: dereferencing pointer to incomplete type
  362. pAttribute = pAttribute->next;
  363. ^
  364. bjcupsmon_cups.c:583:45: error: dereferencing pointer to incomplete type
  365. while (pAttribute != NULL && pAttribute->group_tag == IPP_TAG_PRINTER) {
  366. ^
  367. In file included from /usr/include/string.h:635:0,
  368. from /usr/include/cups/http.h:27,
  369. from /usr/include/cups/ipp.h:25,
  370. from /usr/include/cups/cups.h:34,
  371. from bjcupsmon_cups.c:21:
  372. bjcupsmon_cups.c:584:28: error: dereferencing pointer to incomplete type
  373. if (strcmp(pAttribute->name, "printer-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
  374. ^
  375. bjcupsmon_cups.c:584:28: error: dereferencing pointer to incomplete type
  376. if (strcmp(pAttribute->name, "printer-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
  377. ^
  378. bjcupsmon_cups.c:584:28: error: dereferencing pointer to incomplete type
  379. if (strcmp(pAttribute->name, "printer-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
  380. ^
  381. bjcupsmon_cups.c:584:28: error: dereferencing pointer to incomplete type
  382. if (strcmp(pAttribute->name, "printer-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
  383. ^
  384. bjcupsmon_cups.c:584:28: error: dereferencing pointer to incomplete type
  385. if (strcmp(pAttribute->name, "printer-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
  386. ^
  387. bjcupsmon_cups.c:584:28: error: dereferencing pointer to incomplete type
  388. if (strcmp(pAttribute->name, "printer-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
  389. ^
  390. bjcupsmon_cups.c:584:28: error: dereferencing pointer to incomplete type
  391. if (strcmp(pAttribute->name, "printer-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
  392. ^
  393. bjcupsmon_cups.c:584:28: error: dereferencing pointer to incomplete type
  394. if (strcmp(pAttribute->name, "printer-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
  395. ^
  396. bjcupsmon_cups.c:584:28: error: dereferencing pointer to incomplete type
  397. if (strcmp(pAttribute->name, "printer-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
  398. ^
  399. bjcupsmon_cups.c:584:28: error: dereferencing pointer to incomplete type
  400. if (strcmp(pAttribute->name, "printer-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
  401. ^
  402. bjcupsmon_cups.c:584:28: error: dereferencing pointer to incomplete type
  403. if (strcmp(pAttribute->name, "printer-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
  404. ^
  405. bjcupsmon_cups.c:584:28: error: dereferencing pointer to incomplete type
  406. if (strcmp(pAttribute->name, "printer-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
  407. ^
  408. bjcupsmon_cups.c:584:28: error: dereferencing pointer to incomplete type
  409. if (strcmp(pAttribute->name, "printer-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
  410. ^
  411. bjcupsmon_cups.c:584:28: error: dereferencing pointer to incomplete type
  412. if (strcmp(pAttribute->name, "printer-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
  413. ^
  414. bjcupsmon_cups.c:584:28: error: dereferencing pointer to incomplete type
  415. if (strcmp(pAttribute->name, "printer-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
  416. ^
  417. bjcupsmon_cups.c:584:28: error: dereferencing pointer to incomplete type
  418. if (strcmp(pAttribute->name, "printer-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
  419. ^
  420. bjcupsmon_cups.c:584:28: error: dereferencing pointer to incomplete type
  421. if (strcmp(pAttribute->name, "printer-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
  422. ^
  423. bjcupsmon_cups.c:584:28: error: dereferencing pointer to incomplete type
  424. if (strcmp(pAttribute->name, "printer-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
  425. ^
  426. bjcupsmon_cups.c:584:28: error: dereferencing pointer to incomplete type
  427. if (strcmp(pAttribute->name, "printer-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
  428. ^
  429. bjcupsmon_cups.c:584:28: error: dereferencing pointer to incomplete type
  430. if (strcmp(pAttribute->name, "printer-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
  431. ^
  432. bjcupsmon_cups.c:584:70: error: dereferencing pointer to incomplete type
  433. if (strcmp(pAttribute->name, "printer-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
  434. ^
  435. bjcupsmon_cups.c:585:29: error: dereferencing pointer to incomplete type
  436. pPrinter = pAttribute->values[0].string.text;
  437. ^
  438. In file included from /usr/include/string.h:635:0,
  439. from /usr/include/cups/http.h:27,
  440. from /usr/include/cups/ipp.h:25,
  441. from /usr/include/cups/cups.h:34,
  442. from bjcupsmon_cups.c:21:
  443. bjcupsmon_cups.c:587:28: error: dereferencing pointer to incomplete type
  444. if (strcmp(pAttribute->name, "printer-uri-supported") == 0 && pAttribute->value_tag == IPP_TAG_URI) {
  445. ^
  446. bjcupsmon_cups.c:587:28: error: dereferencing pointer to incomplete type
  447. if (strcmp(pAttribute->name, "printer-uri-supported") == 0 && pAttribute->value_tag == IPP_TAG_URI) {
  448. ^
  449. bjcupsmon_cups.c:587:28: error: dereferencing pointer to incomplete type
  450. if (strcmp(pAttribute->name, "printer-uri-supported") == 0 && pAttribute->value_tag == IPP_TAG_URI) {
  451. ^
  452. bjcupsmon_cups.c:587:28: error: dereferencing pointer to incomplete type
  453. if (strcmp(pAttribute->name, "printer-uri-supported") == 0 && pAttribute->value_tag == IPP_TAG_URI) {
  454. ^
  455. bjcupsmon_cups.c:587:28: error: dereferencing pointer to incomplete type
  456. if (strcmp(pAttribute->name, "printer-uri-supported") == 0 && pAttribute->value_tag == IPP_TAG_URI) {
  457. ^
  458. bjcupsmon_cups.c:587:28: error: dereferencing pointer to incomplete type
  459. if (strcmp(pAttribute->name, "printer-uri-supported") == 0 && pAttribute->value_tag == IPP_TAG_URI) {
  460. ^
  461. bjcupsmon_cups.c:587:28: error: dereferencing pointer to incomplete type
  462. if (strcmp(pAttribute->name, "printer-uri-supported") == 0 && pAttribute->value_tag == IPP_TAG_URI) {
  463. ^
  464. bjcupsmon_cups.c:587:28: error: dereferencing pointer to incomplete type
  465. if (strcmp(pAttribute->name, "printer-uri-supported") == 0 && pAttribute->value_tag == IPP_TAG_URI) {
  466. ^
  467. bjcupsmon_cups.c:587:28: error: dereferencing pointer to incomplete type
  468. if (strcmp(pAttribute->name, "printer-uri-supported") == 0 && pAttribute->value_tag == IPP_TAG_URI) {
  469. ^
  470. bjcupsmon_cups.c:587:28: error: dereferencing pointer to incomplete type
  471. if (strcmp(pAttribute->name, "printer-uri-supported") == 0 && pAttribute->value_tag == IPP_TAG_URI) {
  472. ^
  473. bjcupsmon_cups.c:587:28: error: dereferencing pointer to incomplete type
  474. if (strcmp(pAttribute->name, "printer-uri-supported") == 0 && pAttribute->value_tag == IPP_TAG_URI) {
  475. ^
  476. bjcupsmon_cups.c:587:28: error: dereferencing pointer to incomplete type
  477. if (strcmp(pAttribute->name, "printer-uri-supported") == 0 && pAttribute->value_tag == IPP_TAG_URI) {
  478. ^
  479. bjcupsmon_cups.c:587:28: error: dereferencing pointer to incomplete type
  480. if (strcmp(pAttribute->name, "printer-uri-supported") == 0 && pAttribute->value_tag == IPP_TAG_URI) {
  481. ^
  482. bjcupsmon_cups.c:587:28: error: dereferencing pointer to incomplete type
  483. if (strcmp(pAttribute->name, "printer-uri-supported") == 0 && pAttribute->value_tag == IPP_TAG_URI) {
  484. ^
  485. bjcupsmon_cups.c:587:28: error: dereferencing pointer to incomplete type
  486. if (strcmp(pAttribute->name, "printer-uri-supported") == 0 && pAttribute->value_tag == IPP_TAG_URI) {
  487. ^
  488. bjcupsmon_cups.c:587:28: error: dereferencing pointer to incomplete type
  489. if (strcmp(pAttribute->name, "printer-uri-supported") == 0 && pAttribute->value_tag == IPP_TAG_URI) {
  490. ^
  491. bjcupsmon_cups.c:587:28: error: dereferencing pointer to incomplete type
  492. if (strcmp(pAttribute->name, "printer-uri-supported") == 0 && pAttribute->value_tag == IPP_TAG_URI) {
  493. ^
  494. bjcupsmon_cups.c:587:28: error: dereferencing pointer to incomplete type
  495. if (strcmp(pAttribute->name, "printer-uri-supported") == 0 && pAttribute->value_tag == IPP_TAG_URI) {
  496. ^
  497. bjcupsmon_cups.c:587:28: error: dereferencing pointer to incomplete type
  498. if (strcmp(pAttribute->name, "printer-uri-supported") == 0 && pAttribute->value_tag == IPP_TAG_URI) {
  499. ^
  500. bjcupsmon_cups.c:587:28: error: dereferencing pointer to incomplete type
  501. if (strcmp(pAttribute->name, "printer-uri-supported") == 0 && pAttribute->value_tag == IPP_TAG_URI) {
  502. ^
  503. bjcupsmon_cups.c:587:79: error: dereferencing pointer to incomplete type
  504. if (strcmp(pAttribute->name, "printer-uri-supported") == 0 && pAttribute->value_tag == IPP_TAG_URI) {
  505. ^
  506. bjcupsmon_cups.c:588:25: error: dereferencing pointer to incomplete type
  507. pUri = pAttribute->values[0].string.text;
  508. ^
  509. bjcupsmon_cups.c:590:30: error: dereferencing pointer to incomplete type
  510. pAttribute = pAttribute->next;
  511. ^
  512. bjcupsmon_cups.c:607:31: error: dereferencing pointer to incomplete type
  513. pAttribute = pAttribute->next;
  514. ^
  515. bjcupsmon_cups.c: In function ‘getDeviceURI’:
  516. bjcupsmon_cups.c:662:11: error: dereferencing pointer to incomplete type
  517. pRequest->request.op.operation_id = CUPS_GET_PRINTERS;
  518. ^
  519. bjcupsmon_cups.c:663:11: error: dereferencing pointer to incomplete type
  520. pRequest->request.op.request_id = 1;
  521. ^
  522. bjcupsmon_cups.c:672:17: error: dereferencing pointer to incomplete type
  523. if (pResponse->request.status.status_code > IPP_OK_CONFLICT) {
  524. ^
  525. bjcupsmon_cups.c:676:27: error: dereferencing pointer to incomplete type
  526. pAttribute = pResponse->attrs;
  527. ^
  528. bjcupsmon_cups.c:679:45: error: dereferencing pointer to incomplete type
  529. while (pAttribute != NULL && pAttribute->group_tag != IPP_TAG_PRINTER) {
  530. ^
  531. bjcupsmon_cups.c:680:30: error: dereferencing pointer to incomplete type
  532. pAttribute = pAttribute->next;
  533. ^
  534. bjcupsmon_cups.c:686:45: error: dereferencing pointer to incomplete type
  535. while (pAttribute != NULL && pAttribute->group_tag == IPP_TAG_PRINTER) {
  536. ^
  537. In file included from /usr/include/string.h:635:0,
  538. from /usr/include/cups/http.h:27,
  539. from /usr/include/cups/ipp.h:25,
  540. from /usr/include/cups/cups.h:34,
  541. from bjcupsmon_cups.c:21:
  542. bjcupsmon_cups.c:687:28: error: dereferencing pointer to incomplete type
  543. if (strcmp(pAttribute->name, "printer-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
  544. ^
  545. bjcupsmon_cups.c:687:28: error: dereferencing pointer to incomplete type
  546. if (strcmp(pAttribute->name, "printer-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
  547. ^
  548. bjcupsmon_cups.c:687:28: error: dereferencing pointer to incomplete type
  549. if (strcmp(pAttribute->name, "printer-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
  550. ^
  551. bjcupsmon_cups.c:687:28: error: dereferencing pointer to incomplete type
  552. if (strcmp(pAttribute->name, "printer-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
  553. ^
  554. bjcupsmon_cups.c:687:28: error: dereferencing pointer to incomplete type
  555. if (strcmp(pAttribute->name, "printer-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
  556. ^
  557. bjcupsmon_cups.c:687:28: error: dereferencing pointer to incomplete type
  558. if (strcmp(pAttribute->name, "printer-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
  559. ^
  560. bjcupsmon_cups.c:687:28: error: dereferencing pointer to incomplete type
  561. if (strcmp(pAttribute->name, "printer-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
  562. ^
  563. bjcupsmon_cups.c:687:28: error: dereferencing pointer to incomplete type
  564. if (strcmp(pAttribute->name, "printer-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
  565. ^
  566. bjcupsmon_cups.c:687:28: error: dereferencing pointer to incomplete type
  567. if (strcmp(pAttribute->name, "printer-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
  568. ^
  569. bjcupsmon_cups.c:687:28: error: dereferencing pointer to incomplete type
  570. if (strcmp(pAttribute->name, "printer-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
  571. ^
  572. bjcupsmon_cups.c:687:28: error: dereferencing pointer to incomplete type
  573. if (strcmp(pAttribute->name, "printer-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
  574. ^
  575. bjcupsmon_cups.c:687:28: error: dereferencing pointer to incomplete type
  576. if (strcmp(pAttribute->name, "printer-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
  577. ^
  578. bjcupsmon_cups.c:687:28: error: dereferencing pointer to incomplete type
  579. if (strcmp(pAttribute->name, "printer-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
  580. ^
  581. bjcupsmon_cups.c:687:28: error: dereferencing pointer to incomplete type
  582. if (strcmp(pAttribute->name, "printer-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
  583. ^
  584. bjcupsmon_cups.c:687:28: error: dereferencing pointer to incomplete type
  585. if (strcmp(pAttribute->name, "printer-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
  586. ^
  587. bjcupsmon_cups.c:687:28: error: dereferencing pointer to incomplete type
  588. if (strcmp(pAttribute->name, "printer-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
  589. ^
  590. bjcupsmon_cups.c:687:28: error: dereferencing pointer to incomplete type
  591. if (strcmp(pAttribute->name, "printer-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
  592. ^
  593. bjcupsmon_cups.c:687:28: error: dereferencing pointer to incomplete type
  594. if (strcmp(pAttribute->name, "printer-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
  595. ^
  596. bjcupsmon_cups.c:687:28: error: dereferencing pointer to incomplete type
  597. if (strcmp(pAttribute->name, "printer-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
  598. ^
  599. bjcupsmon_cups.c:687:28: error: dereferencing pointer to incomplete type
  600. if (strcmp(pAttribute->name, "printer-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
  601. ^
  602. bjcupsmon_cups.c:687:70: error: dereferencing pointer to incomplete type
  603. if (strcmp(pAttribute->name, "printer-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
  604. ^
  605. bjcupsmon_cups.c:688:29: error: dereferencing pointer to incomplete type
  606. pPrinter = pAttribute->values[0].string.text;
  607. ^
  608. In file included from /usr/include/string.h:635:0,
  609. from /usr/include/cups/http.h:27,
  610. from /usr/include/cups/ipp.h:25,
  611. from /usr/include/cups/cups.h:34,
  612. from bjcupsmon_cups.c:21:
  613. bjcupsmon_cups.c:690:28: error: dereferencing pointer to incomplete type
  614. if (strcmp(pAttribute->name, "device-uri") == 0 && pAttribute->value_tag == IPP_TAG_URI) {
  615. ^
  616. bjcupsmon_cups.c:690:28: error: dereferencing pointer to incomplete type
  617. if (strcmp(pAttribute->name, "device-uri") == 0 && pAttribute->value_tag == IPP_TAG_URI) {
  618. ^
  619. bjcupsmon_cups.c:690:28: error: dereferencing pointer to incomplete type
  620. if (strcmp(pAttribute->name, "device-uri") == 0 && pAttribute->value_tag == IPP_TAG_URI) {
  621. ^
  622. bjcupsmon_cups.c:690:28: error: dereferencing pointer to incomplete type
  623. if (strcmp(pAttribute->name, "device-uri") == 0 && pAttribute->value_tag == IPP_TAG_URI) {
  624. ^
  625. bjcupsmon_cups.c:690:28: error: dereferencing pointer to incomplete type
  626. if (strcmp(pAttribute->name, "device-uri") == 0 && pAttribute->value_tag == IPP_TAG_URI) {
  627. ^
  628. bjcupsmon_cups.c:690:28: error: dereferencing pointer to incomplete type
  629. if (strcmp(pAttribute->name, "device-uri") == 0 && pAttribute->value_tag == IPP_TAG_URI) {
  630. ^
  631. bjcupsmon_cups.c:690:28: error: dereferencing pointer to incomplete type
  632. if (strcmp(pAttribute->name, "device-uri") == 0 && pAttribute->value_tag == IPP_TAG_URI) {
  633. ^
  634. bjcupsmon_cups.c:690:28: error: dereferencing pointer to incomplete type
  635. if (strcmp(pAttribute->name, "device-uri") == 0 && pAttribute->value_tag == IPP_TAG_URI) {
  636. ^
  637. bjcupsmon_cups.c:690:28: error: dereferencing pointer to incomplete type
  638. if (strcmp(pAttribute->name, "device-uri") == 0 && pAttribute->value_tag == IPP_TAG_URI) {
  639. ^
  640. bjcupsmon_cups.c:690:28: error: dereferencing pointer to incomplete type
  641. if (strcmp(pAttribute->name, "device-uri") == 0 && pAttribute->value_tag == IPP_TAG_URI) {
  642. ^
  643. bjcupsmon_cups.c:690:28: error: dereferencing pointer to incomplete type
  644. if (strcmp(pAttribute->name, "device-uri") == 0 && pAttribute->value_tag == IPP_TAG_URI) {
  645. ^
  646. bjcupsmon_cups.c:690:28: error: dereferencing pointer to incomplete type
  647. if (strcmp(pAttribute->name, "device-uri") == 0 && pAttribute->value_tag == IPP_TAG_URI) {
  648. ^
  649. bjcupsmon_cups.c:690:28: error: dereferencing pointer to incomplete type
  650. if (strcmp(pAttribute->name, "device-uri") == 0 && pAttribute->value_tag == IPP_TAG_URI) {
  651. ^
  652. bjcupsmon_cups.c:690:28: error: dereferencing pointer to incomplete type
  653. if (strcmp(pAttribute->name, "device-uri") == 0 && pAttribute->value_tag == IPP_TAG_URI) {
  654. ^
  655. bjcupsmon_cups.c:690:28: error: dereferencing pointer to incomplete type
  656. if (strcmp(pAttribute->name, "device-uri") == 0 && pAttribute->value_tag == IPP_TAG_URI) {
  657. ^
  658. bjcupsmon_cups.c:690:28: error: dereferencing pointer to incomplete type
  659. if (strcmp(pAttribute->name, "device-uri") == 0 && pAttribute->value_tag == IPP_TAG_URI) {
  660. ^
  661. bjcupsmon_cups.c:690:28: error: dereferencing pointer to incomplete type
  662. if (strcmp(pAttribute->name, "device-uri") == 0 && pAttribute->value_tag == IPP_TAG_URI) {
  663. ^
  664. bjcupsmon_cups.c:690:28: error: dereferencing pointer to incomplete type
  665. if (strcmp(pAttribute->name, "device-uri") == 0 && pAttribute->value_tag == IPP_TAG_URI) {
  666. ^
  667. bjcupsmon_cups.c:690:28: error: dereferencing pointer to incomplete type
  668. if (strcmp(pAttribute->name, "device-uri") == 0 && pAttribute->value_tag == IPP_TAG_URI) {
  669. ^
  670. bjcupsmon_cups.c:690:28: error: dereferencing pointer to incomplete type
  671. if (strcmp(pAttribute->name, "device-uri") == 0 && pAttribute->value_tag == IPP_TAG_URI) {
  672. ^
  673. bjcupsmon_cups.c:690:68: error: dereferencing pointer to incomplete type
  674. if (strcmp(pAttribute->name, "device-uri") == 0 && pAttribute->value_tag == IPP_TAG_URI) {
  675. ^
  676. bjcupsmon_cups.c:691:26: error: dereferencing pointer to incomplete type
  677. pDUri = pAttribute->values[0].string.text;
  678. ^
  679. bjcupsmon_cups.c:693:30: error: dereferencing pointer to incomplete type
  680. pAttribute = pAttribute->next;
  681. ^
  682. bjcupsmon_cups.c:702:31: error: dereferencing pointer to incomplete type
  683. pAttribute = pAttribute->next;
  684. ^
  685. Makefile:392: recipe for target 'bjcupsmon_cups.o' failed
  686. make[2]: *** [bjcupsmon_cups.o] Error 1
  687. make[2]: Leaving directory '/var/tmp/portage/net-print/cnijfilter-drivers-3.80/work/cnijfilter-source-3.80-1/mp230/cngpijmon/src'
  688. Makefile:363: recipe for target 'all-recursive' failed
  689. make[1]: *** [all-recursive] Error 1
  690. make[1]: Leaving directory '/var/tmp/portage/net-print/cnijfilter-drivers-3.80/work/cnijfilter-source-3.80-1/mp230/cngpijmon'
  691. Makefile:303: recipe for target 'all' failed
  692. make: *** [all] Error 2
  693. * ERROR: net-print/cnijfilter-drivers-3.80::ovr failed (compile phase):
  694. * emake failed
  695. *
  696. * If you need support, post the output of `emerge --info '=net-print/cnijfilter-drivers-3.80::ovr'`,
  697. * the complete build log and the output of `emerge -pqv '=net-print/cnijfilter-drivers-3.80::ovr'`.
  698. * The complete build log is located at '/var/tmp/portage/net-print/cnijfilter-drivers-3.80/temp/build.log'.
  699. * The ebuild environment file is located at '/var/tmp/portage/net-print/cnijfilter-drivers-3.80/temp/environment'.
  700. * Working directory: '/var/tmp/portage/net-print/cnijfilter-drivers-3.80/work/cnijfilter-source-3.80-1/mp230/cngpijmon'
  701. * S: '/var/tmp/portage/net-print/cnijfilter-drivers-3.80/work/cnijfilter-source-3.80-1'
  702.  
  703. >>> Failed to emerge net-print/cnijfilter-drivers-3.80, Log file:
  704.  
  705. >>> '/var/tmp/portage/net-print/cnijfilter-drivers-3.80/temp/build.log'
  706.  
  707. * Messages for package net-print/cnijfilter-drivers-3.80:
  708.  
  709. * ERROR: net-print/cnijfilter-drivers-3.80::ovr failed (compile phase):
  710. * emake failed
  711. *
  712. * If you need support, post the output of `emerge --info '=net-print/cnijfilter-drivers-3.80::ovr'`,
  713. * the complete build log and the output of `emerge -pqv '=net-print/cnijfilter-drivers-3.80::ovr'`.
  714. * The complete build log is located at '/var/tmp/portage/net-print/cnijfilter-drivers-3.80/temp/build.log'.
  715. * The ebuild environment file is located at '/var/tmp/portage/net-print/cnijfilter-drivers-3.80/temp/environment'.
  716. * Working directory: '/var/tmp/portage/net-print/cnijfilter-drivers-3.80/work/cnijfilter-source-3.80-1/mp230/cngpijmon'
  717. * S: '/var/tmp/portage/net-print/cnijfilter-drivers-3.80/work/cnijfilter-source-3.80-1'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement