<?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: Software</title>
	<atom:link href="http://rodgers.org.uk/software/feed" rel="self" type="application/rss+xml" />
	<link>http://rodgers.org.uk</link>
	<description></description>
	<lastBuildDate>Sun, 15 Apr 2012 19:07:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: James</title>
		<link>http://rodgers.org.uk/software/comment-page-1#comment-11426</link>
		<dc:creator>James</dc:creator>
		<pubDate>Mon, 27 Sep 2010 09:10:55 +0000</pubDate>
		<guid isPermaLink="false">http://rodgers.org.uk/software/#comment-11426</guid>
		<description>Shibu,

The error messages you quoted seem to indicate that the compiler cannot find the FFTW libraries. Have you downloaded and installed those libraries on your system ? They are available from  http://www.fftw.org/ . The libraries for windows include a command line utility to benchmark how fast the FFTW libraries work ou your machine. You could use this utility to check that your FFTW installation is working properly.
Then, the variable fftwPath in the Matlab script must be modified to point to your FFTW installation.
Hopefully, this should solve your problem.
If this doesn&#039;t work, more information will be recquired to help you (version of Windows, compiler, Matlab and FFTW you are using).
If you need further help you can contact me at :
james . mure - dubois NOSPAM unine . ch
(remove spaces and replace nospam by @)
As my usage of S2Kit ended in 2009, I cannot promise that I&#039;ll be able to help you, but I can try

