<div dir="ltr">Thanks Joe, The build is complete.</div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Feb 24, 2016 at 2:33 AM, Joe Groff <span dir="ltr">&lt;<a href="mailto:jgroff@apple.com" target="_blank">jgroff@apple.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word">Sorry, it looks like the magic combination isĀ <div><br></div><div>#if defined(__APPLE__)</div><div>#include &lt;TargetConditionals.h&gt;</div><div>#endif</div><div><br></div>#if (TARGET_OS_MAC &amp;&amp; !TARGET_OS_IPHONE) || defined(__FreeBSD__)<br>...do REPL stuff...<br><div>#endif<span class="HOEnZb"><font color="#888888"><br><div><br></div><div>-Joe</div></font></span><div><div class="h5"><div><br><div><blockquote type="cite"><div>On Feb 23, 2016, at 12:42 PM, Ramakrishna Mallireddy &lt;<a href="mailto:ramakrishna.malli@gmail.com" target="_blank">ramakrishna.malli@gmail.com</a>&gt; wrote:</div><br><div><div dir="ltr">__MACOSX__ is not defined, where can I defined this, so that it only effects mac build.<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Feb 24, 2016 at 1:57 AM, Joe Groff <span dir="ltr">&lt;<a href="mailto:jgroff@apple.com" target="_blank">jgroff@apple.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span><br>
&gt; On Feb 23, 2016, at 12:22 PM, Ramakrishna Mallireddy &lt;<a href="mailto:ramakrishna.malli@gmail.com" target="_blank">ramakrishna.malli@gmail.com</a>&gt; wrote:<br>
&gt;<br>
&gt; I am using the build-script that comes with swift repository. If i remove Immediate dir completely from the build, mac_os build complains[as this will always invoke]. If I redefine the #if then I am getting a dozen errors that are part of histedit.h<br>
<br>
</span>You will need to update the other #if __APPLE__ conditions in the file to match too.<br>
<span><font color="#888888"><br>
-Joe<br>
<br>
</font></span></blockquote></div><br></div>
</div></blockquote></div><br></div></div></div></div></div></blockquote></div><br></div>