<div dir="ltr">Hi Stephen,<div><br></div><div class="gmail_extra"><br><div class="gmail_quote">2013/5/9 Stephen Woodbridge <span dir="ltr"><<a href="mailto:woodbri@swoodbridge.com" target="_blank">woodbri@swoodbridge.com</a>></span><br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I looked at your changes below, and they do not seem to be based on my branch "sew-devel-2_0". The quick tell is that my source starts at "src/" and not "core/" as your changes reflect.<br>

</blockquote><div><br></div><div>Oh, sorry.</div><div>Thanks for notice. </div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
For linux I compile, install and test using:<br>
<br>
tools/doit<br>
(cd build; sudo make install)<br>
tools/<a href="http://testrunner.pl" target="_blank">testrunner.pl</a><br>
<br>
In the C/C++ code you should be able to use:<br>
<br>
#ifdef __APPLE__<br>
...<br>
#else<br>
...<br>
#endif<br>
<br>
and in cmake you can use:<br>
<br>
if(APPLE)<br>
...<br>
else(APPLE)<br>
...<br>
endif(APPLE)<br>
<br>
Can you also post what the results of:<br>
<br>
echo | g++ -dM -E -<br>
<br>
when run on OSX.<br>
<br>
No hurray, when you can get to it, this weekend is fine.<br></blockquote><div><br></div><div style>Okay, thanks for detail.</div><div><br></div><div style>Regards,</div></div></div></div>