<?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: Compiling Subversion Python bindings on Windows</title>
	<atom:link href="http://www.lejordet.com/2009/03/compiling-subversion-python-bindings-on-windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lejordet.com/2009/03/compiling-subversion-python-bindings-on-windows/</link>
	<description>online repository of stuff I had to google for hours to figure out</description>
	<lastBuildDate>Wed, 03 Aug 2011 13:44:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Lars Erik Jordet</title>
		<link>http://www.lejordet.com/2009/03/compiling-subversion-python-bindings-on-windows/comment-page-1/#comment-226</link>
		<dc:creator>Lars Erik Jordet</dc:creator>
		<pubDate>Tue, 15 Feb 2011 12:27:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.lejordet.com/?p=3#comment-226</guid>
		<description>Haha, &quot;oops&quot;; Fixed now.

Though I&#039;m not sure if 2008 is available for download anymore - I have to check if this actually works with 2010.</description>
		<content:encoded><![CDATA[<p>Haha, &#8220;oops&#8221;; Fixed now.</p>
<p>Though I&#8217;m not sure if 2008 is available for download anymore &#8211; I have to check if this actually works with 2010.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yoyosan</title>
		<link>http://www.lejordet.com/2009/03/compiling-subversion-python-bindings-on-windows/comment-page-1/#comment-224</link>
		<dc:creator>Yoyosan</dc:creator>
		<pubDate>Sat, 12 Feb 2011 16:58:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.lejordet.com/?p=3#comment-224</guid>
		<description>Could you correct the requirements paragraph to say Visual C++ instead of C#.  :)
Thanks</description>
		<content:encoded><![CDATA[<p>Could you correct the requirements paragraph to say Visual C++ instead of C#.  <img src='http://www.lejordet.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: windows下编译subversion的Python绑定（附下载） - 木哈哈</title>
		<link>http://www.lejordet.com/2009/03/compiling-subversion-python-bindings-on-windows/comment-page-1/#comment-190</link>
		<dc:creator>windows下编译subversion的Python绑定（附下载） - 木哈哈</dc:creator>
		<pubDate>Sun, 16 Jan 2011 12:07:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.lejordet.com/?p=3#comment-190</guid>
		<description>[...] 由于svn的python绑定一直没有推出python2.7的版本，所以只好自己编译了。参考链接：http://www.lejordet.com/2009/03/compiling-subversion-python-bindings-on-windows/ [...]</description>
		<content:encoded><![CDATA[<p>[...] 由于svn的python绑定一直没有推出python2.7的版本，所以只好自己编译了。参考链接：http://www.lejordet.com/2009/03/compiling-subversion-python-bindings-on-windows/ [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dawuid</title>
		<link>http://www.lejordet.com/2009/03/compiling-subversion-python-bindings-on-windows/comment-page-1/#comment-178</link>
		<dc:creator>Dawuid</dc:creator>
		<pubDate>Wed, 05 Jan 2011 14:28:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.lejordet.com/?p=3#comment-178</guid>
		<description>If _USE_32BIT_TIME_T preprocessor definition is added to APR and SWG_PYTHON projects, builded dlls works fine. The package obtained is similar to package available in http://alagazam.net/ (only *.py, _*.dll and libsvn_swig_py-1.dll are need to be copied to libsvn). Such package works fine with Trac and Subversion deployed in Apache 2.2.

Not using _USE_32BIT_TIME_T preprocessor definition change libapr _apr_time_ansi_put@8 to _apr_time_ansi_put@12 (time_t is compiled like 64bits instead 32bits). And that brings problems with Apache and subversion libraries.</description>
		<content:encoded><![CDATA[<p>If _USE_32BIT_TIME_T preprocessor definition is added to APR and SWG_PYTHON projects, builded dlls works fine. The package obtained is similar to package available in <a href="http://alagazam.net/" rel="nofollow">http://alagazam.net/</a> (only *.py, _*.dll and libsvn_swig_py-1.dll are need to be copied to libsvn). Such package works fine with Trac and Subversion deployed in Apache 2.2.</p>
<p>Not using _USE_32BIT_TIME_T preprocessor definition change libapr _apr_time_ansi_put@8 to _apr_time_ansi_put@12 (time_t is compiled like 64bits instead 32bits). And that brings problems with Apache and subversion libraries.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Synesthesia</title>
		<link>http://www.lejordet.com/2009/03/compiling-subversion-python-bindings-on-windows/comment-page-1/#comment-106</link>
		<dc:creator>Synesthesia</dc:creator>
		<pubDate>Tue, 03 Aug 2010 21:03:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.lejordet.com/?p=3#comment-106</guid>
		<description>[...] Compiling Subversion Python bindings on Windows [...]</description>
		<content:encoded><![CDATA[<p>[...] Compiling Subversion Python bindings on Windows [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Allard</title>
		<link>http://www.lejordet.com/2009/03/compiling-subversion-python-bindings-on-windows/comment-page-1/#comment-78</link>
		<dc:creator>Allard</dc:creator>
		<pubDate>Thu, 01 Apr 2010 20:12:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.lejordet.com/?p=3#comment-78</guid>
		<description>This action:
Do a Windows search for “*.dll” in C:\Temp\subversion-1.6.9\Release\subversion

should be replaced by:
Do a Windows search for “*.dll” in C:\Temp\subversion-1.6.9

else you mis the APR dll&#039;s and will get the python error: 
ImportError: DLL load failed: The specified module could not be found.</description>
		<content:encoded><![CDATA[<p>This action:<br />
Do a Windows search for “*.dll” in C:\Temp\subversion-1.6.9\Release\subversion</p>
<p>should be replaced by:<br />
Do a Windows search for “*.dll” in C:\Temp\subversion-1.6.9</p>
<p>else you mis the APR dll&#8217;s and will get the python error:<br />
ImportError: DLL load failed: The specified module could not be found.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lejordet</title>
		<link>http://www.lejordet.com/2009/03/compiling-subversion-python-bindings-on-windows/comment-page-1/#comment-45</link>
		<dc:creator>lejordet</dc:creator>
		<pubDate>Wed, 02 Sep 2009 06:16:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.lejordet.com/?p=3#comment-45</guid>
		<description>I&#039;ve been trying to repeat this for building SVN 1.6.5, and I&#039;ve had some strange problems that didn&#039;t occur the first time around - I&#039;ll investigate if it&#039;s due to changing the SVN version, or if there&#039;s a problem with the procedure.

Notable changes:
- apr_* will build, but have 8-9 failed builds - the database modules won&#039;t build unless you add in the proper libraries, which is outside the scope of this article, for now.
- You might have to force VS2008 to recognize where your python.exe is found (Adding the path manually in options), otherwise some parts of the base library will build successfully (or so it seems), except there&#039;s a line about not finding &quot;python&quot;, and nothing is really built.

After a bit of work I got it to build, but the finished product, the .pyd/.py files, don&#039;t work...</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been trying to repeat this for building SVN 1.6.5, and I&#8217;ve had some strange problems that didn&#8217;t occur the first time around &#8211; I&#8217;ll investigate if it&#8217;s due to changing the SVN version, or if there&#8217;s a problem with the procedure.</p>
<p>Notable changes:<br />
- apr_* will build, but have 8-9 failed builds &#8211; the database modules won&#8217;t build unless you add in the proper libraries, which is outside the scope of this article, for now.<br />
- You might have to force VS2008 to recognize where your python.exe is found (Adding the path manually in options), otherwise some parts of the base library will build successfully (or so it seems), except there&#8217;s a line about not finding &#8220;python&#8221;, and nothing is really built.</p>
<p>After a bit of work I got it to build, but the finished product, the .pyd/.py files, don&#8217;t work&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lejordet</title>
		<link>http://www.lejordet.com/2009/03/compiling-subversion-python-bindings-on-windows/comment-page-1/#comment-44</link>
		<dc:creator>lejordet</dc:creator>
		<pubDate>Mon, 31 Aug 2009 18:29:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.lejordet.com/?p=3#comment-44</guid>
		<description>Are you building all or just “__SWIG_PYTHON__”? I&#039;ll try this again to update a newer version, so I&#039;ll revise the steps if they&#039;ve become incorrect in the mean time.</description>
		<content:encoded><![CDATA[<p>Are you building all or just “__SWIG_PYTHON__”? I&#8217;ll try this again to update a newer version, so I&#8217;ll revise the steps if they&#8217;ve become incorrect in the mean time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.lejordet.com/2009/03/compiling-subversion-python-bindings-on-windows/comment-page-1/#comment-43</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Mon, 31 Aug 2009 18:24:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.lejordet.com/?p=3#comment-43</guid>
		<description>Interesting article, but I can&#039;t get past the Visual Studio step.

aprutil.dsw fails with 6 errors like:
7&gt;.\apr_dbd_mysql.c(29) : fatal error C1083: Cannot open include file: &#039;mysql.h&#039;: No such file or directory
8&gt;.\apr_dbd_freetds.c(39) : fatal error C1083: Cannot open include file: &#039;sybdb.h&#039;: No such file or directory

subversion_vcnet.sln compiles without errors, but doesn&#039;t create any files in C:\Temp\subversion-1.6.0\subversion\bindings\swig\python\. Only folders with names like python_repos, python_fs, etc.</description>
		<content:encoded><![CDATA[<p>Interesting article, but I can&#8217;t get past the Visual Studio step.</p>
<p>aprutil.dsw fails with 6 errors like:<br />
7&gt;.\apr_dbd_mysql.c(29) : fatal error C1083: Cannot open include file: &#8216;mysql.h&#8217;: No such file or directory<br />
8&gt;.\apr_dbd_freetds.c(39) : fatal error C1083: Cannot open include file: &#8216;sybdb.h&#8217;: No such file or directory</p>
<p>subversion_vcnet.sln compiles without errors, but doesn&#8217;t create any files in C:\Temp\subversion-1.6.0\subversion\bindings\swig\python\. Only folders with names like python_repos, python_fs, etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Making a Trac install work on Apache 2.2/Python 2.6/win32 - Saved for later reference</title>
		<link>http://www.lejordet.com/2009/03/compiling-subversion-python-bindings-on-windows/comment-page-1/#comment-2</link>
		<dc:creator>Making a Trac install work on Apache 2.2/Python 2.6/win32 - Saved for later reference</dc:creator>
		<pubDate>Mon, 30 Mar 2009 11:52:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.lejordet.com/?p=3#comment-2</guid>
		<description>[...] Follow my previous guide to compile and install Python SVN bindings. [...]</description>
		<content:encoded><![CDATA[<p>[...] Follow my previous guide to compile and install Python SVN bindings. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
