templest
12-23-2003, 02:31 AM
meta_image.c:27:24: magick/api.h: No such file or directory
meta_image.c:33: syntax error before "ExceptionInfo"
meta_image.c: In function `set_image_info':
meta_image.c:35: `Image' undeclared (first use in this function)
meta_image.c:35: (Each undeclared identifier is reported only once
meta_image.c:35: for each function it appears in.)
meta_image.c:35: `img' undeclared (first use in this function)
meta_image.c:36: `ImageInfo' undeclared (first use in this function)
meta_image.c:36: `info' undeclared (first use in this function)
meta_image.c:39: warning: implicit declaration of function `CloneImageInfo'
meta_image.c:42: `path' undeclared (first use in this function)
meta_image.c:45: warning: implicit declaration of function `ReadImage'
meta_image.c:45: `excp' undeclared (first use in this function)
meta_image.c:49: warning: implicit declaration of function `DestroyImageInfo'
meta_image.c:53: `file' undeclared (first use in this function)
meta_image.c:56: warning: implicit declaration of function `DestroyImage'
meta_image.c: In function `meta_image_run':
meta_image.c:66: `ExceptionInfo' undeclared (first use in this function)
meta_image.c:66: syntax error before "excp"
meta_image.c:69: warning: implicit declaration of function `InitializeMagick'
meta_image.c:70: warning: implicit declaration of function `GetExceptionInfo'
meta_image.c:70: `excp' undeclared (first use in this function)
meta_image.c:76: warning: implicit declaration of function `DestroyExceptionInfo'
meta_image.c:77: warning: implicit declaration of function `DestroyMagick'
make[3]: *** [meta_image.lo] Error 1
make[3]: Leaving directory `/home/templest/gift-0.11.4/src/meta'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/templest/gift-0.11.4/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/templest/gift-0.11.4'
make: *** [all] Error 2
Can anyone help me get giFt compile properly? How do I go about this?:confused:
meta_image.c:33: syntax error before "ExceptionInfo"
meta_image.c: In function `set_image_info':
meta_image.c:35: `Image' undeclared (first use in this function)
meta_image.c:35: (Each undeclared identifier is reported only once
meta_image.c:35: for each function it appears in.)
meta_image.c:35: `img' undeclared (first use in this function)
meta_image.c:36: `ImageInfo' undeclared (first use in this function)
meta_image.c:36: `info' undeclared (first use in this function)
meta_image.c:39: warning: implicit declaration of function `CloneImageInfo'
meta_image.c:42: `path' undeclared (first use in this function)
meta_image.c:45: warning: implicit declaration of function `ReadImage'
meta_image.c:45: `excp' undeclared (first use in this function)
meta_image.c:49: warning: implicit declaration of function `DestroyImageInfo'
meta_image.c:53: `file' undeclared (first use in this function)
meta_image.c:56: warning: implicit declaration of function `DestroyImage'
meta_image.c: In function `meta_image_run':
meta_image.c:66: `ExceptionInfo' undeclared (first use in this function)
meta_image.c:66: syntax error before "excp"
meta_image.c:69: warning: implicit declaration of function `InitializeMagick'
meta_image.c:70: warning: implicit declaration of function `GetExceptionInfo'
meta_image.c:70: `excp' undeclared (first use in this function)
meta_image.c:76: warning: implicit declaration of function `DestroyExceptionInfo'
meta_image.c:77: warning: implicit declaration of function `DestroyMagick'
make[3]: *** [meta_image.lo] Error 1
make[3]: Leaving directory `/home/templest/gift-0.11.4/src/meta'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/templest/gift-0.11.4/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/templest/gift-0.11.4'
make: *** [all] Error 2
Can anyone help me get giFt compile properly? How do I go about this?:confused: