Skip to content

Instantly share code, notes, and snippets.

@etix
Created July 7, 2014 22:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save etix/dcb155a3197c87200f30 to your computer and use it in GitHub Desktop.
Save etix/dcb155a3197c87200f30 to your computer and use it in GitHub Desktop.
Imagemagick
# gopkgs.com/magick.v1
.gopack/vendor/src/gopkgs.com/magick.v1/gif.c: In function ‘gif_save’:
.gopack/vendor/src/gopkgs.com/magick.v1/gif.c:142:29: error: too few arguments to function ‘EGifOpen’
GifFileType *gif_file = EGifOpen(&buf, gif_buffer_write);
^
In file included from .gopack/vendor/src/gopkgs.com/magick.v1/gif.c:10:0:
/usr/include/gif_lib.h:129:14: note: declared here
GifFileType *EGifOpen(void *userPtr, OutputFunc writeFunc, int *Error);
^
.gopack/vendor/src/gopkgs.com/magick.v1/gif.c:147:9: error: too few arguments to function ‘EGifCloseFile’
EGifCloseFile(gif_file);
^
In file included from .gopack/vendor/src/gopkgs.com/magick.v1/gif.c:10:0:
/usr/include/gif_lib.h:132:5: note: declared here
int EGifCloseFile(GifFileType *GifFile, int *ErrorCode);
^
.gopack/vendor/src/gopkgs.com/magick.v1/gif.c:151:9: error: too few arguments to function ‘EGifCloseFile’
EGifCloseFile(gif_file);
^
In file included from .gopack/vendor/src/gopkgs.com/magick.v1/gif.c:10:0:
/usr/include/gif_lib.h:132:5: note: declared here
int EGifCloseFile(GifFileType *GifFile, int *ErrorCode);
^
.gopack/vendor/src/gopkgs.com/magick.v1/gif.c:159:9: error: too few arguments to function ‘EGifCloseFile’
EGifCloseFile(gif_file);
^
In file included from .gopack/vendor/src/gopkgs.com/magick.v1/gif.c:10:0:
/usr/include/gif_lib.h:132:5: note: declared here
int EGifCloseFile(GifFileType *GifFile, int *ErrorCode);
^
.gopack/vendor/src/gopkgs.com/magick.v1/gif.c:173:13: error: too few arguments to function ‘EGifCloseFile’
EGifCloseFile(gif_file);
^
In file included from .gopack/vendor/src/gopkgs.com/magick.v1/gif.c:10:0:
/usr/include/gif_lib.h:132:5: note: declared here
int EGifCloseFile(GifFileType *GifFile, int *ErrorCode);
^
.gopack/vendor/src/gopkgs.com/magick.v1/gif.c:177:13: error: too few arguments to function ‘EGifCloseFile’
EGifCloseFile(gif_file);
^
In file included from .gopack/vendor/src/gopkgs.com/magick.v1/gif.c:10:0:
/usr/include/gif_lib.h:132:5: note: declared here
int EGifCloseFile(GifFileType *GifFile, int *ErrorCode);
^
.gopack/vendor/src/gopkgs.com/magick.v1/gif.c:184:17: error: too few arguments to function ‘EGifCloseFile’
EGifCloseFile(gif_file);
^
In file included from .gopack/vendor/src/gopkgs.com/magick.v1/gif.c:10:0:
/usr/include/gif_lib.h:132:5: note: declared here
int EGifCloseFile(GifFileType *GifFile, int *ErrorCode);
^
.gopack/vendor/src/gopkgs.com/magick.v1/gif.c:189:5: error: too few arguments to function ‘EGifCloseFile’
EGifCloseFile(gif_file);
^
In file included from .gopack/vendor/src/gopkgs.com/magick.v1/gif.c:10:0:
/usr/include/gif_lib.h:132:5: note: declared here
int EGifCloseFile(GifFileType *GifFile, int *ErrorCode);
^
.gopack/vendor/src/gopkgs.com/magick.v1/gif.c: In function ‘gif_encode’:
.gopack/vendor/src/gopkgs.com/magick.v1/gif.c:293:31: warning: initialization makes pointer from integer without a cast
ColorMapObject *palette = MakeMapObject(NCOLORS, NULL);
^
[exit status 2]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment