flashpix configuration issue

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
kherrmann

flashpix configuration issue

Post 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.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: flashpix configuration issue

Post 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.
kherrmann

Re: flashpix configuration issue

Post 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?
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: flashpix configuration issue

Post 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.
Post Reply