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':
> extra.c:238: invalid operands to binary -
> make[2]: *** [extra.lo] Error 1
> make[1]: *** [all-recursive] Error 1
> make: *** [all-recursive-am] Error 2
> ....

Also what I got...

> The timezone function being called does not appear to be compatible so I
> just deleted it.  GMT is good enough for me (we'll see how it works).
> 
> Here's my diff:
> 
> [localhost:~/Desktop/libxslt-1.0.2/libxslt] tacanon% diff extra.c extra.c~
> 238c238
> <     lmt = gmt;
> ---
> >     lmt = gmt - timezone;

I have no idea what you just did, and issuing diff extra.c extra.c~ returns an
error (no such file). Please explain...

> Tried to install XML::LibXSLT (v1.0.9) and got the multiple definitions
> error:
> 
> t/01basic...........dyld: /usr/bin/perl multiple definitions of symbol
> _make_proxy_node
> /Library/Perl/darwin/auto/XML/LibXML/LibXML.bundle definition of
> _make_proxy_node
> blib/arch/auto/XML/LibXSLT/LibXSLT.bundle definition of _make_proxy_node
> and more...
> 
> I'm out of time for today.

Looks like I've got a hell of a lot to learn about this software compilation
business...

Matt


-- 
   Matt Patterson | Typographer
   [EMAIL PROTECTED] | http://reprocessed.org/

Reply via email to