<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Maratis forum - Compiling maratis]]></title>
	<link rel="self" href="http://forum.maratis3d.com/extern.php?action=feed&amp;tid=606&amp;type=atom"/>
	<updated>2013-02-28T15:22:21Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.maratis3d.com/viewtopic.php?id=606</id>
		<entry>
			<title type="html"><![CDATA[Re: Compiling maratis]]></title>
			<link rel="alternate" href="http://forum.maratis3d.com/viewtopic.php?pid=3813#p3813"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Rapdorian]]></name>
				<uri>http://forum.maratis3d.com/profile.php?id=1309</uri>
			</author>
			<updated>2013-02-28T15:22:21Z</updated>
			<id>http://forum.maratis3d.com/viewtopic.php?pid=3813#p3813</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Compiling maratis]]></title>
			<link rel="alternate" href="http://forum.maratis3d.com/viewtopic.php?pid=3811#p3811"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[anael]]></name>
				<uri>http://forum.maratis3d.com/profile.php?id=2</uri>
			</author>
			<updated>2013-02-28T03:10:39Z</updated>
			<id>http://forum.maratis3d.com/viewtopic.php?pid=3811#p3811</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Compiling maratis]]></title>
			<link rel="alternate" href="http://forum.maratis3d.com/viewtopic.php?pid=3806#p3806"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Rapdorian]]></name>
				<uri>http://forum.maratis3d.com/profile.php?id=1309</uri>
			</author>
			<updated>2013-02-27T17:50:23Z</updated>
			<id>http://forum.maratis3d.com/viewtopic.php?pid=3806#p3806</id>
		</entry>
</feed>
