<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Yes, it's checked in. I've been using -- --with-xml2-config on the Mac
as the arguments to gem install or ruby setup.rb in the extension
directory. I'll make this the default in HEAD since it seems like this
is the desirable behavior - especially with so many people using
MacPorts, or Gentoo Portage, to manage their development tools
environment.<br>
<br>
<div class="moz-signature">
<div style="background-color: white; color: black;"> <span
class="Apple-style-span"
style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"><span
class="Apple-style-span"
style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"><span
class="Apple-style-span"
style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"><span
class="Apple-style-span"
style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;">
<div>
<p style="margin: 0px;"><font class="Apple-style-span" size="6"><span
class="Apple-style-span" style="font-size: 19px;"><b>Joe Khoobyar<br>
</b></span></font></p>
<p style="margin: 0px;"><font class="Apple-style-span" color="#565757">Chief
Technical Officer & Lead Developer</font></p>
<p style="margin: 0px 0px 12px;"><span class="Apple-style-span"
style="color: rgb(47, 82, 16); font-size: 19px; font-weight: bold;">CollectiveX</span>
<font
style="font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; font-size: 14px; line-height: normal; font-size-adjust: none; font-stretch: normal; color: rgb(0, 119, 68);"
color="#007744" face="Helvetica" size="4"> - <i>Groups that work!</i></font></p>
<p style="margin: 0px;"><font
style="font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; font-size: 12px; line-height: normal; font-size-adjust: none; font-stretch: normal; color: rgb(86, 87, 87);"
color="#565757" face="Helvetica" size="3">mobile: 585.245.2902 </font></p>
<p style="margin: 0px;"><font
style="font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; font-size: 12px; line-height: normal; font-size-adjust: none; font-stretch: normal; color: rgb(86, 87, 87);"
color="#565757" face="Helvetica" size="3">email: </font><font
style="font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; font-size: 12px; line-height: normal; font-size-adjust: none; font-stretch: normal; color: rgb(0, 31, 230);"
color="#001fe6" face="Helvetica" size="3"><a
href="mailto:joe@collectivex.com">joe@collectivex.com</a></font></p>
<p style="margin: 0px;"><font
style="font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; font-size: 12px; line-height: normal; font-size-adjust: none; font-stretch: normal; color: rgb(86, 87, 87);"
color="#565757" face="Helvetica" size="3">web: </font><font
style="font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; font-size: 12px; line-height: normal; font-size-adjust: none; font-stretch: normal; color: rgb(0, 31, 230);"
color="#001fe6" face="Helvetica" size="3"><a
href="http://www.collectivex.com/">www.collectivex.com</a> <a
href="http://www.groupsites.com/">www.groupsites.com</a></font><br>
<br>
<font
style="font-family: Helvetica; font-style: italic; font-variant: normal; font-weight: normal; font-size: 11px; line-height: normal; font-size-adjust: none; font-stretch: normal; color: rgb(108, 108, 108);"
color="#565757" face="Helvetica" size="3"> The third-rate mind is only
happy when it is thinking with the majority.<br>
The second-rate mind is only happy when it is thinking with the
minority.<br>
The first-rate mind is only happy when it is thinking.<br>
<br>
— A.A. Milne</font></p>
</div>
</span></span></span></span> </div>
</div>
<br>
<br>
Charlie Savage wrote:
<blockquote cite="mid:4990E6BE.9080102@savagexi.com" type="cite">Hey
Robert, and everyone,
<br>
<br>
So this seems to be a common problem on OS X. The switch to use
htmlNewParserCtxt happened in the last release and was done:
<br>
<br>
* To make the html parser api consistent with the xml parser api
<br>
* Expose some of the more advanced features of libxml for developers
that need them.
<br>
<br>
So I'd prefer to keep this feature if at all possible.
<br>
<br>
Somehow the bindings compile and link, but doesn't actually run. There
is a long discussion about it here:
<br>
<br>
<a class="moz-txt-link-freetext" href="http://rubyforge.org/tracker/index.php?func=detail&aid=23743&group_id=494&atid=1971">http://rubyforge.org/tracker/index.php?func=detail&aid=23743&group_id=494&atid=1971</a>
<br>
<br>
Joe's proposed solution is to change the way libxml-ruby builds on OS X
to use --with-xml2-config. I'm not sure if that change is checked into
trunk or not, Joe?
<br>
<br>
Anyway, any help from the community to test this out and fix the
problem would be much appreciated.
<br>
<br>
Thanks,
<br>
<br>
Charlie
<br>
<pre wrap="">
<hr size="4" width="90%">
_______________________________________________
libxml-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:libxml-devel@rubyforge.org">libxml-devel@rubyforge.org</a>
<a class="moz-txt-link-freetext" href="http://rubyforge.org/mailman/listinfo/libxml-devel">http://rubyforge.org/mailman/listinfo/libxml-devel</a></pre>
</blockquote>
</body>
</html>