<div dir="ltr">Hi All,<div><br></div><div>Still struggling. I&#39;ve found three errors in the configs.log file, two of which are probably meaningful. Unfortunately, I don&#39;t know how to correct them.</div><div><br></div><div><font size="1">Error 1:</font></div><div><font size="1">configure: In function &#39;main&#39;:<br>configure:2573:2: error: unknown type name &#39;not&#39;; did you mean &#39;ino_t&#39;?<br>configure:2573:10: error: expected &#39;=&#39;, &#39;,&#39;, &#39;;&#39;, &#39;asm&#39; or &#39;__attribute__&#39; before &#39;endian&#39;<br>configure: failed program was:<br>#line 2567 &quot;configure&quot;<br>#include &quot;confdefs.h&quot;<br>#include &lt;sys/types.h&gt;<br>#include &lt;sys/param.h&gt;<br>int main() {<br><br>#if BYTE_ORDER != BIG_ENDIAN<br> not big endian<br>#endif<br>; return 0; }</font><br></div><div><font size="1"><br></font></div><div><font size="1">I interpret this to mean that configure placed the string &quot;not big endian&quot; (which doesn&#39;t compile) in the function &#39;main&#39; in some file for unknown reasons. The Mac is, I believe, a little endian machine, so the BYTE_ORDER test shown executes with the result that the affected file won&#39;t compile. I haven&#39;t been able to find the affected file and I don&#39;t know why this is happening.</font></div><div><font size="1"><br></font></div><div><font size="1">Error 2:</font></div><div><font size="1"><br></font></div><div><font size="1">configure: In function &#39;main&#39;:<br>configure:3710:17: error: storage size of &#39;timebs&#39; isn&#39;t known<br>configure:3711:3: warning: implicit declaration of function &#39;_ftime&#39;; did you mean &#39;ftime&#39;? [-Wimplicit-function-declaration]<br>configure: failed program was:<br>#line 3704 &quot;configure&quot;<br>#include &quot;confdefs.h&quot;<br>#include &lt;stdio.h&gt;<br>#include &lt;time.h&gt;<br>#include &lt;sys/types.h&gt;<br>#include &lt;sys/timeb.h&gt;<br>int main() {<br>  struct _timeb timebs;<br>  _ftime(&amp;timebs);<br>  printf(&quot;%f\n&quot;,(double)(timebs.time + timebs.millitm/1000.0));<br>  return 0;<br>; return 0; }<br></font></div><div><font size="1"><br></font></div><div><font size="1">Seems self-explanatory, but I don&#39;t know how to fix it.</font></div><div><font size="1"><br></font></div><div><font size="1">Error 3: </font></div><div><br></div><div><font size="1">cc1: warning: command-line option &#39;-std=gnu++11&#39; is valid for C++/ObjC++ but not for C</font><br></div><div><font size="1"><br></font></div><div>Not really an error, just a warning, and I can fix it.</div><div><br></div><div>Any clues on why I&#39;m getting the first two errors?</div><div><br></div><div>Thanks!</div><div><br></div><div>Murray</div><div><font size="1"><br></font></div><div><font size="1"><br></font></div></div>