Advertisement
Guest User

Untitled

a guest
Feb 1st, 2012
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.53 KB | None | 0 0
  1. -> compiling obj/O.linux.x86_64.gnu.opt/lib/scip/fileio.o
  2. src/scip/fileio.c: In function ?SCIPfread?:
  3. src/scip/fileio.c:53:4: warning: passing argument 1 of ?gzread? from incompatible pointer type [enabled by default]
  4. /usr/include/zlib.h:1290:21: note: expected ?gzFile? but argument is of type ?struct gzFile_s **?
  5. src/scip/fileio.c: In function ?SCIPfwrite?:
  6. src/scip/fileio.c:58:4: warning: passing argument 1 of ?gzwrite? from incompatible pointer type [enabled by default]
  7. /usr/include/zlib.h:1318:21: note: expected ?gzFile? but argument is of type ?struct gzFile_s **?
  8. src/scip/fileio.c: In function ?SCIPfprintf?:
  9. src/scip/fileio.c:72:4: warning: passing argument 1 of ?gzputs? from incompatible pointer type [enabled by default]
  10. /usr/include/zlib.h:1341:21: note: expected ?gzFile? but argument is of type ?struct gzFile_s **?
  11. src/scip/fileio.c: In function ?SCIPfputc?:
  12. src/scip/fileio.c:77:4: warning: passing argument 1 of ?gzputc? from incompatible pointer type [enabled by default]
  13. /usr/include/zlib.h:1362:21: note: expected ?gzFile? but argument is of type ?struct gzFile_s **?
  14. src/scip/fileio.c: In function ?SCIPfputs?:
  15. src/scip/fileio.c:82:4: warning: passing argument 1 of ?gzputs? from incompatible pointer type [enabled by default]
  16. /usr/include/zlib.h:1341:21: note: expected ?gzFile? but argument is of type ?struct gzFile_s **?
  17. src/scip/fileio.c: In function ?SCIPfgetc?:
  18. src/scip/fileio.c:87:11: error: request for member ?have? in something not a structure or union
  19. src/scip/fileio.c:87:11: error: request for member ?have? in something not a structure or union
  20. src/scip/fileio.c:87:11: error: request for member ?pos? in something not a structure or union
  21. src/scip/fileio.c:87:11: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  22. src/scip/fileio.c:87:11: error: request for member ?next? in something not a structure or union
  23. src/scip/fileio.c:87:11: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  24. src/scip/fileio.c:87:4: warning: passing argument 1 of ?gzgetc_? from incompatible pointer type [enabled by default]
  25. /usr/include/zlib.h:1653:21: note: expected ?gzFile? but argument is of type ?struct gzFile_s **?
  26. src/scip/fileio.c: In function ?SCIPfgets?:
  27. src/scip/fileio.c:92:4: warning: passing argument 1 of ?gzgets? from incompatible pointer type [enabled by default]
  28. /usr/include/zlib.h:1349:24: note: expected ?gzFile? but argument is of type ?struct gzFile_s **?
  29. src/scip/fileio.c: In function ?SCIPfflush?:
  30. src/scip/fileio.c:97:4: warning: passing argument 1 of ?gzflush? from incompatible pointer type [enabled by default]
  31. /usr/include/zlib.h:1389:21: note: expected ?gzFile? but argument is of type ?struct gzFile_s **?
  32. src/scip/fileio.c: In function ?SCIPfseek?:
  33. src/scip/fileio.c:102:4: warning: passing argument 1 of ?gzseek? from incompatible pointer type [enabled by default]
  34. /usr/include/zlib.h:1698:28: note: expected ?gzFile? but argument is of type ?struct gzFile_s **?
  35. src/scip/fileio.c: In function ?SCIPrewind?:
  36. src/scip/fileio.c:107:4: warning: passing argument 1 of ?gzrewind? from incompatible pointer type [enabled by default]
  37. /usr/include/zlib.h:1424:24: note: expected ?gzFile? but argument is of type ?struct gzFile_s **?
  38. src/scip/fileio.c: In function ?SCIPftell?:
  39. src/scip/fileio.c:112:4: warning: passing argument 1 of ?gztell? from incompatible pointer type [enabled by default]
  40. /usr/include/zlib.h:1699:28: note: expected ?gzFile? but argument is of type ?struct gzFile_s **?
  41. src/scip/fileio.c: In function ?SCIPfeof?:
  42. src/scip/fileio.c:117:4: warning: passing argument 1 of ?gzeof? from incompatible pointer type [enabled by default]
  43. /usr/include/zlib.h:1452:21: note: expected ?gzFile? but argument is of type ?struct gzFile_s **?
  44. src/scip/fileio.c: In function ?SCIPfclose?:
  45. src/scip/fileio.c:122:4: warning: passing argument 1 of ?gzclose? from incompatible pointer type [enabled by default]
  46. /usr/include/zlib.h:1488:24: note: expected ?gzFile? but argument is of type ?struct gzFile_s **?
  47. src/scip/fileio.c: In function ?SCIPfgetc?:
  48. src/scip/fileio.c:88:1: warning: control reaches end of non-void function [-Wreturn-type]
  49. make[2]: *** [obj/O.linux.x86_64.gnu.opt/lib/scip/fileio.o] Error 1
  50. make[2]: Leaving directory `/tmp/yaourt-tmp-tuomo/aur-ziboptsuite/src/ziboptsuite-2.1.1/scip-2.1.1'
  51. make[1]: *** [scipbinary] Error 2
  52. make[1]: Leaving directory `/tmp/yaourt-tmp-tuomo/aur-ziboptsuite/src/ziboptsuite-2.1.1'
  53. make: *** [scipbinary] Error 2
  54. ==> ERROR: A failure occurred in build().
  55. Aborting...
  56. ==> ERROR: Makepkg was unable to build ziboptsuite.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement