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: Mon, 15 Aug 2005 02:35:55 -0700 From: Yitzchak Scott-Thoennes To: cygwin AT cygwin DOT com Subject: Re: Problems compiling PerlMagick. Any suggestions... Message-ID: <20050815093555.GC696@efn.org> References: <20050815072849 DOT 63561 DOT qmail AT web52814 DOT mail DOT yahoo DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050815072849.63561.qmail@web52814.mail.yahoo.com> User-Agent: Mutt/1.4.2.1i X-IsSubscribed: yes On Mon, Aug 15, 2005 at 12:28:49AM -0700, John Cavanaugh wrote: > $ make > cp Magick.pm blib/lib/Image/Magick.pm > AutoSplitting blib/lib/Image/Magick.pm > (blib/lib/auto/Image/Magick) > /opt/perl587/bin/perl.exe > /opt/perl587/lib/5.8.7/ExtUtils/xsubpp -typemap > /opt/perl587/lib/5.8.7/Ex > tUtils/typemap Magick.xs > Magick.xsc && mv > Magick.xsc Magick.c > gcc -c -I../ -I.. -I/usr/include/freetype2 > -I/usr/X11R6/include -I/usr/X11R6/include/X11 > -I/usr/inc > lude/libxml2 -DPERL_USE_SAFE_PUTENV > -fno-strict-aliasing -pipe -g -O2 -Wall -pthread > -DUSEIMPORTLIB > -O2 -DVERSION=\"6.2.0\" -DXS_VERSION=\"6.2.0\" > "-I/opt/perl587/lib/5.8.7/cygwin/CORE" -D_FILE_OF > FSET_BITS=64 -DHAVE_CONFIG_H Magick.c > gcc: unrecognized option `-pthread' > Magick.xs: In function `DestroyPackageInfo': > Magick.xs:659: error: void value not ignored as it > ought to be > Magick.xs:660: error: void value not ignored as it > ought to be > Magick.xs:661: error: void value not ignored as it > ought to be ... I can confirm that these errors happen with a stock cygwin perl. There are yucky *.in and *.am files in the PerlMagick distribution that make me think this could be fixed by re-autotooling, but I'm not sure how to do that. -- 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/