#17826: transcode-1.1.0beta1 won't compile with +imagemagick (6.3.8-6_0+q16) -----------------------------------+---------------------------------------- Reporter: huntert@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.7.0 Keywords: transcode imagemagick | Port: transcode -----------------------------------+---------------------------------------- When I attempt a port install transcode with the following arguments: sudo port install transcode +imagemagick +faac +faad2 +freetype +a52dec +libogg +libvorbis +libxml2 +x264 +xvid The install fails -- he relevant error that pops up is: {{{ ERROR: option '--enable-imagemagick' failed: cannot link against libMagick libMagick can be found in the following packages: Wand http://www.imagemagick.org/ }}} ...despite the fact that I have the latest ImageMagick port installed: {{{ tim-timmb(dvd-menu)% port installed | grep -i imagemagick ImageMagick @6.3.8-6_0+q16 (active) }}} it would seem from this link -- http://forums.macosxhints.com/showpost.php?p=507232&postcount=4 -- that the problem is more with transcode than the port. I've tried searching for a relevant bug in the transcode bug database, but either there isn't one or the bug is fixed in 1.2.0. I tried compiling 1.0.7 from scratch, using the same configure arguments generated by this port, but it failed with the same error. Following another lead, I also tried this: {{{ cd /opt/local/lib; for i in libMagickCore.*; do sudo ln -sv $i libMagick${i#libMagickCore}; done }}} after that, the above 'port' command succeeded, but the resulting transcode would not properly read a jpg image list. -- Ticket URL: <http://trac.macports.org/ticket/17826> MacPorts <http://www.macports.org/> Ports system for Mac OS