Advertisement
Guest User

Untitled

a guest
Jan 27th, 2017
444
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.32 KB | None | 0 0
  1. make all-am
  2. make[1]: Entering directory '/home/max/software/imagemagick/6.4/ImageMagick-6.4.0'
  3. /bin/bash ./libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./config -I./ltdl -I./ltdl -I/usr/include/freetype2 -I/usr/include/libxml2 -g -O2 -Wall -W -pthread -MT magick/magick_libMagickCore_la-blob.lo -MD -MP -MF magick/.deps/magick_libMagickCore_la-blob.Tpo -c -o magick/magick_libMagickCore_la-blob.lo `test -f 'magick/blob.c' || echo './'`magick/blob.c
  4. magick/blob.c: In function ‘CloseBlob’:
  5. magick/blob.c:505:22: warning: passing argument 1 of ‘gzerror’ from incompatible pointer type [-Wincompatible-pointer-types]
  6. (void) gzerror(image->blob->file,&status);
  7. ^
  8. In file included from magick/blob.c:65:0:
  9. /usr/include/zlib.h:1536:30: note: expected ‘gzFile {aka struct gzFile_s *}’ but argument is of type ‘FILE * {aka struct _IO_FILE *}’
  10. ZEXTERN const char * ZEXPORT gzerror OF((gzFile file, int *errnum));
  11. ^
  12. magick/blob.c:541:22: warning: passing argument 1 of ‘gzclose’ from incompatible pointer type [-Wincompatible-pointer-types]
  13. status=gzclose(image->blob->file);
  14. ^
  15. In file included from magick/blob.c:65:0:
  16. /usr/include/zlib.h:1511:24: note: expected ‘gzFile {aka struct gzFile_s *}’ but argument is of type ‘FILE * {aka struct _IO_FILE *}’
  17. ZEXTERN int ZEXPORT gzclose OF((gzFile file));
  18. ^
  19. magick/blob.c: In function ‘GetBlobInfo’:
  20. magick/blob.c:1108:39: warning: passing argument 1 of ‘time’ makes pointer from integer without a cast [-Wint-conversion]
  21. blob_info->properties.st_mtime=time((time_t) NULL);
  22. ^
  23. In file included from ./magick/studio.h:178:0,
  24. from magick/blob.c:43:
  25. /usr/include/time.h:192:15: note: expected ‘time_t * {aka long int *}’ but argument is of type ‘long int’
  26. extern time_t time (time_t *__timer) __THROW;
  27. ^
  28. magick/blob.c:1109:39: warning: passing argument 1 of ‘time’ makes pointer from integer without a cast [-Wint-conversion]
  29. blob_info->properties.st_ctime=time((time_t) NULL);
  30. ^
  31. In file included from ./magick/studio.h:178:0,
  32. from magick/blob.c:43:
  33. /usr/include/time.h:192:15: note: expected ‘time_t * {aka long int *}’ but argument is of type ‘long int’
  34. extern time_t time (time_t *__timer) __THROW;
  35. ^
  36. magick/blob.c: In function ‘ReadBlob’:
  37. magick/blob.c:2615:34: warning: passing argument 1 of ‘gzread’ from incompatible pointer type [-Wincompatible-pointer-types]
  38. count=(ssize_t) gzread(image->blob->file,q,(unsigned int) length);
  39. ^
  40. In file included from magick/blob.c:65:0:
  41. /usr/include/zlib.h:1313:21: note: expected ‘gzFile {aka struct gzFile_s *}’ but argument is of type ‘FILE * {aka struct _IO_FILE *}’
  42. ZEXTERN int ZEXPORT gzread OF((gzFile file, voidp buf, unsigned len));
  43. ^
  44. magick/blob.c:2620:13: error: ‘FILE {aka struct _IO_FILE}’ has no member named ‘have’
  45. c=gzgetc(image->blob->file);
  46. ^
  47. magick/blob.c:2620:13: error: ‘FILE {aka struct _IO_FILE}’ has no member named ‘have’
  48. c=gzgetc(image->blob->file);
  49. ^
  50. magick/blob.c:2620:13: error: ‘FILE {aka struct _IO_FILE}’ has no member named ‘pos’
  51. c=gzgetc(image->blob->file);
  52. ^
  53. magick/blob.c:2620:13: error: ‘FILE {aka struct _IO_FILE}’ has no member named ‘next’
  54. c=gzgetc(image->blob->file);
  55. ^
  56. magick/blob.c:2620:20: warning: passing argument 1 of ‘gzgetc’ from incompatible pointer type [-Wincompatible-pointer-types]
  57. c=gzgetc(image->blob->file);
  58. ^
  59. /usr/include/zlib.h:1391:21: note: expected ‘gzFile {aka struct gzFile_s *}’ but argument is of type ‘FILE * {aka struct _IO_FILE *}’
  60. ZEXTERN int ZEXPORT gzgetc OF((gzFile file));
  61. ^
  62. magick/blob.c:2628:13: error: ‘FILE {aka struct _IO_FILE}’ has no member named ‘have’
  63. c=gzgetc(image->blob->file);
  64. ^
  65. magick/blob.c:2628:13: error: ‘FILE {aka struct _IO_FILE}’ has no member named ‘have’
  66. c=gzgetc(image->blob->file);
  67. ^
  68. magick/blob.c:2628:13: error: ‘FILE {aka struct _IO_FILE}’ has no member named ‘pos’
  69. c=gzgetc(image->blob->file);
  70. ^
  71. magick/blob.c:2628:13: error: ‘FILE {aka struct _IO_FILE}’ has no member named ‘next’
  72. c=gzgetc(image->blob->file);
  73. ^
  74. magick/blob.c:2628:20: warning: passing argument 1 of ‘gzgetc’ from incompatible pointer type [-Wincompatible-pointer-types]
  75. c=gzgetc(image->blob->file);
  76. ^
  77. /usr/include/zlib.h:1391:21: note: expected ‘gzFile {aka struct gzFile_s *}’ but argument is of type ‘FILE * {aka struct _IO_FILE *}’
  78. ZEXTERN int ZEXPORT gzgetc OF((gzFile file));
  79. ^
  80. magick/blob.c: In function ‘SeekBlob’:
  81. magick/blob.c:3329:18: warning: passing argument 1 of ‘gzseek’ from incompatible pointer type [-Wincompatible-pointer-types]
  82. if (gzseek(image->blob->file,(off_t) offset,whence) < 0)
  83. ^
  84. In file included from magick/blob.c:65:0:
  85. /usr/include/zlib.h:1726:28: note: expected ‘gzFile {aka struct gzFile_s *}’ but argument is of type ‘FILE * {aka struct _IO_FILE *}’
  86. ZEXTERN z_off_t ZEXPORT gzseek OF((gzFile, z_off_t, int));
  87. ^
  88. magick/blob.c: In function ‘SyncBlob’:
  89. magick/blob.c:3475:22: warning: passing argument 1 of ‘gzflush’ from incompatible pointer type [-Wincompatible-pointer-types]
  90. status=gzflush(image->blob->file,Z_SYNC_FLUSH);
  91. ^
  92. In file included from magick/blob.c:65:0:
  93. /usr/include/zlib.h:1412:21: note: expected ‘gzFile {aka struct gzFile_s *}’ but argument is of type ‘FILE * {aka struct _IO_FILE *}’
  94. ZEXTERN int ZEXPORT gzflush OF((gzFile file, int flush));
  95. ^
  96. magick/blob.c: In function ‘TellBlob’:
  97. magick/blob.c:3549:40: warning: passing argument 1 of ‘gztell’ from incompatible pointer type [-Wincompatible-pointer-types]
  98. offset=(MagickOffsetType) gztell(image->blob->file);
  99. ^
  100. In file included from magick/blob.c:65:0:
  101. /usr/include/zlib.h:1727:28: note: expected ‘gzFile {aka struct gzFile_s *}’ but argument is of type ‘FILE * {aka struct _IO_FILE *}’
  102. ZEXTERN z_off_t ZEXPORT gztell OF((gzFile));
  103. ^
  104. magick/blob.c: In function ‘WriteBlob’:
  105. magick/blob.c:3696:35: warning: passing argument 1 of ‘gzwrite’ from incompatible pointer type [-Wincompatible-pointer-types]
  106. count=(ssize_t) gzwrite(image->blob->file,(void *) data,
  107. ^
  108. In file included from magick/blob.c:65:0:
  109. /usr/include/zlib.h:1341:21: note: expected ‘gzFile {aka struct gzFile_s *}’ but argument is of type ‘FILE * {aka struct _IO_FILE *}’
  110. ZEXTERN int ZEXPORT gzwrite OF((gzFile file,
  111. ^
  112. magick/blob.c:3702:20: warning: passing argument 1 of ‘gzputc’ from incompatible pointer type [-Wincompatible-pointer-types]
  113. c=gzputc(image->blob->file,(int) *p++);
  114. ^
  115. In file included from magick/blob.c:65:0:
  116. /usr/include/zlib.h:1385:21: note: expected ‘gzFile {aka struct gzFile_s *}’ but argument is of type ‘FILE * {aka struct _IO_FILE *}’
  117. ZEXTERN int ZEXPORT gzputc OF((gzFile file, int c));
  118. ^
  119. magick/blob.c:3709:20: warning: passing argument 1 of ‘gzputc’ from incompatible pointer type [-Wincompatible-pointer-types]
  120. c=gzputc(image->blob->file,(int) *p++);
  121. ^
  122. In file included from magick/blob.c:65:0:
  123. /usr/include/zlib.h:1385:21: note: expected ‘gzFile {aka struct gzFile_s *}’ but argument is of type ‘FILE * {aka struct _IO_FILE *}’
  124. ZEXTERN int ZEXPORT gzputc OF((gzFile file, int c));
  125. ^
  126. Makefile:8811: recipe for target 'magick/magick_libMagickCore_la-blob.lo' failed
  127. make[1]: *** [magick/magick_libMagickCore_la-blob.lo] Error 1
  128. make[1]: Leaving directory '/home/max/software/imagemagick/6.4/ImageMagick-6.4.0'
  129. Makefile:5339: recipe for target 'all' failed
  130. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement