<div dir="ltr">Note that phobos hasn't been fully tested -- there's probably some fixes that'll need to happen in there.</div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, May 2, 2015 at 1:14 AM, Daniel Murphy via Digitalmars-d <span dir="ltr"><<a href="mailto:digitalmars-d@puremagic.com" target="_blank">digitalmars-d@puremagic.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">"flamencofantasy"  wrote in message news:zhcduibirwprgbzqkpvy@forum.dlang.org...<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hello,<span class=""><br>
<br>
I would like to use D on SmartOS.<br>
<br></span>
Since there is no binary installer I tried to build DMD from source by<br>
following the instructions on this page; <a href="http://wiki.dlang.org/Building_DMD" target="_blank">http://wiki.dlang.org/Building_DMD</a><span class=""><br>
<br>
Unfortunately I get this error;<br></span>
[~/d/dmd/src]# make -f posix.mak MODEL=64<br>
<br>
no cpu specified, assuming X86<br>
dmd idgen.d<br>
make: dmd: Command not found<br>
posix.mak:320: recipe for target 'idgen' failed<br>
make: *** [idgen] Error 127<br>
<br>
Thanks!<br>
</blockquote>
<br>
The last release (2.067) is the last one that can be build without a host D compiler.  If you build 2.067 first, you should be able to use it to then build master. <br>
</blockquote></div><br></div>