<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Install lxml on OSX</title>
	<atom:link href="http://muffinresearch.co.uk/archives/2009/03/05/install-lxml-on-osx/feed/" rel="self" type="application/rss+xml" />
	<link>http://muffinresearch.co.uk/archives/2009/03/05/install-lxml-on-osx/</link>
	<description>the personal blog of Stuart Colville covering modern web development techniques and best practices</description>
	<lastBuildDate>Mon, 21 May 2012 05:48:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: gr.mon</title>
		<link>http://muffinresearch.co.uk/archives/2009/03/05/install-lxml-on-osx/comment-page-1/#comment-67141</link>
		<dc:creator>gr.mon</dc:creator>
		<pubDate>Wed, 09 May 2012 15:22:00 +0000</pubDate>
		<guid isPermaLink="false">http://muffinresearch.co.uk/?p=522#comment-67141</guid>
		<description> that is, if it worked til the end. seemed to work but aborted w an error 256</description>
		<content:encoded><![CDATA[<p> that is, if it worked til the end. seemed to work but aborted w an error 256</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gr.mon</title>
		<link>http://muffinresearch.co.uk/archives/2009/03/05/install-lxml-on-osx/comment-page-1/#comment-67140</link>
		<dc:creator>gr.mon</dc:creator>
		<pubDate>Wed, 09 May 2012 15:20:00 +0000</pubDate>
		<guid isPermaLink="false">http://muffinresearch.co.uk/?p=522#comment-67140</guid>
		<description>Freaking awesome!</description>
		<content:encoded><![CDATA[<p>Freaking awesome!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stuart Colville</title>
		<link>http://muffinresearch.co.uk/archives/2009/03/05/install-lxml-on-osx/comment-page-1/#comment-65569</link>
		<dc:creator>Stuart Colville</dc:creator>
		<pubDate>Tue, 09 Mar 2010 07:03:03 +0000</pubDate>
		<guid isPermaLink="false">http://muffinresearch.co.uk/?p=522#comment-65569</guid>
		<description>I don&#039;t have a a mac anymore so I can&#039;t test anything out for you. However a quick search turns this up http://osdir.com/ml/python.lxml.devel/2007-12/msg00001.html

The suggests that even though you&#039;re specifying versions of libxml/libxslt it&#039;s building against the stock mac versions anyway for some reason.

e.g: &quot;Using build configuration of libxslt 1.1.12&quot;</description>
		<content:encoded><![CDATA[<p>I don&#8217;t have a a mac anymore so I can&#8217;t test anything out for you. However a quick search turns this up <a href="http://osdir.com/ml/python.lxml.devel/2007-12/msg00001.html" rel="nofollow">http://osdir.com/ml/python.lxml.devel/2007-12/msg00001.html</a></p>
<p>The suggests that even though you&#8217;re specifying versions of libxml/libxslt it&#8217;s building against the stock mac versions anyway for some reason.</p>
<p>e.g: &#8220;Using build configuration of libxslt 1.1.12&#8243;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daryl Spitzer</title>
		<link>http://muffinresearch.co.uk/archives/2009/03/05/install-lxml-on-osx/comment-page-1/#comment-65568</link>
		<dc:creator>Daryl Spitzer</dc:creator>
		<pubDate>Tue, 09 Mar 2010 00:28:01 +0000</pubDate>
		<guid isPermaLink="false">http://muffinresearch.co.uk/?p=522#comment-65568</guid>
		<description>I get (on Mac OS X 10.5.8):

&lt;pre&gt;&lt;code&gt;NOTE: Trying to build without Cython, pre-generated &#039;src/lxml/lxml.etree.c&#039; needs to be available.
Using build configuration of libxslt 1.1.12
Building against libxml2/libxslt in the following directory: /usr/lib
src/lxml/lxml.etree.c:176:31: error: libxml/schematron.h: No such file or directory
src/lxml/lxml.etree.c:176:31: error: libxml/schematron.h: No such file or directory
src/lxml/lxml.etree.c:2022: error: syntax error before â€˜xmlSchemaSAXPlugStructâ€™
src/lxml/lxml.etree.c:2024: error: syntax error before â€˜}â€™ token
src/lxml/lxml.etree.c:2022: error: syntax error before â€˜xmlSchemaSAXPlugStructâ€™
src/lxml/lxml.etree.c:2024: error: syntax error before â€˜}â€™ token
src/lxml/lxml.etree.c: In function â€˜__pyx_pf_4lxml_5etree_14_ParserContext___dealloc__â€™:
src/lxml/lxml.etree.c:63671: error: dereferencing pointer to incomplete type
src/lxml/lxml.etree.c: In function â€˜__pyx_f_4lxml_5etree_14_ParserContext__copyâ€™:
src/lxml/lxml.etree.c:63763: error: dereferencing pointer to incomplete type
&lt;/code&gt;&lt;/pre&gt;

...and so on.  (I got the same errors when trying:

&lt;pre&gt;&lt;code&gt;python setup.py build --static-deps --libxml2-version=2.7.3  --libxslt-version=1.1.24 
sudo python setup.py install
&lt;/code&gt;&lt;/pre&gt;

(from http://stackoverflow.com/questions/1277124/how-do-you-install-lxml-on-os-x-leopard-without-using-macports-or-fink)</description>
		<content:encoded><![CDATA[<p>I get (on Mac OS X 10.5.8):</p>
<pre><code>NOTE: Trying to build without Cython, pre-generated 'src/lxml/lxml.etree.c' needs to be available.
Using build configuration of libxslt 1.1.12
Building against libxml2/libxslt in the following directory: /usr/lib
src/lxml/lxml.etree.c:176:31: error: libxml/schematron.h: No such file or directory
src/lxml/lxml.etree.c:176:31: error: libxml/schematron.h: No such file or directory
src/lxml/lxml.etree.c:2022: error: syntax error before â€˜xmlSchemaSAXPlugStructâ€™
src/lxml/lxml.etree.c:2024: error: syntax error before â€˜}â€™ token
src/lxml/lxml.etree.c:2022: error: syntax error before â€˜xmlSchemaSAXPlugStructâ€™
src/lxml/lxml.etree.c:2024: error: syntax error before â€˜}â€™ token
src/lxml/lxml.etree.c: In function â€˜__pyx_pf_4lxml_5etree_14_ParserContext___dealloc__â€™:
src/lxml/lxml.etree.c:63671: error: dereferencing pointer to incomplete type
src/lxml/lxml.etree.c: In function â€˜__pyx_f_4lxml_5etree_14_ParserContext__copyâ€™:
src/lxml/lxml.etree.c:63763: error: dereferencing pointer to incomplete type
</code></pre>
<p>&#8230;and so on.  (I got the same errors when trying:</p>
<pre><code>python setup.py build --static-deps --libxml2-version=2.7.3  --libxslt-version=1.1.24
sudo python setup.py install
</code></pre>
<p>(from <a href="http://stackoverflow.com/questions/1277124/how-do-you-install-lxml-on-os-x-leopard-without-using-macports-or-fink" rel="nofollow">http://stackoverflow.com/questions/1277124/how-do-you-install-lxml-on-os-x-leopard-without-using-macports-or-fink</a>)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

