<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Maratis forum - scons can't find PYthon]]></title>
		<link>http://forum.maratis3d.com/viewtopic.php?id=653</link>
		<description><![CDATA[The most recent posts in scons can't find PYthon.]]></description>
		<lastBuildDate>Sun, 05 May 2013 16:32:20 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: scons can't find PYthon]]></title>
			<link>http://forum.maratis3d.com/viewtopic.php?pid=4115#p4115</link>
			<description><![CDATA[<p>Only in lwoanimation.cpp <img src="http://forum.maratis3d.com/img/smilies/wink.png" width="15" height="15" alt="wink" /></p>]]></description>
			<author><![CDATA[dummy@example.com (VeganDev)]]></author>
			<pubDate>Sun, 05 May 2013 16:32:20 +0000</pubDate>
			<guid>http://forum.maratis3d.com/viewtopic.php?pid=4115#p4115</guid>
		</item>
		<item>
			<title><![CDATA[Re: scons can't find PYthon]]></title>
			<link>http://forum.maratis3d.com/viewtopic.php?pid=4114#p4114</link>
			<description><![CDATA[<p>good,</p><p>can you confirm me where you added the line so I can correct it on svn too,<br />only in lwoanimation.cpp or in other files also ?</p>]]></description>
			<author><![CDATA[dummy@example.com (anael)]]></author>
			<pubDate>Sun, 05 May 2013 15:46:33 +0000</pubDate>
			<guid>http://forum.maratis3d.com/viewtopic.php?pid=4114#p4114</guid>
		</item>
		<item>
			<title><![CDATA[Re: scons can't find PYthon]]></title>
			<link>http://forum.maratis3d.com/viewtopic.php?pid=4113#p4113</link>
			<description><![CDATA[<p>Thanks again Anael for that one liner inclusion, as it worked fine, giving no errors this time <img src="http://forum.maratis3d.com/img/smilies/wink.png" width="15" height="15" alt="wink" /></p><p>Cheers<br />Gm</p>]]></description>
			<author><![CDATA[dummy@example.com (VeganDev)]]></author>
			<pubDate>Sun, 05 May 2013 10:37:16 +0000</pubDate>
			<guid>http://forum.maratis3d.com/viewtopic.php?pid=4113#p4113</guid>
		</item>
		<item>
			<title><![CDATA[Re: scons can't find PYthon]]></title>
			<link>http://forum.maratis3d.com/viewtopic.php?pid=4076#p4076</link>
			<description><![CDATA[<p>OK Anael, thx , that was really fast I must admit <img src="http://forum.maratis3d.com/img/smilies/wink.png" width="15" height="15" alt="wink" />)<br />I&#039;ll post here with the results.</p><p>Cheers<br />Gm</p>]]></description>
			<author><![CDATA[dummy@example.com (VeganDev)]]></author>
			<pubDate>Fri, 26 Apr 2013 00:47:40 +0000</pubDate>
			<guid>http://forum.maratis3d.com/viewtopic.php?pid=4076#p4076</guid>
		</item>
		<item>
			<title><![CDATA[Re: scons can't find PYthon]]></title>
			<link>http://forum.maratis3d.com/viewtopic.php?pid=4072#p4072</link>
			<description><![CDATA[<p>I did some research and it seems that Microsoft moved some std:: functions and broke the compatibility,<br />which would explain why it works with older versions of visual and why it works on linux and mac (gcc).</p><p>This functions (std:: bind1st, std::greater...) are used by assimp only,</p><p>try adding this line on top of &quot;lwoanimation.cpp&quot; and to other files having the same errors :<br /></p><div class="codebox"><pre><code>#include &lt;functional&gt;</code></pre></div><p>I don&#039;t have visual studio 2012 installed so I cannot test it,<br />tell me how it goes and we&#039;ll update the code on svn.</p><p>(we could also put a bug report on assimp website)</p>]]></description>
			<author><![CDATA[dummy@example.com (anael)]]></author>
			<pubDate>Thu, 25 Apr 2013 17:27:00 +0000</pubDate>
			<guid>http://forum.maratis3d.com/viewtopic.php?pid=4072#p4072</guid>
		</item>
		<item>
			<title><![CDATA[Re: scons can't find PYthon]]></title>
			<link>http://forum.maratis3d.com/viewtopic.php?pid=4070#p4070</link>
			<description><![CDATA[<p>I&#039;m going to make this a new post to make sure its noticed.</p><p>I removed VS2010 and kept VS 2012 for obvious reasons, and after running python scons.py, and as note by Anael about ASSIMP issues,&nbsp; I am now posting the results:</p><p>LWOAnimation.cpp<br />c:\users\gaillard lee\downloads\ maratis3.21\3rdparty\assimp\code\lwoanimation.cpp(159) : error C2039: &#039;bind1st&#039; : is not a member of &#039;std&#039;<br />c:\users\gaillard lee\downloads\ maratis3.21\3rdparty\assimp\code\lwoanimation.cpp(159) : error C2039: &#039;greater&#039; : is not a member of &#039;std&#039;<br />c:\users\gaillard lee\downloads\ maratis3.21\3rdparty\assimp\code\lwoanimation.cpp(159) : error C2065: &#039;greater&#039; : undeclared identifier<br />c:\users\gaillard lee\downloads\ maratis3.21\3rdparty\assimp\code\lwoanimation.cpp(159) : error C2062: type &#039;double&#039; unexpected<br />c:\users\gaillard lee\downloads\ maratis3.21\3rdparty\assimp\code\lwoanimation.cpp(159) : error C3861: &#039;bind1st&#039;: identifier not found<br />c:\users\gaillard lee\downloads\ maratis3.21\3rdparty\assimp\code\lwoanimation.cpp(177) : error C2065: &#039;m&#039; : undeclared identifier<br />c:\users\gaillard lee\downloads\ maratis3.21\3rdparty\assimp\code\lwoanimation.cpp(178) : error C2065: &#039;m&#039; : undeclared identifier<br />c:\users\gaillard lee\downloads\ maratis3.21\3rdparty\assimp\code\lwoanimation.cpp(181) : error C2065: &#039;m&#039; : undeclared identifier<br />c:\users\gaillard lee\downloads\ maratis3.21\3rdparty\assimp\code\lwoanimation.cpp(189) : error C2065: &#039;m&#039; : undeclared identifier<br />c:\users\gaillard lee\downloads\ maratis3.21\3rdparty\assimp\code\lwoanimation.cpp(190) : error C2065: &#039;m&#039; : undeclared identifier<br />scons: *** [build\win32_i386\release\3rdparty\assimp\code\LWOAnimation.obj] Error 2<br />scons: building terminated because of errors.</p><p>Im not sure its logical that I should ( or anyone ?) have to revert to a older version of VS just to get this working, as that means Im going backwards in features ( why I&#039;d like to keep 2012 : <a href="http://msdn.microsoft.com/en-us/library/bb386063.aspx">http://msdn.microsoft.com/en-us/library/bb386063.aspx</a> ) and likely stability of a product and I&#039;m just not willing to do that just yet if I can at all avoid it.</p><p>Short of that, I hope Anael can find the issues with Assimp , because at least so far I am having no other errors in compilation of other software.</p><p>Thx <img src="http://forum.maratis3d.com/img/smilies/wink.png" width="15" height="15" alt="wink" /><br />Gm</p>]]></description>
			<author><![CDATA[dummy@example.com (VeganDev)]]></author>
			<pubDate>Thu, 25 Apr 2013 14:55:00 +0000</pubDate>
			<guid>http://forum.maratis3d.com/viewtopic.php?pid=4070#p4070</guid>
		</item>
		<item>
			<title><![CDATA[Re: scons can't find PYthon]]></title>
			<link>http://forum.maratis3d.com/viewtopic.php?pid=4067#p4067</link>
			<description><![CDATA[<p>I&quot;d like to avoid removing an entire VS app if I don&#039;t need to , as its not a quick install ( or removal). Any ideas on this before that happens ? <img src="http://forum.maratis3d.com/img/smilies/wink.png" width="15" height="15" alt="wink" /> Im stuck until this is resolved.</p><p>EDIT: Im going to just remove VS2010 and keep 2012 and see if that helps...i&#039;d rather have current than old, so this just makes sense. I&#039;ll report if this change allows compilation to be successful.</p><p>thx<br />Gm</p>]]></description>
			<author><![CDATA[dummy@example.com (VeganDev)]]></author>
			<pubDate>Thu, 25 Apr 2013 06:12:22 +0000</pubDate>
			<guid>http://forum.maratis3d.com/viewtopic.php?pid=4067#p4067</guid>
		</item>
		<item>
			<title><![CDATA[Re: scons can't find PYthon]]></title>
			<link>http://forum.maratis3d.com/viewtopic.php?pid=4041#p4041</link>
			<description><![CDATA[<div class="quotebox"><cite>Sponk wrote:</cite><blockquote><p>I don&#039;t think it&#039;s about VS 2010 because it works fine for me.</p><p>Maybe your VS 2012 installation messed around with some environment variables so you can&#039;t use the &#039;old&#039; VS 2010 compiler anymore?</p><p>Sponk</p></blockquote></div><p>How would I verify that if so to avoid removing VS 2010 if indeed it&#039;s not the problem ?</p><p>All I can be sure of, is that VS10 and 11, both have their own ENV VAR as shown in my computer&#039;s ENV VAR section.</p><p>thx<br />Gm</p>]]></description>
			<author><![CDATA[dummy@example.com (VeganDev)]]></author>
			<pubDate>Sun, 21 Apr 2013 20:39:15 +0000</pubDate>
			<guid>http://forum.maratis3d.com/viewtopic.php?pid=4041#p4041</guid>
		</item>
		<item>
			<title><![CDATA[Re: scons can't find PYthon]]></title>
			<link>http://forum.maratis3d.com/viewtopic.php?pid=4040#p4040</link>
			<description><![CDATA[<p>I don&#039;t think it&#039;s about VS 2010 because it works fine for me.</p><p>Maybe your VS 2012 installation messed around with some environment variables so you can&#039;t use the &#039;old&#039; VS 2010 compiler anymore?</p><p>Sponk</p>]]></description>
			<author><![CDATA[dummy@example.com (Sponk)]]></author>
			<pubDate>Sun, 21 Apr 2013 20:33:19 +0000</pubDate>
			<guid>http://forum.maratis3d.com/viewtopic.php?pid=4040#p4040</guid>
		</item>
		<item>
			<title><![CDATA[Re: scons can't find PYthon]]></title>
			<link>http://forum.maratis3d.com/viewtopic.php?pid=4039#p4039</link>
			<description><![CDATA[<p>Hi Anael and thx for reply <img src="http://forum.maratis3d.com/img/smilies/wink.png" width="15" height="15" alt="wink" />))</p><p>I am using Windows 8 64bit ( No doubt by now, many people are, not sure how widespread it is so far), and I have ms express 2010 and 2012 installed. I just saw no reason to go back further than 2010, but I&#039;m willing to install it if need be I guess.</p><p>Cheers<br />Gm</p>]]></description>
			<author><![CDATA[dummy@example.com (VeganDev)]]></author>
			<pubDate>Sun, 21 Apr 2013 15:44:33 +0000</pubDate>
			<guid>http://forum.maratis3d.com/viewtopic.php?pid=4039#p4039</guid>
		</item>
		<item>
			<title><![CDATA[Re: scons can't find PYthon]]></title>
			<link>http://forum.maratis3d.com/viewtopic.php?pid=4036#p4036</link>
			<description><![CDATA[<p>Hi,</p><p>there is some recurring problems on windows which I don&#039;t fully understand,<br />most of it seems to be linked with Assimp and the new c++ standard (maybe).</p><p>What windows are you using ? and what compiler is installed ? (I know it works with visual studio 8, not sure about more recent versions)</p>]]></description>
			<author><![CDATA[dummy@example.com (anael)]]></author>
			<pubDate>Sun, 21 Apr 2013 05:40:25 +0000</pubDate>
			<guid>http://forum.maratis3d.com/viewtopic.php?pid=4036#p4036</guid>
		</item>
		<item>
			<title><![CDATA[Re: scons can't find PYthon]]></title>
			<link>http://forum.maratis3d.com/viewtopic.php?pid=4035#p4035</link>
			<description><![CDATA[<p>I tried running python scons.py and it clearly started working just fine, but then I got this:</p><p>cl /Fobuild\win32_i386\release\3rdparty\assimp\code\LWOAnimation.obj /c &quot;C:\Users\Gaillard Lee\Downloads\maratis-master\3rdparty\assimp\code\LWOAnimation.cpp&quot; /TP /nologo /EHsc /nologo /GR /<br />FC /W1 /O2 /Ot /MD /arch:SSE2 /DWIN32 /D_MBCS /DNDEBUG /DASSIMP_BUILD_BOOST_WORKAROUND /DASSIMP_BUILD_NO_OWN_ZLIB /Ibuild\win32_i386\release\3rdparty\assimp &quot;/IC:\Users\Gaillard Lee\Download<br />s\maratis-master\3rdparty\assimp&quot; /Ibuild\win32_i386\release\3rdparty\assimp\include &quot;/IC:\Users\Gaillard Lee\Downloads\maratis-master\3rdparty\assimp\include&quot; /Ibuild\win32_i386\release\3rd<br />party\assimp\code\BoostWorkaround &quot;/IC:\Users\Gaillard Lee\Downloads\maratis-master\3rdparty\assimp\code\BoostWorkaround&quot; /Ibuild\win32_i386\release\3rdparty\zlib &quot;/IC:\Users\Gaillard Lee\Do<br />wnloads\maratis-master\3rdparty\zlib&quot;<br />LWOAnimation.cpp<br />c:\users\gaillard lee\downloads\maratis-master\3rdparty\assimp\code\lwoanimation.cpp(159) : error C2039: &#039;bind1st&#039; : is not a member of &#039;std&#039;<br />c:\users\gaillard lee\downloads\maratis-master\3rdparty\assimp\code\lwoanimation.cpp(159) : error C2039: &#039;greater&#039; : is not a member of &#039;std&#039;<br />c:\users\gaillard lee\downloads\maratis-master\3rdparty\assimp\code\lwoanimation.cpp(159) : error C2065: &#039;greater&#039; : undeclared identifier<br />c:\users\gaillard lee\downloads\maratis-master\3rdparty\assimp\code\lwoanimation.cpp(159) : error C2062: type &#039;double&#039; unexpected<br />c:\users\gaillard lee\downloads\maratis-master\3rdparty\assimp\code\lwoanimation.cpp(159) : error C3861: &#039;bind1st&#039;: identifier not found<br />c:\users\gaillard lee\downloads\maratis-master\3rdparty\assimp\code\lwoanimation.cpp(177) : error C2065: &#039;m&#039; : undeclared identifier<br />c:\users\gaillard lee\downloads\maratis-master\3rdparty\assimp\code\lwoanimation.cpp(178) : error C2065: &#039;m&#039; : undeclared identifier<br />c:\users\gaillard lee\downloads\maratis-master\3rdparty\assimp\code\lwoanimation.cpp(181) : error C2065: &#039;m&#039; : undeclared identifier<br />c:\users\gaillard lee\downloads\maratis-master\3rdparty\assimp\code\lwoanimation.cpp(189) : error C2065: &#039;m&#039; : undeclared identifier<br />c:\users\gaillard lee\downloads\maratis-master\3rdparty\assimp\code\lwoanimation.cpp(190) : error C2065: &#039;m&#039; : undeclared identifier<br />scons: *** [build\win32_i386\release\3rdparty\assimp\code\LWOAnimation.obj] Error 2<br />scons: building terminated because of errors.</p><p>Also it should be noted, that few are going to understand ( as I clearly didn&#039;t ) you do NOT need scons to do this, because INSTALL reads as following:</p><p>&quot; Make sure you have Python and scons installed, open a shell and type : &quot;python scons.py&quot; after the build, the final product can be found in the &quot;prod/&quot; directory &quot;</p><p>But anyway, - any idea what might be up ?</p><p>ty<br />Gm</p>]]></description>
			<author><![CDATA[dummy@example.com (VeganDev)]]></author>
			<pubDate>Sat, 20 Apr 2013 19:14:29 +0000</pubDate>
			<guid>http://forum.maratis3d.com/viewtopic.php?pid=4035#p4035</guid>
		</item>
		<item>
			<title><![CDATA[Re: scons can't find PYthon]]></title>
			<link>http://forum.maratis3d.com/viewtopic.php?pid=4033#p4033</link>
			<description><![CDATA[<p>Hi gamemaker,</p><p>why don&#039;t you just use the scons.py script provided by Maratis?<br />That works fine for me without installing anything additional (Windows 7 64bit, Python 2.3.7).<br />You can find it in <br /></p><div class="codebox"><pre><code>trunk/dev/scons.py</code></pre></div><p>I hope this helps <img src="http://forum.maratis3d.com/img/smilies/wink.png" width="15" height="15" alt="wink" /></p><p>Sponk</p>]]></description>
			<author><![CDATA[dummy@example.com (Sponk)]]></author>
			<pubDate>Sat, 20 Apr 2013 09:57:23 +0000</pubDate>
			<guid>http://forum.maratis3d.com/viewtopic.php?pid=4033#p4033</guid>
		</item>
		<item>
			<title><![CDATA[scons can't find PYthon]]></title>
			<link>http://forum.maratis3d.com/viewtopic.php?pid=4032#p4032</link>
			<description><![CDATA[<p>HI there maratis users-</p><p>Trying to get scons installed so I can compile Mar., but scons can&#039;t find the python installation, and the python install is definitely<br />showing up . It works from the SHELL in windows and&nbsp; its clearly setup in PATH, pointing directly to the python DIR, where the python .exe is.</p><p>Any idea why scons can&#039;t find it ?</p><p>I have PYthon 2.74 which is fine according to scons FAQ,and the latest stable scons version 2.3</p><p>thx<br />Gm</p>]]></description>
			<author><![CDATA[dummy@example.com (VeganDev)]]></author>
			<pubDate>Fri, 19 Apr 2013 21:35:34 +0000</pubDate>
			<guid>http://forum.maratis3d.com/viewtopic.php?pid=4032#p4032</guid>
		</item>
	</channel>
</rss>
