<div dir="ltr"><span style="font-family:arial,sans-serif;font-size:13px">Hi Mark,</span><div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px">I&#39;m not aware of anyone compiling Barrelfish on OS X via macports, so this combination is most likely untested. It might be easier to spin up a virtual machine with some Linux distribution and compile Barrelfish in there.</div>
<div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px">As to your specific problem, sshpty.c includes the header &quot;AvailablityMacros.h&quot; in case the macro __APPLE__ is defined. You can try one of the following.</div>
<div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px">1) Since you don&#39;t need sshd to get Barrelfish up and running you can remove &#39;sbin/sshd&#39; from &lt;your_build_directory&gt;/<a href="http://symbolic_targets.mk/" target="_blank">symbolic_targets.mk</a>. Subsequently, sshd won&#39;t be build.</div>
<div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px">2) The macro __APPLE__ should not be defined when compiling sshd for Barrelfish. Apply the patch in the attachment and after a &#39;make rehake&#39; try compiling again.</div>
<div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px">Hope this helps.</div><div style="font-family:arial,sans-serif;font-size:13px">Best,</div><div style="font-family:arial,sans-serif;font-size:13px">
Raphael</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On 16 April 2014 16:30, Mark Zbikowski <span dir="ltr">&lt;<a href="mailto:mzbik@cs.uw.edu" target="_blank">mzbik@cs.uw.edu</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">I’ve got the correct toolset (I believe) but I’m encountering stuff like:<div><br></div><div>../usr/openssh/src/sshpty.c:50:33: fatal error: AvailabilityMacros.h: No such file or directory<br>
</div><div><br>
</div><div>which leads me to believe that things like ssh are being compiled with the wrong target OS…</div><div><br></div><div>Any pointers/ideas are appreciated...</div></div>
<br>_______________________________________________<br>
Barrelfish-users mailing list<br>
<a href="mailto:Barrelfish-users@lists.inf.ethz.ch">Barrelfish-users@lists.inf.ethz.ch</a><br>
<a href="https://lists.inf.ethz.ch/mailman/listinfo/barrelfish-users" target="_blank">https://lists.inf.ethz.ch/mailman/listinfo/barrelfish-users</a><br>
<br></blockquote></div><br></div>