Cheers, James</description>
		<content:encoded><![CDATA[<p>Shibu,</p>
<p>The error messages you quoted seem to indicate that the compiler cannot find the FFTW libraries. Have you downloaded and installed those libraries on your system ? They are available from  <a href="http://www.fftw.org/" rel="nofollow">http://www.fftw.org/</a> . The libraries for windows include a command line utility to benchmark how fast the FFTW libraries work ou your machine. You could use this utility to check that your FFTW installation is working properly.<br />
Then, the variable fftwPath in the Matlab script must be modified to point to your FFTW installation.<br />
Hopefully, this should solve your problem.<br />
If this doesn&#8217;t work, more information will be recquired to help you (version of Windows, compiler, Matlab and FFTW you are using).<br />
If you need further help you can contact me at :<br />
james . mure &#8211; dubois NOSPAM unine . ch<br />
(remove spaces and replace nospam by @)<br />
As my usage of S2Kit ended in 2009, I cannot promise that I&#8217;ll be able to help you, but I can try</p>
<p>Cheers, James</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shibu</title>
		<link>http://rodgers.org.uk/software/comment-page-1#comment-11425</link>
		<dc:creator>Shibu</dc:creator>
		<pubDate>Thu, 23 Sep 2010 17:54:42 +0000</pubDate>
		<guid isPermaLink="false">http://rodgers.org.uk/software/#comment-11425</guid>
		<description>I would like to get s2fst and s2ifst be run on Windows. When I run the JMu_mexS2Kit.m file I got the error message as shown below.
Can anyone help me out

Building s2fst mex file ...
s2fst.obj .text: undefined reference to &#039;_fftw_plan_r2r_1d&#039; 
s2fst.obj .text: undefined reference to &#039;_fftw_plan_guru_split_dft&#039; 
s2fst.obj .text: undefined reference to &#039;_fftw_destroy_plan&#039; 
cospmls.obj .text: undefined reference to &#039;__imp__fftw_plan_r2r_1d&#039; 
cospmls.obj .text: undefined reference to &#039;__CIsin&#039; 
cospmls.obj .text: undefined reference to &#039;__imp__fftw_execute&#039; 
cospmls.obj .text: undefined reference to &#039;__CIsqrt&#039; 
cospmls.obj .text: undefined reference to &#039;__imp__fftw_destroy_plan&#039; 
fst_semi_fly.obj .text: undefined reference to &#039;__imp__fftw_execute_split_dft&#039; 
fst_semi_fly.obj .text: undefined reference to &#039;__imp__fftw_plan_guru_split_dft&#039; 
primitive.obj .text: undefined reference to &#039;__CIcos&#039; 
seminaive.obj .text: undefined reference to &#039;__imp__fftw_execute_r2r&#039; 
 
  C:\MATLAB701\BIN\WIN32\MEX.PL: Error: Link of &#039;s2fst.dll&#039; failed. 
 
??? Error using ==&gt; mex
Unable to complete successfully

Error in ==&gt; JMu_mexS2Kit at 30
eval([&#039;mex&#039; &#039; -I&#039; fftwPath &#039; -I&#039; s2kpath ...</description>
		<content:encoded><![CDATA[<p>I would like to get s2fst and s2ifst be run on Windows. When I run the JMu_mexS2Kit.m file I got the error message as shown below.<br />
Can anyone help me out</p>
<p>Building s2fst mex file &#8230;<br />
s2fst.obj .text: undefined reference to &#8216;_fftw_plan_r2r_1d&#8217;<br />
s2fst.obj .text: undefined reference to &#8216;_fftw_plan_guru_split_dft&#8217;<br />
s2fst.obj .text: undefined reference to &#8216;_fftw_destroy_plan&#8217;<br />
cospmls.obj .text: undefined reference to &#8216;__imp__fftw_plan_r2r_1d&#8217;<br />
cospmls.obj .text: undefined reference to &#8216;__CIsin&#8217;<br />
cospmls.obj .text: undefined reference to &#8216;__imp__fftw_execute&#8217;<br />
cospmls.obj .text: undefined reference to &#8216;__CIsqrt&#8217;<br />
cospmls.obj .text: undefined reference to &#8216;__imp__fftw_destroy_plan&#8217;<br />
fst_semi_fly.obj .text: undefined reference to &#8216;__imp__fftw_execute_split_dft&#8217;<br />
fst_semi_fly.obj .text: undefined reference to &#8216;__imp__fftw_plan_guru_split_dft&#8217;<br />
primitive.obj .text: undefined reference to &#8216;__CIcos&#8217;<br />
seminaive.obj .text: undefined reference to &#8216;__imp__fftw_execute_r2r&#8217; </p>
<p>  C:\MATLAB701\BIN\WIN32\MEX.PL: Error: Link of &#8216;s2fst.dll&#8217; failed. </p>
<p>??? Error using ==&gt; mex<br />
Unable to complete successfully</p>
<p>Error in ==&gt; JMu_mexS2Kit at 30<br />
eval([&#8216;mex&#8217; &#8216; -I&#8217; fftwPath &#8216; -I&#8217; s2kpath &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://rodgers.org.uk/software/comment-page-1#comment-11396</link>
		<dc:creator>James</dc:creator>
		<pubDate>Thu, 24 Sep 2009 13:26:07 +0000</pubDate>
		<guid isPermaLink="false">http://rodgers.org.uk/software/#comment-11396</guid>
		<description>I don&#039;t know if there was already an answer to Roland&#039;s and Brian question.
For a project I work on, I had to compile s2kit and yawtb on Windows XP SP3. I used MS Visual Studio 2005.
A copy of the modified s2kit10 folder can be found on:
	&lt;a href=&quot;https://documents.epfl.ch/users/m/mu/muredubo/www/s2kit10.zip&quot; rel=&quot;nofollow&quot;&gt;	https://documents.epfl.ch/users/m/mu/muredubo/www/s2kit10.zip&lt;/a&gt;
Note that is is&#039;nt a proper port, but just a quick hack to get the files to compile. I used premake to create project files for each target in the makefile.
Hope this helps. Remmber that those modifications come with no warranty.

Cheers, James</description>
		<content:encoded><![CDATA[<p>I don&#8217;t know if there was already an answer to Roland&#8217;s and Brian question.<br />
For a project I work on, I had to compile s2kit and yawtb on Windows XP SP3. I used MS Visual Studio 2005.<br />
A copy of the modified s2kit10 folder can be found on:<br />
	<a href="https://documents.epfl.ch/users/m/mu/muredubo/www/s2kit10.zip" rel="nofollow">	</a><a href="https://documents.epfl.ch/users/m/mu/muredubo/www/s2kit10.zip" rel="nofollow">https://documents.epfl.ch/users/m/mu/muredubo/www/s2kit10.zip</a><br />
Note that is is&#8217;nt a proper port, but just a quick hack to get the files to compile. I used premake to create project files for each target in the makefile.<br />
Hope this helps. Remmber that those modifications come with no warranty.</p>
<p>Cheers, James</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://rodgers.org.uk/software/comment-page-1#comment-11395</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Thu, 10 Sep 2009 19:48:59 +0000</pubDate>
		<guid isPermaLink="false">http://rodgers.org.uk/software/#comment-11395</guid>
		<description>Was there ever a response to Roland&#039;s question?  I&#039;d also like to install on Windows XP.</description>
		<content:encoded><![CDATA[<p>Was there ever a response to Roland&#8217;s question?  I&#8217;d also like to install on Windows XP.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roland</title>
		<link>http://rodgers.org.uk/software/comment-page-1#comment-4538</link>
		<dc:creator>Roland</dc:creator>
		<pubDate>Sun, 21 Oct 2007 18:44:14 +0000</pubDate>
		<guid isPermaLink="false">http://rodgers.org.uk/software/#comment-4538</guid>
		<description>Do you know how to install Fast Spherical Harmonic Transform (including S2kit and FFTW3) on a Windows XP platform?</description>
		<content:encoded><![CDATA[<p>Do you know how to install Fast Spherical Harmonic Transform (including S2kit and FFTW3) on a Windows XP platform?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

