LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   compliling giFT (https://www.linuxquestions.org/questions/linux-software-2/compliling-gift-116817/)

scottie 11-16-2003 06:19 PM

compliling giFT
 
i recently downloaded giFT but when i try to compile it i get an error. The ./configure works fine but i type make i get this error...

gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../src -g -O2 -Wall -I/usr/local/include -g -O2 -Wall -c meta_image.c -Wp,-MD,.deps/meta_image.TPlo -fPIC -DPIC -o meta_image.lo
meta_image.c:27: magick/api.h: No such file or directory
make[3]: *** [meta_image.lo] Error 1
make[3]: Leaving directory `/software/gift-0.11.4/src/meta'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/software/gift-0.11.4/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/software/gift-0.11.4'
make: *** [all] Error 2

am i doing something wrong to install it?

scottie

Tinkster 11-16-2003 08:03 PM

Re: compliling giFT
 
Quote:

Originally posted by scottie
i recently downloaded giFT but when i try to compile it i get an error. The ./configure works fine but i type make i get this error...

gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../src -g -O2 -Wall -I/usr/local/include -g -O2 -Wall -c meta_image.c -Wp,-MD,.deps/meta_image.TPlo -fPIC -DPIC -o meta_image.lo
meta_image.c:27: magick/api.h: No such file or directory
make[3]: *** [meta_image.lo] Error 1
make[3]: Leaving directory `/software/gift-0.11.4/src/meta'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/software/gift-0.11.4/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/software/gift-0.11.4'
make: *** [all] Error 2

am i doing something wrong to install it?

scottie

magick/api.h: No such file or directory

That's part of imagemagick, more precisely, the
development bits of it ... install that, and try again.

Cheers,
Tink


All times are GMT -5. The time now is 04:03 PM.