trying to get gslib in an imagemagick config
Posted: 2012-08-09T08:05:16-07:00
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
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