<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Maratis forum - scons can't find PYthon]]></title>
	<link rel="self" href="http://forum.maratis3d.com/extern.php?action=feed&amp;tid=653&amp;type=atom"/>
	<updated>2013-05-05T16:32:20Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.maratis3d.com/viewtopic.php?id=653</id>
		<entry>
			<title type="html"><![CDATA[Re: scons can't find PYthon]]></title>
			<link rel="alternate" href="http://forum.maratis3d.com/viewtopic.php?pid=4115#p4115"/>
			<content type="html"><![CDATA[<p>Only in lwoanimation.cpp <img src="http://forum.maratis3d.com/img/smilies/wink.png" width="15" height="15" alt="wink" /></p>]]></content>
			<author>
				<name><![CDATA[VeganDev]]></name>
				<uri>http://forum.maratis3d.com/profile.php?id=18</uri>
			</author>
			<updated>2013-05-05T16:32:20Z</updated>
			<id>http://forum.maratis3d.com/viewtopic.php?pid=4115#p4115</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: scons can't find PYthon]]></title>
			<link rel="alternate" href="http://forum.maratis3d.com/viewtopic.php?pid=4114#p4114"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[anael]]></name>
				<uri>http://forum.maratis3d.com/profile.php?id=2</uri>
			</author>
			<updated>2013-05-05T15:46:33Z</updated>
			<id>http://forum.maratis3d.com/viewtopic.php?pid=4114#p4114</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: scons can't find PYthon]]></title>
			<link rel="alternate" href="http://forum.maratis3d.com/viewtopic.php?pid=4113#p4113"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[VeganDev]]></name>
				<uri>http://forum.maratis3d.com/profile.php?id=18</uri>
			</author>
			<updated>2013-05-05T10:37:16Z</updated>
			<id>http://forum.maratis3d.com/viewtopic.php?pid=4113#p4113</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: scons can't find PYthon]]></title>
			<link rel="alternate" href="http://forum.maratis3d.com/viewtopic.php?pid=4076#p4076"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[VeganDev]]></name>
				<uri>http://forum.maratis3d.com/profile.php?id=18</uri>
			</author>
			<updated>2013-04-26T00:47:40Z</updated>
			<id>http://forum.maratis3d.com/viewtopic.php?pid=4076#p4076</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: scons can't find PYthon]]></title>
			<link rel="alternate" href="http://forum.maratis3d.com/viewtopic.php?pid=4072#p4072"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[anael]]></name>
				<uri>http://forum.maratis3d.com/profile.php?id=2</uri>
			</author>
			<updated>2013-04-25T17:27:00Z</updated>
			<id>http://forum.maratis3d.com/viewtopic.php?pid=4072#p4072</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: scons can't find PYthon]]></title>
			<link rel="alternate" href="http://forum.maratis3d.com/viewtopic.php?pid=4070#p4070"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[VeganDev]]></name>
				<uri>http://forum.maratis3d.com/profile.php?id=18</uri>
			</author>
			<updated>2013-04-25T14:55:00Z</updated>
			<id>http://forum.maratis3d.com/viewtopic.php?pid=4070#p4070</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: scons can't find PYthon]]></title>
			<link rel="alternate" href="http://forum.maratis3d.com/viewtopic.php?pid=4067#p4067"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[VeganDev]]></name>
				<uri>http://forum.maratis3d.com/profile.php?id=18</uri>
			</author>
			<updated>2013-04-25T06:12:22Z</updated>
			<id>http://forum.maratis3d.com/viewtopic.php?pid=4067#p4067</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: scons can't find PYthon]]></title>
			<link rel="alternate" href="http://forum.maratis3d.com/viewtopic.php?pid=4041#p4041"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[VeganDev]]></name>
				<uri>http://forum.maratis3d.com/profile.php?id=18</uri>
			</author>
			<updated>2013-04-21T20:39:15Z</updated>
			<id>http://forum.maratis3d.com/viewtopic.php?pid=4041#p4041</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: scons can't find PYthon]]></title>
			<link rel="alternate" href="http://forum.maratis3d.com/viewtopic.php?pid=4040#p4040"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Sponk]]></name>
				<uri>http://forum.maratis3d.com/profile.php?id=1316</uri>
			</author>
			<updated>2013-04-21T20:33:19Z</updated>
			<id>http://forum.maratis3d.com/viewtopic.php?pid=4040#p4040</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: scons can't find PYthon]]></title>
			<link rel="alternate" href="http://forum.maratis3d.com/viewtopic.php?pid=4039#p4039"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[VeganDev]]></name>
				<uri>http://forum.maratis3d.com/profile.php?id=18</uri>
			</author>
			<updated>2013-04-21T15:44:33Z</updated>
			<id>http://forum.maratis3d.com/viewtopic.php?pid=4039#p4039</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: scons can't find PYthon]]></title>
			<link rel="alternate" href="http://forum.maratis3d.com/viewtopic.php?pid=4036#p4036"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[anael]]></name>
				<uri>http://forum.maratis3d.com/profile.php?id=2</uri>
			</author>
			<updated>2013-04-21T05:40:25Z</updated>
			<id>http://forum.maratis3d.com/viewtopic.php?pid=4036#p4036</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: scons can't find PYthon]]></title>
			<link rel="alternate" href="http://forum.maratis3d.com/viewtopic.php?pid=4035#p4035"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[VeganDev]]></name>
				<uri>http://forum.maratis3d.com/profile.php?id=18</uri>
			</author>
			<updated>2013-04-20T19:14:29Z</updated>
			<id>http://forum.maratis3d.com/viewtopic.php?pid=4035#p4035</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: scons can't find PYthon]]></title>
			<link rel="alternate" href="http://forum.maratis3d.com/viewtopic.php?pid=4033#p4033"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Sponk]]></name>
				<uri>http://forum.maratis3d.com/profile.php?id=1316</uri>
			</author>
			<updated>2013-04-20T09:57:23Z</updated>
			<id>http://forum.maratis3d.com/viewtopic.php?pid=4033#p4033</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[scons can't find PYthon]]></title>
			<link rel="alternate" href="http://forum.maratis3d.com/viewtopic.php?pid=4032#p4032"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[VeganDev]]></name>
				<uri>http://forum.maratis3d.com/profile.php?id=18</uri>
			</author>
			<updated>2013-04-19T21:35:34Z</updated>
			<id>http://forum.maratis3d.com/viewtopic.php?pid=4032#p4032</id>
		</entry>
</feed>
