Page 1 of 1

flashpix configuration issue

Posted: 2008-04-11T16:53:05-07:00
by kherrmann
On a SUN system running Solaris 10 8/07 s10s_u4wos_12b SPARC

I'm trying to configure flashpix, but I get this after running the ./configure command:

Checking for FlashPIX support
-------------------------------------------------------------
checking fpxlib.h usability... no
checking fpxlib.h presence... no
checking for fpxlib.h... no
checking for FPX_OpenImageByFilename in -lfpx... no
checking if FlashPIX package is complete... no
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for FONTCONFIG... yes

Is there anything in particular I'm missing to get support for flashpix?

Thank you.

Re: flashpix configuration issue

Posted: 2008-04-11T16:55:50-07:00
by magick
Peruse config.log. It will tell you exactly why FlashPix failed to validate. Fix the problem and rerun the configure script until FlashPix is validated and then simply build and install ImageMagick.

Re: flashpix configuration issue

Posted: 2008-04-14T11:56:35-07:00
by kherrmann
Here is what it says in the config.log:

configure:35102: checking fpxlib.h usability
configure:35119: g++ -c -g -O2 -Wall -W -D_REENTRANT -pthreads -I/usr/openwin/include -I/usr/openwin/include/X11 conftest.cp
p >&5
conftest.cpp:209:20: error: fpxlib.h: No such file or directory

Is the fpxlib.h supposed to be provided by the application itself, or is it usually on the system?

Re: flashpix configuration issue

Posted: 2008-04-14T12:03:04-07:00
by magick
Flashpix is a separate delegate library found here: ftp://ftp.imagemagick.org/pub/ImageMagick/delegates. Download, configure, build, and install it. Now configure ImageMagick once more and ensure it validates the FlashPix delegate library before you build and install it.