<?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 Blender 2.5, a visual guide</title>
	<atom:link href="http://blog.mikepan.com/build-blender-2-5-a-visual-guide/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mikepan.com/build-blender-2-5-a-visual-guide/</link>
	<description>making visuals with technology</description>
	<lastBuildDate>Thu, 02 Sep 2010 03:02:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Cubbie</title>
		<link>http://blog.mikepan.com/build-blender-2-5-a-visual-guide/#comment-270</link>
		<dc:creator>Cubbie</dc:creator>
		<pubDate>Wed, 10 Feb 2010 21:43:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mikepan.com/?p=179#comment-270</guid>
		<description>Thanks for this guide. Very helpful and everything worked first try.</description>
		<content:encoded><![CDATA[<p>Thanks for this guide. Very helpful and everything worked first try.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike pan</title>
		<link>http://blog.mikepan.com/build-blender-2-5-a-visual-guide/#comment-221</link>
		<dc:creator>mike pan</dc:creator>
		<pubDate>Thu, 07 Jan 2010 21:34:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mikepan.com/?p=179#comment-221</guid>
		<description>Hi Nicky,

Can you try another revision?  Sometimes the SVN does not build simply because people are constantly doing modifications.  I am not too sure about the error, but it looks like you are using Visual Studio 2005.  You should try to build it with VS2008 Express, which is free.</description>
		<content:encoded><![CDATA[<p>Hi Nicky,</p>
<p>Can you try another revision?  Sometimes the SVN does not build simply because people are constantly doing modifications.  I am not too sure about the error, but it looks like you are using Visual Studio 2005.  You should try to build it with VS2008 Express, which is free.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nicky</title>
		<link>http://blog.mikepan.com/build-blender-2-5-a-visual-guide/#comment-218</link>
		<dc:creator>nicky</dc:creator>
		<pubDate>Thu, 07 Jan 2010 08:31:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mikepan.com/?p=179#comment-218</guid>
		<description>The following is the error message:

1&gt;AUD_LowpassReader.cpp
1&gt;..\..\..\blender\intern\audaspace\FX\AUD_LowpassReader.cpp(54) : error C2065: &#039;M_PI&#039; : undeclared identifier
1&gt;..\..\..\blender\intern\audaspace\FX\AUD_LowpassReader.cpp(85) : warning C4018: &#039;AUD_HighpassReader.cpp
1&gt;..\..\..\blender\intern\audaspace\FX\AUD_HighpassReader.cpp(54) : error C2065: &#039;M_PI&#039; : undeclared identifier
1&gt;..\..\..\blender\intern\audaspace\FX\AUD_HighpassReader.cpp(85) : warning C4018: &#039;AUD_EnvelopeReader.cpp
1&gt;..\..\..\blender\intern\audaspace\FX\AUD_EnvelopeReader.cpp(47) : error C2666: &#039;pow&#039; : 6 overloads have similar conversions
1&gt;        C:\Program Files\Microsoft Visual Studio 8\VC\include\math.h(575): could be &#039;long double pow(long double,int)&#039;
1&gt;        C:\Program Files\Microsoft Visual Studio 8\VC\include\math.h(573): or &#039;long double pow(long double,long double)&#039;
1&gt;        C:\Program Files\Microsoft Visual Studio 8\VC\include\math.h(527): or &#039;float pow(float,int)&#039;
1&gt;        C:\Program Files\Microsoft Visual Studio 8\VC\include\math.h(525): or &#039;float pow(float,float)&#039;
1&gt;        C:\Program Files\Microsoft Visual Studio 8\VC\include\math.h(489): or &#039;double pow(double,int)&#039;
1&gt;        C:\Program Files\Microsoft Visual Studio 8\VC\include\math.h(123): or &#039;double pow(double,double)&#039;
1&gt;        while trying to match the argument list &#039;(float, double)&#039;
1&gt;..\..\..\blender\intern\audaspace\FX\AUD_EnvelopeReader.cpp(48) : error C2666: &#039;pow&#039; : 6 overloads have similar conversions
1&gt;        C:\Program Files\Microsoft Visual Studio 8\VC\include\math.h(575): could be &#039;long double pow(long double,int)&#039;
1&gt;        C:\Program Files\Microsoft Visual Studio 8\VC\include\math.h(573): or &#039;long double pow(long double,long double)&#039;
1&gt;        C:\Program Files\Microsoft Visual Studio 8\VC\include\math.h(527): or &#039;float pow(float,int)&#039;
1&gt;        C:\Program Files\Microsoft Visual Studio 8\VC\include\math.h(525): or &#039;float pow(float,float)&#039;
1&gt;        C:\Program Files\Microsoft Visual Studio 8\VC\include\math.h(489): or &#039;double pow(double,int)&#039;
1&gt;        C:\Program Files\Microsoft Visual Studio 8\VC\include\math.h(123): or &#039;double pow(double,double)&#039;
1&gt;        while trying to match the argument list &#039;(float, double)&#039;
1&gt;..\..\..\blender\intern\audaspace\FX\AUD_EnvelopeReader.cpp(66) : warning C4018: &#039;AUD_ButterworthReader.cpp
1&gt;..\..\..\blender\intern\audaspace\FX\AUD_ButterworthReader.cpp(54) : error C2065: &#039;M_PI&#039; : undeclared identifier
1&gt;..\..\..\blender\intern\audaspace\FX\AUD_ButterworthReader.cpp(94) : warning C4018: &#039;&lt;&#039; : signed/unsigned mismatch</description>
		<content:encoded><![CDATA[<p>The following is the error message:</p>
<p>1&gt;AUD_LowpassReader.cpp<br />
1&gt;..\..\..\blender\intern\audaspace\FX\AUD_LowpassReader.cpp(54) : error C2065: &#8216;M_PI&#8217; : undeclared identifier<br />
1&gt;..\..\..\blender\intern\audaspace\FX\AUD_LowpassReader.cpp(85) : warning C4018: &#8216;AUD_HighpassReader.cpp<br />
1&gt;..\..\..\blender\intern\audaspace\FX\AUD_HighpassReader.cpp(54) : error C2065: &#8216;M_PI&#8217; : undeclared identifier<br />
1&gt;..\..\..\blender\intern\audaspace\FX\AUD_HighpassReader.cpp(85) : warning C4018: &#8216;AUD_EnvelopeReader.cpp<br />
1&gt;..\..\..\blender\intern\audaspace\FX\AUD_EnvelopeReader.cpp(47) : error C2666: &#8216;pow&#8217; : 6 overloads have similar conversions<br />
1&gt;        C:\Program Files\Microsoft Visual Studio 8\VC\include\math.h(575): could be &#8216;long double pow(long double,int)&#8217;<br />
1&gt;        C:\Program Files\Microsoft Visual Studio 8\VC\include\math.h(573): or &#8216;long double pow(long double,long double)&#8217;<br />
1&gt;        C:\Program Files\Microsoft Visual Studio 8\VC\include\math.h(527): or &#8216;float pow(float,int)&#8217;<br />
1&gt;        C:\Program Files\Microsoft Visual Studio 8\VC\include\math.h(525): or &#8216;float pow(float,float)&#8217;<br />
1&gt;        C:\Program Files\Microsoft Visual Studio 8\VC\include\math.h(489): or &#8216;double pow(double,int)&#8217;<br />
1&gt;        C:\Program Files\Microsoft Visual Studio 8\VC\include\math.h(123): or &#8216;double pow(double,double)&#8217;<br />
1&gt;        while trying to match the argument list &#8216;(float, double)&#8217;<br />
1&gt;..\..\..\blender\intern\audaspace\FX\AUD_EnvelopeReader.cpp(48) : error C2666: &#8216;pow&#8217; : 6 overloads have similar conversions<br />
1&gt;        C:\Program Files\Microsoft Visual Studio 8\VC\include\math.h(575): could be &#8216;long double pow(long double,int)&#8217;<br />
1&gt;        C:\Program Files\Microsoft Visual Studio 8\VC\include\math.h(573): or &#8216;long double pow(long double,long double)&#8217;<br />
1&gt;        C:\Program Files\Microsoft Visual Studio 8\VC\include\math.h(527): or &#8216;float pow(float,int)&#8217;<br />
1&gt;        C:\Program Files\Microsoft Visual Studio 8\VC\include\math.h(525): or &#8216;float pow(float,float)&#8217;<br />
1&gt;        C:\Program Files\Microsoft Visual Studio 8\VC\include\math.h(489): or &#8216;double pow(double,int)&#8217;<br />
1&gt;        C:\Program Files\Microsoft Visual Studio 8\VC\include\math.h(123): or &#8216;double pow(double,double)&#8217;<br />
1&gt;        while trying to match the argument list &#8216;(float, double)&#8217;<br />
1&gt;..\..\..\blender\intern\audaspace\FX\AUD_EnvelopeReader.cpp(66) : warning C4018: &#8216;AUD_ButterworthReader.cpp<br />
1&gt;..\..\..\blender\intern\audaspace\FX\AUD_ButterworthReader.cpp(54) : error C2065: &#8216;M_PI&#8217; : undeclared identifier<br />
1&gt;..\..\..\blender\intern\audaspace\FX\AUD_ButterworthReader.cpp(94) : warning C4018: &#8216;&lt;&#039; : signed/unsigned mismatch</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike pan</title>
		<link>http://blog.mikepan.com/build-blender-2-5-a-visual-guide/#comment-210</link>
		<dc:creator>mike pan</dc:creator>
		<pubDate>Sat, 02 Jan 2010 17:00:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mikepan.com/?p=179#comment-210</guid>
		<description>Nicky, bf_audaspace does not exist probably because the bf_audaspace project did not build successfully.  Check the error console for more information.</description>
		<content:encoded><![CDATA[<p>Nicky, bf_audaspace does not exist probably because the bf_audaspace project did not build successfully.  Check the error console for more information.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nicky</title>
		<link>http://blog.mikepan.com/build-blender-2-5-a-visual-guide/#comment-204</link>
		<dc:creator>nicky</dc:creator>
		<pubDate>Sat, 02 Jan 2010 06:46:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mikepan.com/?p=179#comment-204</guid>
		<description>halo, i use VS2005 to compile the project, the following error message shown
&quot;cannot open input file &#039;..\..\lib\Release\bf_audaspace.lib&quot;</description>
		<content:encoded><![CDATA[<p>halo, i use VS2005 to compile the project, the following error message shown<br />
&#8220;cannot open input file &#8216;..\..\lib\Release\bf_audaspace.lib&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Loop Duplicate</title>
		<link>http://blog.mikepan.com/build-blender-2-5-a-visual-guide/#comment-203</link>
		<dc:creator>Loop Duplicate</dc:creator>
		<pubDate>Fri, 01 Jan 2010 23:06:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mikepan.com/?p=179#comment-203</guid>
		<description>Yes!  My first successful build, thanks to your tut!  I couldn&#039;t wait to try out Nexyon&#039;s sound stuff he committed today so I built blender myself!  Yeah...  now, off to work with my new build...hee hee.</description>
		<content:encoded><![CDATA[<p>Yes!  My first successful build, thanks to your tut!  I couldn&#8217;t wait to try out Nexyon&#8217;s sound stuff he committed today so I built blender myself!  Yeah&#8230;  now, off to work with my new build&#8230;hee hee.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Loop Duplicate</title>
		<link>http://blog.mikepan.com/build-blender-2-5-a-visual-guide/#comment-201</link>
		<dc:creator>Loop Duplicate</dc:creator>
		<pubDate>Fri, 01 Jan 2010 06:58:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mikepan.com/?p=179#comment-201</guid>
		<description>&lt;a href=&quot;#comment-86&quot; rel=&quot;nofollow&quot;&gt;@BlenderTR&lt;/a&gt; 
At least this tutorial is very clear.  How could you possibly improve on this?  And you have horrible grammer.</description>
		<content:encoded><![CDATA[<p><a href="#comment-86" rel="nofollow">@BlenderTR</a><br />
At least this tutorial is very clear.  How could you possibly improve on this?  And you have horrible grammer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vasili</title>
		<link>http://blog.mikepan.com/build-blender-2-5-a-visual-guide/#comment-145</link>
		<dc:creator>vasili</dc:creator>
		<pubDate>Mon, 14 Dec 2009 07:59:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mikepan.com/?p=179#comment-145</guid>
		<description>It worked! &lt;:-p THank you!</description>
		<content:encoded><![CDATA[<p>It worked! &lt;:-p THank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike pan</title>
		<link>http://blog.mikepan.com/build-blender-2-5-a-visual-guide/#comment-142</link>
		<dc:creator>mike pan</dc:creator>
		<pubDate>Sun, 13 Dec 2009 18:20:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mikepan.com/?p=179#comment-142</guid>
		<description>The linker is trying to build the binary by linking it with BF_ELBEEM, which is the fluid module.  Maybe you have deselected it in CMake, but for some reason it doesn&#039;t quite work.  The easiest solution is simply to go back to CMake, enable Elbeem, regenerate solution files, and then re-build from Visual Studio.</description>
		<content:encoded><![CDATA[<p>The linker is trying to build the binary by linking it with BF_ELBEEM, which is the fluid module.  Maybe you have deselected it in CMake, but for some reason it doesn&#8217;t quite work.  The easiest solution is simply to go back to CMake, enable Elbeem, regenerate solution files, and then re-build from Visual Studio.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vasili</title>
		<link>http://blog.mikepan.com/build-blender-2-5-a-visual-guide/#comment-141</link>
		<dc:creator>vasili</dc:creator>
		<pubDate>Sun, 13 Dec 2009 15:12:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mikepan.com/?p=179#comment-141</guid>
		<description>hy.i tried to compile blender 2.43 but i ended with an error.advices?
http://img265.imageshack.us/i/55339959.png/</description>
		<content:encoded><![CDATA[<p>hy.i tried to compile blender 2.43 but i ended with an error.advices?<br />
<a href="http://img265.imageshack.us/i/55339959.png/" rel="nofollow">http://img265.imageshack.us/i/55339959.png/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
