Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Fri, 8 Oct 2004 22:14:37 +0200 From: "Gerrit P. Haase" Reply-To: "Gerrit @ cygwin" Organization: Esse keine toten Tiere Message-ID: <33175633.20041008221437@familiehaase.de> To: "Bryan Thrall" CC: cygwin AT cygwin DOT com, perl5-porters AT perl DOT org Subject: Re: Problem installing PerlMagick 6.02 In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Hello Bryan, Am Freitag, 8. Oktober 2004 um 19:23 schriebst du: > I am trying to install PerlMagick on my WinXP box with Cygwin, and > everything seems to install (after some tweaking of the build process, > described below) fine. Except that none of the PerlMagick tests pass and > when I run the demo, I get this error: > PerlMagick-6.02/demo$ make > perl demo.pl > Read... > Exception 435: unable to open image `': No such file or directory at demo.pl > line 14. > Exception 435: unable to open image `': No such file or directory at demo.pl > line 18. > Exception 410: no images defined `label' at demo.pl line 19. > make: *** [all] Error 10 > Using the Cygwin ImageMagick package. I've also built and installed > ImageMagick 6.08 myself and have no problems with it (display and convert > work fine, for example). ImageMagick is installed in /usr/local. The errors > produced from my own ImageMagick install are slightly different: > PerlMagick-6.02/demo$ make > perl demo.pl > Read... > Exception 435: unable to open image `ck': No such file or directory at > demo.pl line 14. > Exception 435: unable to open image `f': No such file or directory at > demo.pl line 18. > Exception 410: no images defined `label' at demo.pl line 19. > make: *** [all] Error 10 > It looks like the image name is being truncated somehow ('ck' is the last > part of 'NULL:black' and 'f' is the last part of 'model.gif'), but I don't > know enough about DLLs and perl to guess why that might be happening. There is a bug in cygwin-1.5.11, do you use 1.5.11? Then please try the latest snapshot and report back. And update ExtUtils::MakeMaker, the .dll.a bug was fixed a year ago, but it seems that MakeMaker in the stable release of perl was not updated. Gerrit -- =^..^= -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/