trying to get gslib in an imagemagick config

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
eric_vi
Posts: 23
Joined: 2010-03-08T20:16:39-07:00
Authentication code: 8675308

trying to get gslib in an imagemagick config

Post by eric_vi »

i am trying to build the latest imagemagick and want to inlude ghostscript

1/ i got ghostcript did a configure/make and make install .. no warning all good
2/ i try to run within imagemagick...

./configure --prefix=/opt --disable-shared --enable-delegate-build --with-gslib

and i cannot get the gslib to yes in the config log i get this

checking for Ghostscript...
checking ghostscript/iapi.h usability... no
checking ghostscript/iapi.h presence... no
checking for ghostscript/iapi.h... no
checking ghostscript/ierrors.h usability... no
checking ghostscript/ierrors.h presence... no
checking for ghostscript/ierrors.h... no
checking for gsapi_new_instance in Ghostscript framework... no
checking for gsapi_new_instance in -lgs... no
checking if Ghostscript package is complete... no

so the problem is certainly there... now i do not really understand this path check .. the ghostscript make install is not building such path ghostscript/iapi.h or ghostscript/ierrors.h

thanks in advance for your hints
Post Reply