<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Maratis forum - Compiling with VC 2005]]></title>
		<link>http://forum.maratis3d.com/viewtopic.php?id=790</link>
		<description><![CDATA[The most recent posts in Compiling with VC 2005.]]></description>
		<lastBuildDate>Tue, 01 Oct 2013 18:31:33 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Compiling with VC 2005]]></title>
			<link>http://forum.maratis3d.com/viewtopic.php?pid=5127#p5127</link>
			<description><![CDATA[<p>Oooook it works. Thanks.</p>]]></description>
			<author><![CDATA[dummy@example.com (255)]]></author>
			<pubDate>Tue, 01 Oct 2013 18:31:33 +0000</pubDate>
			<guid>http://forum.maratis3d.com/viewtopic.php?pid=5127#p5127</guid>
		</item>
		<item>
			<title><![CDATA[Re: Compiling with VC 2005]]></title>
			<link>http://forum.maratis3d.com/viewtopic.php?pid=5126#p5126</link>
			<description><![CDATA[<p>Right, due to my previous adventures with VC 2005 I ended up in tags to see if at least the old version would compile lol.<br />It&#039;s slow but looks like it&#039;s compiling now.</p>]]></description>
			<author><![CDATA[dummy@example.com (255)]]></author>
			<pubDate>Tue, 01 Oct 2013 18:23:46 +0000</pubDate>
			<guid>http://forum.maratis3d.com/viewtopic.php?pid=5126#p5126</guid>
		</item>
		<item>
			<title><![CDATA[Re: Compiling with VC 2005]]></title>
			<link>http://forum.maratis3d.com/viewtopic.php?pid=5125#p5125</link>
			<description><![CDATA[<p>you are trying to compile a tagged old version of maratis &quot;\tags\Maratis-3.01&quot;,</p><p>open a command line and go to trunk/dev/<br />type : &quot;python scons.py&quot;</p><p>after the build, the final product can be found in the &quot;prod/&quot; directory</p><p>if you don&#039;t want to type it each time in a command line,<br />create a bat in trunk/dev with :</p><p>&nbsp; python scons.py<br />&nbsp; pause</p>]]></description>
			<author><![CDATA[dummy@example.com (anael)]]></author>
			<pubDate>Tue, 01 Oct 2013 18:15:54 +0000</pubDate>
			<guid>http://forum.maratis3d.com/viewtopic.php?pid=5125#p5125</guid>
		</item>
		<item>
			<title><![CDATA[Re: Compiling with VC 2005]]></title>
			<link>http://forum.maratis3d.com/viewtopic.php?pid=5124#p5124</link>
			<description><![CDATA[<p>So I tried VC 2008 with scons &amp; python 2.7 but I got<br /></p><div class="codebox"><pre><code>SyntaxError: Non-ASCII character &#039;\xc3&#039; in file [...]\maratis\tags\Maratis-3.01\var\scons\thirdparty\bullet.py on line 3, but no encoding declared; see http://www.python.org/peps/pep-0263.html for details</code></pre></div><p>Found solution here: <a href="http://stackoverflow.com/questions/10589620/syntaxerror-non-ascii-character-xa3-in-file-when-function-returns">http://stackoverflow.com/questions/1058 &#133; on-returns</a></p><p>After that, though, I got<br /></p><div class="codebox"><pre><code>Build in release mode
Using 3rdparty libraries in folder: [...]\maratis\3rdparty
NameError: global name &#039;os&#039; is not defined:
  File &quot;[...]\maratis\tags\Maratis-3.01\SConstruct&quot;, line 71:
    exports=&#039;env&#039; )
  File &quot;[...]\maratis\tags\Maratis-3.01\scons-local-2.0.1\SCons\Script\SConscript.py&quot;, line 614:
    return method(*args, **kw)
  File &quot;[...]\maratis\tags\Maratis-3.01\scons-local-2.0.1\SCons\Script\SConscript.py&quot;, line 551:
    return _SConscript(self.fs, *files, **subst_kw)
  File &quot;[...]\maratis\tags\Maratis-3.01\scons-local-2.0.1\SCons\Script\SConscript.py&quot;, line 260:
    exec _file_ in call_stack[-1].globals
  File &quot;[...]\maratis\tags\Maratis-3.01\Maratis\SConscript&quot;, line 19:
    exports=&#039;env&#039; )
  File &quot;[...]\maratis\tags\Maratis-3.01\scons-local-2.0.1\SCons\Script\SConscript.py&quot;, line 614:
    return method(*args, **kw)
  File &quot;[...]\maratis\tags\Maratis-3.01\scons-local-2.0.1\SCons\Script\SConscript.py&quot;, line 551:
    return _SConscript(self.fs, *files, **subst_kw)
  File &quot;[...]\maratis\tags\Maratis-3.01\scons-local-2.0.1\SCons\Script\SConscript.py&quot;, line 260:
    exec _file_ in call_stack[-1].globals
  File &quot;[...]\maratis\tags\Maratis-3.01\Maratis\Editor\SConscript&quot;, line 34:
    thirdparty.openal.addOpenALToEnv(env_local)
  File &quot;[...]\maratis\tags\Maratis-3.01\var\scons\thirdparty\openal.py&quot;, line 51:
    vincludepath.append(os.path.join(env[&#039;thirdpartydir&#039;],pth))</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (255)]]></author>
			<pubDate>Tue, 01 Oct 2013 18:04:58 +0000</pubDate>
			<guid>http://forum.maratis3d.com/viewtopic.php?pid=5124#p5124</guid>
		</item>
		<item>
			<title><![CDATA[Re: Compiling with VC 2005]]></title>
			<link>http://forum.maratis3d.com/viewtopic.php?pid=5115#p5115</link>
			<description><![CDATA[<p>Oh, ok, didn&#039;t think about that. I had errors compiling the Player and the Editor so I though I could just use the &quot;old&quot; ones.<br />So now I have to either try to solve those errors or try scons with VC 2010/08.</p>]]></description>
			<author><![CDATA[dummy@example.com (255)]]></author>
			<pubDate>Tue, 01 Oct 2013 14:51:21 +0000</pubDate>
			<guid>http://forum.maratis3d.com/viewtopic.php?pid=5115#p5115</guid>
		</item>
		<item>
			<title><![CDATA[Re: Compiling with VC 2005]]></title>
			<link>http://forum.maratis3d.com/viewtopic.php?pid=5112#p5112</link>
			<description><![CDATA[<p>scons is the only up to date system.</p><p>the vc project might need some updating (if new file code was added),<br />but one thing is, if you compile MCore and MEngine,<br />you also have to recompile the editor with MCore.dll and MEngine.dll,<br />because the entry points are not necessary the same.</p>]]></description>
			<author><![CDATA[dummy@example.com (anael)]]></author>
			<pubDate>Tue, 01 Oct 2013 13:52:59 +0000</pubDate>
			<guid>http://forum.maratis3d.com/viewtopic.php?pid=5112#p5112</guid>
		</item>
		<item>
			<title><![CDATA[Compiling with VC 2005]]></title>
			<link>http://forum.maratis3d.com/viewtopic.php?pid=5109#p5109</link>
			<description><![CDATA[<p>So I was trying to compile with VC 2005 since you seem to use that one.<br />After some fails, I&#039;ve succeded compiling MCore and MEngine from the /tags release but their size is different than the original and if I try to launch the Editor/Player (after copying the DLLs) it says &quot;impossible to find the entry point [name of the entry point with crap characters] of the procedure on MEngine.dll&quot; (approximate translation from my OS language).<br />Any idea?<br />I thought this was better than installing with scons and new VC versions but maybe currently only scons works?</p>]]></description>
			<author><![CDATA[dummy@example.com (255)]]></author>
			<pubDate>Tue, 01 Oct 2013 08:54:21 +0000</pubDate>
			<guid>http://forum.maratis3d.com/viewtopic.php?pid=5109#p5109</guid>
		</item>
	</channel>
</rss>
