<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Maratis forum - Compiling with VC 2005]]></title>
	<link rel="self" href="http://forum.maratis3d.com/extern.php?action=feed&amp;tid=790&amp;type=atom"/>
	<updated>2013-10-01T18:31:33Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.maratis3d.com/viewtopic.php?id=790</id>
		<entry>
			<title type="html"><![CDATA[Re: Compiling with VC 2005]]></title>
			<link rel="alternate" href="http://forum.maratis3d.com/viewtopic.php?pid=5127#p5127"/>
			<content type="html"><![CDATA[<p>Oooook it works. Thanks.</p>]]></content>
			<author>
				<name><![CDATA[255]]></name>
				<uri>http://forum.maratis3d.com/profile.php?id=2540</uri>
			</author>
			<updated>2013-10-01T18:31:33Z</updated>
			<id>http://forum.maratis3d.com/viewtopic.php?pid=5127#p5127</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Compiling with VC 2005]]></title>
			<link rel="alternate" href="http://forum.maratis3d.com/viewtopic.php?pid=5126#p5126"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[255]]></name>
				<uri>http://forum.maratis3d.com/profile.php?id=2540</uri>
			</author>
			<updated>2013-10-01T18:23:46Z</updated>
			<id>http://forum.maratis3d.com/viewtopic.php?pid=5126#p5126</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Compiling with VC 2005]]></title>
			<link rel="alternate" href="http://forum.maratis3d.com/viewtopic.php?pid=5125#p5125"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[anael]]></name>
				<uri>http://forum.maratis3d.com/profile.php?id=2</uri>
			</author>
			<updated>2013-10-01T18:15:54Z</updated>
			<id>http://forum.maratis3d.com/viewtopic.php?pid=5125#p5125</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Compiling with VC 2005]]></title>
			<link rel="alternate" href="http://forum.maratis3d.com/viewtopic.php?pid=5124#p5124"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[255]]></name>
				<uri>http://forum.maratis3d.com/profile.php?id=2540</uri>
			</author>
			<updated>2013-10-01T18:04:58Z</updated>
			<id>http://forum.maratis3d.com/viewtopic.php?pid=5124#p5124</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Compiling with VC 2005]]></title>
			<link rel="alternate" href="http://forum.maratis3d.com/viewtopic.php?pid=5115#p5115"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[255]]></name>
				<uri>http://forum.maratis3d.com/profile.php?id=2540</uri>
			</author>
			<updated>2013-10-01T14:51:21Z</updated>
			<id>http://forum.maratis3d.com/viewtopic.php?pid=5115#p5115</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Compiling with VC 2005]]></title>
			<link rel="alternate" href="http://forum.maratis3d.com/viewtopic.php?pid=5112#p5112"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[anael]]></name>
				<uri>http://forum.maratis3d.com/profile.php?id=2</uri>
			</author>
			<updated>2013-10-01T13:52:59Z</updated>
			<id>http://forum.maratis3d.com/viewtopic.php?pid=5112#p5112</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Compiling with VC 2005]]></title>
			<link rel="alternate" href="http://forum.maratis3d.com/viewtopic.php?pid=5109#p5109"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[255]]></name>
				<uri>http://forum.maratis3d.com/profile.php?id=2540</uri>
			</author>
			<updated>2013-10-01T08:54:21Z</updated>
			<id>http://forum.maratis3d.com/viewtopic.php?pid=5109#p5109</id>
		</entry>
</feed>
