On 19 October 2012 01:12, F i L <span dir="ltr"><<a href="mailto:witte2008@gmail.com" target="_blank">witte2008@gmail.com</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Trying to build in Linux, but having problems.<br>
<br>
I follow the steps from github wiki "How to build under Windows", except I run 'Fuji/create_project.sh' instead of '.bat'... now I'm a bit confused as to what steps to take. Running 'Fuji/make' has errors, and running 'Stache/make_project.sh' -> 'make' gives me:<br>

<br>
make[1]: *** No targets.  Stop.<br>
make: *** [Stache] Error 2<br>
<br>
which I assume is because Fuji isn't built (?). Help please!<br>
<br>
Nice screenshot, btw :)<br>
</blockquote></div><br><div>I added Linux build instructions to the wiki, includes the Fuji build instructions. There are a few differences from Windows.</div><div>The main problem is a bug in premake4 for D, it seems to throw an error generating makefiles for my project (D support is new and experimental).</div>
<div>I plan to look into the premake bug this weekend. You can generate a monodevelop project through, which works fine with the Mono-D plugin installed. That's how I'm building/running/debugging on Linux at the moment.</div>