<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Maratis forum - Compiling maratis]]></title>
		<link>http://forum.maratis3d.com/viewtopic.php?id=606</link>
		<description><![CDATA[The most recent posts in Compiling maratis.]]></description>
		<lastBuildDate>Thu, 28 Feb 2013 15:22:21 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Compiling maratis]]></title>
			<link>http://forum.maratis3d.com/viewtopic.php?pid=3813#p3813</link>
			<description><![CDATA[<p>Thank you I had too change 1 additional file then it went on perfectly</p><br /><p>as a side note is there some way to export a level from blender with the model and its lighting?</p>]]></description>
			<author><![CDATA[dummy@example.com (Rapdorian)]]></author>
			<pubDate>Thu, 28 Feb 2013 15:22:21 +0000</pubDate>
			<guid>http://forum.maratis3d.com/viewtopic.php?pid=3813#p3813</guid>
		</item>
		<item>
			<title><![CDATA[Re: Compiling maratis]]></title>
			<link>http://forum.maratis3d.com/viewtopic.php?pid=3811#p3811</link>
			<description><![CDATA[<p>Hi,<br />it seems to be a known bug with recent version of visual studio, after they move some std functions somewhere else,<br />I added : #include &lt;functional&gt; to Vertex.h</p><p>try to update svn and compile again.</p><p>if you see the same error again, add &quot;#include &lt;functional&gt;&quot; to the code file</p>]]></description>
			<author><![CDATA[dummy@example.com (anael)]]></author>
			<pubDate>Thu, 28 Feb 2013 03:10:39 +0000</pubDate>
			<guid>http://forum.maratis3d.com/viewtopic.php?pid=3811#p3811</guid>
		</item>
		<item>
			<title><![CDATA[Compiling maratis]]></title>
			<link>http://forum.maratis3d.com/viewtopic.php?pid=3806#p3806</link>
			<description><![CDATA[<p>I want to try compiling the svn version so i grabbed tortoise SVN and checked out maratis but I cant seem to build it I do the<br />python scons thing but i get this</p><br /><p>Microsoft Windows [Version 6.1.7601]<br />Copyright (c) 2009 Microsoft Corporation.&nbsp; All rights reserved.</p><p>C:\Users\James\Maratis\Scource\trunk\dev&gt;python scons.py<br />scons: Reading SConscript files ...<br />sys.platform: win32<br />Build in release mode<br />Using 3rdparty libraries in folder: C:\Users\James\Maratis\Scource\3rdparty<br />Manual use final dir : C:\Users\James\Maratis\Scource\trunk\dev\prod\win32_i386\<br />release\Examples\ManualUse<br />scons: done reading SConscript files.<br />scons: Building targets ...<br />cl /Fobuild\win32_i386\release\3rdparty\assimp\code\JoinVerticesProcess.obj /c C<br />:\Users\James\Maratis\Scource\3rdparty\assimp\code\JoinVerticesProcess.cpp /TP /<br />nologo /EHsc /nologo /GR /FC /W1 /O2 /Ot /MD /arch:SSE2 /DWIN32 /D_MBCS /DNDEBUG<br /> /DASSIMP_BUILD_BOOST_WORKAROUND /DASSIMP_BUILD_NO_OWN_ZLIB /Ibuild\win32_i386\r<br />elease\3rdparty\assimp /IC:\Users\James\Maratis\Scource\3rdparty\assimp /Ibuild\<br />win32_i386\release\3rdparty\assimp\include /IC:\Users\James\Maratis\Scource\3rdp<br />arty\assimp\include /Ibuild\win32_i386\release\3rdparty\assimp\code\BoostWorkaro<br />und /IC:\Users\James\Maratis\Scource\3rdparty\assimp\code\BoostWorkaround /Ibuil<br />d\win32_i386\release\3rdparty\zlib /IC:\Users\James\Maratis\Scource\3rdparty\zli<br />b<br />JoinVerticesProcess.cpp<br />c:\users\james\maratis\scource\3rdparty\assimp\code\vertex.h(268) : error C2039:<br /> &#039;plus&#039; : is not a member of &#039;std&#039;<br />c:\users\james\maratis\scource\3rdparty\assimp\code\vertex.h(268) : error C2065:<br /> &#039;plus&#039; : undeclared identifier<br />c:\users\james\maratis\scource\3rdparty\assimp\code\vertex.h(268) : error C2974:<br /> &#039;Assimp::Vertex::BinaryOp&#039; : invalid template argument for &#039;op&#039;, type expected<br />&nbsp; &nbsp; &nbsp; &nbsp; c:\users\james\maratis\scource\3rdparty\assimp\code\vertex.h(236) : see<br />declaration of &#039;Assimp::Vertex::BinaryOp&#039;<br />&nbsp; &nbsp; &nbsp; &nbsp; c:\users\james\maratis\scource\3rdparty\assimp\code\vertex.h(216) : see<br />declaration of &#039;Assimp::Vertex::BinaryOp&#039;<br />&nbsp; &nbsp; &nbsp; &nbsp; c:\users\james\maratis\scource\3rdparty\assimp\code\vertex.h(196) : see<br />declaration of &#039;Assimp::Vertex::BinaryOp&#039;<br />c:\users\james\maratis\scource\3rdparty\assimp\code\vertex.h(272) : error C2039:<br /> &#039;minus&#039; : is not a member of &#039;std&#039;<br />c:\users\james\maratis\scource\3rdparty\assimp\code\vertex.h(272) : error C2065:<br /> &#039;minus&#039; : undeclared identifier<br />c:\users\james\maratis\scource\3rdparty\assimp\code\vertex.h(272) : error C2974:<br /> &#039;Assimp::Vertex::BinaryOp&#039; : invalid template argument for &#039;op&#039;, type expected<br />&nbsp; &nbsp; &nbsp; &nbsp; c:\users\james\maratis\scource\3rdparty\assimp\code\vertex.h(236) : see<br />declaration of &#039;Assimp::Vertex::BinaryOp&#039;<br />&nbsp; &nbsp; &nbsp; &nbsp; c:\users\james\maratis\scource\3rdparty\assimp\code\vertex.h(216) : see<br />declaration of &#039;Assimp::Vertex::BinaryOp&#039;<br />&nbsp; &nbsp; &nbsp; &nbsp; c:\users\james\maratis\scource\3rdparty\assimp\code\vertex.h(196) : see<br />declaration of &#039;Assimp::Vertex::BinaryOp&#039;<br />scons: *** [build\win32_i386\release\3rdparty\assimp\code\JoinVerticesProcess.ob<br />j] Error 2<br />scons: building terminated because of errors.</p>]]></description>
			<author><![CDATA[dummy@example.com (Rapdorian)]]></author>
			<pubDate>Wed, 27 Feb 2013 17:50:23 +0000</pubDate>
			<guid>http://forum.maratis3d.com/viewtopic.php?pid=3806#p3806</guid>
		</item>
	</channel>
</rss>
