Search found 6 matches

by Antonio19
2014-03-04T14:58:40-07:00
Forum: Bugs
Topic: Installing delegate FlashPIX (libpfx) fails in Debian/Ubuntu
Replies: 11
Views: 12789

Re: Installing delegate FlashPIX (libpfx) fails in Debian/Ub

Well, no you can't add LIBS="$FPX_LIBS $LIBS" around line 1947 of configure.ac . This will not work because you would have already called AC_CHECK_LIB with the variable LIBS containing -ldjvulibre ... That will return a fail result. I edited my answer while you were posting your message. I...
by Antonio19
2014-03-04T13:48:08-07:00
Forum: Bugs
Topic: Installing delegate FlashPIX (libpfx) fails in Debian/Ubuntu
Replies: 11
Views: 12789

Re: Installing delegate FlashPIX (libpfx) fails in Debian/Ub

OK. You had a good call about the configure script which is automatically generated by GNU autoconf. I looked carefully at how the configure.ac was laid out. The build of the command line to compile the conftest.cpp with the linked libraries for libfpx is the following: 1938: AC_CHECK_LIB(fpx,FPX_Op...
by Antonio19
2014-03-04T05:30:53-07:00
Forum: Bugs
Topic: Installing delegate FlashPIX (libpfx) fails in Debian/Ubuntu
Replies: 11
Views: 12789

Installing delegate FlashPIX (libpfx) fails in Debian/Ubuntu

6 month ago I started a new topic "Installing delegate (libfpx) on Ubuntu 12.04 fails" @ http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=24126 seeking help on how to build ImageMagick in order to support this delegate format. I got no valid answer. An admin of the site ...
by Antonio19
2014-02-28T14:22:23-07:00
Forum: Users
Topic: Installing delegate (libfpx) on Ubuntu 12.04 fails
Replies: 7
Views: 6750

Re: Installing delegate (libfpx) on Ubuntu 12.04 fails

Almost 6 month ago I reported here and asked you why I could not install the delegate for the FlashPIX format. The only answer I got was from an admin of the site : "As a sanity check, we compiled / installed FlashPix 1.3.1-3 and then configured and compiled ImageMagick 6.8.6-10 [on Fedora]. Th...
by Antonio19
2013-09-20T10:08:27-07:00
Forum: Users
Topic: Installing delegate (libfpx) on Ubuntu 12.04 fails
Replies: 7
Views: 6750

Re: Installing delegate (libfpx) on Ubuntu 12.04 fails

From the error messages undefined reference to `atan2' undefined reference to `sqrt' undefined reference to `sincosf' It is clear that at least the math library (for functions like ArcTan SquareRoot and Sin Cos) is not linked when compiling the conftest g++ -o conftest -O3 -g3 -pthread -DMAGICKCORE_...
by Antonio19
2013-09-19T17:55:51-07:00
Forum: Users
Topic: Installing delegate (libfpx) on Ubuntu 12.04 fails
Replies: 7
Views: 6750

Installing delegate (libfpx) on Ubuntu 12.04 fails

I downloaded libfpx-1.3.1-3.tar.gz from the ImageMagick FTP server for delegates. I made a ./configure --prefix=/usr then a make to compile the source, then a package through checkinstall --install=no . Everything went fine. I later made my own Debian package using the Debian directory /usr/lib/x86_...