Re: JPEG, PerlMagick, GD.pm (was Re: Cocoa interfaces)

2001-08-30 Thread Edward Moy
On Thursday, August 30, 2001, at 01:49 PM, Timothy A. Canon wrote: > Well, it worked without a hitch for libxml2 (v2.4.2) and XML::LibXML > (v1.00)! > > When I tried to compile libxslt (v1.0.2) I got the following error: > > ... > extra.c: In function `xsltFunctionLocalTime': > extra.c:238: inva

libxslt compile

2001-08-30 Thread Timothy A. Canon
On Thursday, August 30, 2001, at 04:07 PM, Matt Patterson wrote: > On 30/8/01 at 3:49 pm, [EMAIL PROTECTED] (Timothy A. Canon) wrote: > >> When I tried to compile libxslt (v1.0.2) I got the following error: >> >> >> extra.c: In function `xsltFunctionLocalTime': >> extra.c:238: invalid opera

Re: Trouble building modules from CPAN

2001-08-30 Thread Chip Howland
>In article <[EMAIL PROTECTED]>, > [EMAIL PROTECTED] (Aaron London) wrote: > >> Getting this error message: >> >> (You get this message, because MakeMaker could not find >> "/System/Library/Perl/darwin/CORE/perl.h") >> >> ..and 'perl.h' doesn't seem to be present on my system anywhere, or is

Re: Trouble building modules from CPAN

2001-08-30 Thread Chris Nandor
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] (Aaron London) wrote: > Getting this error message: > > (You get this message, because MakeMaker could not find > "/System/Library/Perl/darwin/CORE/perl.h") > > ..and 'perl.h' doesn't seem to be present on my system anywhere, or is it? Just a

Re: JPEG, PerlMagick, GD.pm (was Re: Cocoa interfaces)

2001-08-30 Thread Matt Patterson
On 30/8/01 at 3:49 pm, [EMAIL PROTECTED] (Timothy A. Canon) wrote: > Well, it worked without a hitch for libxml2 (v2.4.2) and XML::LibXML > (v1.00)! Yup, for me too. > When I tried to compile libxslt (v1.0.2) I got the following error: > > > extra.c: In function `xsltFunctionLocalTime': >

Trouble building modules from CPAN

2001-08-30 Thread Aaron_London
Getting this error message: (You get this message, because MakeMaker could not find "/System/Library/Perl/darwin/CORE/perl.h") ...and 'perl.h' doesn't seem to be present on my system anywhere, or is it? Thanks

Re: JPEG, PerlMagick, GD.pm (was Re: Cocoa interfaces)

2001-08-30 Thread Timothy A. Canon
Well, it worked without a hitch for libxml2 (v2.4.2) and XML::LibXML (v1.00)! When I tried to compile libxslt (v1.0.2) I got the following error: ... extra.c: In function `xsltFunctionLocalTime': extra.c:238: invalid operands to binary - make[2]: *** [extra.lo] Error 1 make[1]: *** [all-recursiv

Re: JPEG, PerlMagick, GD.pm (was Re: Cocoa interfaces)

2001-08-30 Thread Edward Moy
On Thursday, August 30, 2001, at 01:58 AM, Matt Patterson wrote: > On 28/8/01 at 11:15 pm, [EMAIL PROTECTED] wrote: > >> Anyways, to compile jpeg-6b, just: >> >> % cd /path/to/jpeg-6b-source >> % cp /usr/libexec/config.* . >> % ./configure >> % make >> >> The second line is the trick; th

Re: JPEG, PerlMagick, GD.pm (was Re: Cocoa interfaces)

2001-08-30 Thread Matt Patterson
On 28/8/01 at 11:15 pm, [EMAIL PROTECTED] wrote: > Anyways, to compile jpeg-6b, just: > > % cd /path/to/jpeg-6b-source > % cp /usr/libexec/config.* . > % ./configure > % make > > The second line is the trick; this overwrites config.guess and > config.sub with versions that know about M