<?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: Build libpst for Windows?</title>
	<atom:link href="http://blog.christophersmart.com/2009/12/01/build-libpst-for-windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.christophersmart.com/2009/12/01/build-libpst-for-windows/</link>
	<description>Fortiter Et Recte</description>
	<lastBuildDate>Sat, 18 May 2013 13:34:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Peter</title>
		<link>http://blog.christophersmart.com/2009/12/01/build-libpst-for-windows/comment-page-1/#comment-19399</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Tue, 30 Aug 2011 16:06:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.christophersmart.com/?p=1602#comment-19399</guid>
		<description><![CDATA[Got it, just use this command line:

./configure -host=i686-pc-mingw32 --enable-python=no

make

: o )

the only problem now is when i export a pst with special characters folders in windows, it displays them wrong in console. The linux port doesnt have this problem. Any idea why?]]></description>
		<content:encoded><![CDATA[<p>Got it, just use this command line:</p>
<p>./configure -host=i686-pc-mingw32 &#8211;enable-python=no</p>
<p>make</p>
<p>: o )</p>
<p>the only problem now is when i export a pst with special characters folders in windows, it displays them wrong in console. The linux port doesnt have this problem. Any idea why?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://blog.christophersmart.com/2009/12/01/build-libpst-for-windows/comment-page-1/#comment-19391</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Tue, 30 Aug 2011 13:03:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.christophersmart.com/?p=1602#comment-19391</guid>
		<description><![CDATA[yum install python-devel*
Loaded plugins: langpacks, presto, refresh-packagekit
Setting up Install Process
Package python-devel-2.7.1-7.fc15.i686 already installed and latest version
Nothing to do

it returns again:


checking for a version of Python &gt;= &#039;2.1.0&#039;... yes
checking for a version of Python 2.7... yes
checking for the distutils Python package... yes
checking for Python include path... -I/usr/include/python2.7
checking for Python library path... -L/usr/lib -lpython2.7
checking for Python site-packages path... /usr/lib/python2.7/site-packages
checking python extra libraries...  -lpthread -ldl  -lutil
checking python extra linking flags... -Xlinker -export-dynamic
checking consistency of all components of python development environment... no
configure: error: in `/home/myprofile/libpst&#039;:
configure: error: 
  Could not link test program to Python. Maybe the main Python library has been
  installed in some non-standard library path. If so, pass it to configure,
  via the LDFLAGS environment variable.
  Example: ./configure LDFLAGS=&quot;-L/usr/non-standard-path/python/lib&quot;
  ============================================================================
   ERROR!
   You probably have to install the development version of the Python package
   for your distribution.  The exact name of this package varies among them.
  ============================================================================

Im stuck]]></description>
		<content:encoded><![CDATA[<p>yum install python-devel*<br />
Loaded plugins: langpacks, presto, refresh-packagekit<br />
Setting up Install Process<br />
Package python-devel-2.7.1-7.fc15.i686 already installed and latest version<br />
Nothing to do</p>
<p>it returns again:</p>
<p>checking for a version of Python &gt;= &#8217;2.1.0&#8242;&#8230; yes<br />
checking for a version of Python 2.7&#8230; yes<br />
checking for the distutils Python package&#8230; yes<br />
checking for Python include path&#8230; -I/usr/include/python2.7<br />
checking for Python library path&#8230; -L/usr/lib -lpython2.7<br />
checking for Python site-packages path&#8230; /usr/lib/python2.7/site-packages<br />
checking python extra libraries&#8230;  -lpthread -ldl  -lutil<br />
checking python extra linking flags&#8230; -Xlinker -export-dynamic<br />
checking consistency of all components of python development environment&#8230; no<br />
configure: error: in `/home/myprofile/libpst&#8217;:<br />
configure: error:<br />
  Could not link test program to Python. Maybe the main Python library has been<br />
  installed in some non-standard library path. If so, pass it to configure,<br />
  via the LDFLAGS environment variable.<br />
  Example: ./configure LDFLAGS=&#8221;-L/usr/non-standard-path/python/lib&#8221;<br />
  ============================================================================<br />
   ERROR!<br />
   You probably have to install the development version of the Python package<br />
   for your distribution.  The exact name of this package varies among them.<br />
  ============================================================================</p>
<p>Im stuck</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://blog.christophersmart.com/2009/12/01/build-libpst-for-windows/comment-page-1/#comment-19389</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Tue, 30 Aug 2011 10:17:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.christophersmart.com/?p=1602#comment-19389</guid>
		<description><![CDATA[Do you have python-devel installed? You need the -devel packages for anything you need development libraries for.

-c]]></description>
		<content:encoded><![CDATA[<p>Do you have python-devel installed? You need the -devel packages for anything you need development libraries for.</p>
<p>-c</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://blog.christophersmart.com/2009/12/01/build-libpst-for-windows/comment-page-1/#comment-19380</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Mon, 29 Aug 2011 23:46:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.christophersmart.com/?p=1602#comment-19380</guid>
		<description><![CDATA[ok, so far so good,now i get this error:

Could not link test program to Python. Maybe the main Python library has been
  installed in some non-standard library path. If so, pass it to configure,
  via the LDFLAGS environment variable.
  Example: ./configure LDFLAGS=&quot;-L/usr/non-standard-path/python/lib&quot;
  ============================================================================
   ERROR!
   You probably have to install the development version of the Python package
   for your distribution.  The exact name of this package varies among them.
  ============================================================================

Python 2.7 is already installed, why am i getting this error?

im using Fedora 11.

Thank you. 
Any ideas?]]></description>
		<content:encoded><![CDATA[<p>ok, so far so good,now i get this error:</p>
<p>Could not link test program to Python. Maybe the main Python library has been<br />
  installed in some non-standard library path. If so, pass it to configure,<br />
  via the LDFLAGS environment variable.<br />
  Example: ./configure LDFLAGS=&#8221;-L/usr/non-standard-path/python/lib&#8221;<br />
  ============================================================================<br />
   ERROR!<br />
   You probably have to install the development version of the Python package<br />
   for your distribution.  The exact name of this package varies among them.<br />
  ============================================================================</p>
<p>Python 2.7 is already installed, why am i getting this error?</p>
<p>im using Fedora 11.</p>
<p>Thank you.<br />
Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://blog.christophersmart.com/2009/12/01/build-libpst-for-windows/comment-page-1/#comment-19377</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Mon, 29 Aug 2011 21:12:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.christophersmart.com/?p=1602#comment-19377</guid>
		<description><![CDATA[Have you tried installing mingw32-iconv?

-c]]></description>
		<content:encoded><![CDATA[<p>Have you tried installing mingw32-iconv?</p>
<p>-c</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://blog.christophersmart.com/2009/12/01/build-libpst-for-windows/comment-page-1/#comment-19370</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Mon, 29 Aug 2011 15:08:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.christophersmart.com/?p=1602#comment-19370</guid>
		<description><![CDATA[Hi, i tried all the tips posted here, used fedora, ubuntu, cygwin with cygserver, also the command line mingw32-configure &amp;&amp; make, ./configure –host=i686-pc-mingw32 &amp;&amp; make.
The compiling starts great, but almost in the end, it returns error &quot;checking for iconv... no, consider installing GNU libiconv&quot;. 

Can someone help me?]]></description>
		<content:encoded><![CDATA[<p>Hi, i tried all the tips posted here, used fedora, ubuntu, cygwin with cygserver, also the command line mingw32-configure &amp;&amp; make, ./configure –host=i686-pc-mingw32 &amp;&amp; make.<br />
The compiling starts great, but almost in the end, it returns error &#8220;checking for iconv&#8230; no, consider installing GNU libiconv&#8221;. </p>
<p>Can someone help me?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://blog.christophersmart.com/2009/12/01/build-libpst-for-windows/comment-page-1/#comment-5879</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Tue, 22 Dec 2009 03:24:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.christophersmart.com/?p=1602#comment-5879</guid>
		<description><![CDATA[Thanks Nachum,

I did manage to get it working, which I&#039;ll have to post at some point!

Cheers,
Chris]]></description>
		<content:encoded><![CDATA[<p>Thanks Nachum,</p>
<p>I did manage to get it working, which I&#8217;ll have to post at some point!</p>
<p>Cheers,<br />
Chris</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nachum Kanovsky</title>
		<link>http://blog.christophersmart.com/2009/12/01/build-libpst-for-windows/comment-page-1/#comment-5877</link>
		<dc:creator>Nachum Kanovsky</dc:creator>
		<pubDate>Tue, 22 Dec 2009 01:11:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.christophersmart.com/?p=1602#comment-5877</guid>
		<description><![CDATA[Hi Chris,

I had the same problem yesterday, so I hacked together a simple solution. Using libpst-0.6.45.tar.gz, MinGW, GnuWin32&#039;s Regex and LibIconv I came up with a simple gcc command to create readpst.exe. See my blog at http://ionipti.blogspot.com/2009/12/libpst-and-readpst-hacked-way-on-vista.html. I am running Vista 64 but this creates a 32-bit executable.

I also put up readpst.exe on my site: http://nkcorner.com/readpst.exe.

I didn&#039;t check all the functions, but it extracts my files to text which is all I desired.]]></description>
		<content:encoded><![CDATA[<p>Hi Chris,</p>
<p>I had the same problem yesterday, so I hacked together a simple solution. Using libpst-0.6.45.tar.gz, MinGW, GnuWin32&#8242;s Regex and LibIconv I came up with a simple gcc command to create readpst.exe. See my blog at <a href="http://ionipti.blogspot.com/2009/12/libpst-and-readpst-hacked-way-on-vista.html" rel="nofollow">http://ionipti.blogspot.com/2009/12/libpst-and-readpst-hacked-way-on-vista.html</a>. I am running Vista 64 but this creates a 32-bit executable.</p>
<p>I also put up readpst.exe on my site: <a href="http://nkcorner.com/readpst.exe" rel="nofollow">http://nkcorner.com/readpst.exe</a>.</p>
<p>I didn&#8217;t check all the functions, but it extracts my files to text which is all I desired.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://blog.christophersmart.com/2009/12/01/build-libpst-for-windows/comment-page-1/#comment-5532</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Thu, 03 Dec 2009 00:40:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.christophersmart.com/?p=1602#comment-5532</guid>
		<description><![CDATA[Hey Erik,

Thanks for the suggestion. I previously tried all sorts of things, including MinGW, without success.

With Fedora 12 however, it appears to work. Yay!

I can build it now with simply:
mingw32-configure &amp;&amp; make

Or this should work:
./configure --host=i686-pc-mingw32 &amp;&amp; make

This creates readpst.exe which is what I want.

I&#039;d like to build it statically however, rather than having to ship all the MinGW dlls separately.

I did have to install a number of extra MinGW libraries, including mingw32-gcc-c++, mingw32-libgnurx and mingw32-iconv.

Thanks for the suggestion to try MinGW again! :-)]]></description>
		<content:encoded><![CDATA[<p>Hey Erik,</p>
<p>Thanks for the suggestion. I previously tried all sorts of things, including MinGW, without success.</p>
<p>With Fedora 12 however, it appears to work. Yay!</p>
<p>I can build it now with simply:<br />
mingw32-configure &amp;&amp; make</p>
<p>Or this should work:<br />
./configure &#8211;host=i686-pc-mingw32 &amp;&amp; make</p>
<p>This creates readpst.exe which is what I want.</p>
<p>I&#8217;d like to build it statically however, rather than having to ship all the MinGW dlls separately.</p>
<p>I did have to install a number of extra MinGW libraries, including mingw32-gcc-c++, mingw32-libgnurx and mingw32-iconv.</p>
<p>Thanks for the suggestion to try MinGW again! <img src='http://blog.christophersmart.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik de Castro Lopo</title>
		<link>http://blog.christophersmart.com/2009/12/01/build-libpst-for-windows/comment-page-1/#comment-5531</link>
		<dc:creator>Erik de Castro Lopo</dc:creator>
		<pubDate>Wed, 02 Dec 2009 23:15:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.christophersmart.com/?p=1602#comment-5531</guid>
		<description><![CDATA[Chris,

Have you tried cross compiling it from Linux to windows? If it uses the autotools, it should be as easy as:

    ./configure --host=i586-mingw32msvc --target=i586-pc-mingw32msvc --build=i686-linux

I use the mingw32 packages on Debian/Ubuntu to compile win32 binaries for libsndfile (I also run the test suite under Wine). For 64 bit windows i&#039;ve built a cross-compiler from the mingw-w64.sf.net sources.

HTH,
Erik]]></description>
		<content:encoded><![CDATA[<p>Chris,</p>
<p>Have you tried cross compiling it from Linux to windows? If it uses the autotools, it should be as easy as:</p>
<p>    ./configure &#8211;host=i586-mingw32msvc &#8211;target=i586-pc-mingw32msvc &#8211;build=i686-linux</p>
<p>I use the mingw32 packages on Debian/Ubuntu to compile win32 binaries for libsndfile (I also run the test suite under Wine). For 64 bit windows i&#8217;ve built a cross-compiler from the mingw-w64.sf.net sources.</p>
<p>HTH,<br />
Erik</p>
]]></content:encoded>
	</item>
</channel>
</rss>
