Hi all. <span id="result_box" class="" lang="en"><span style="" title="">When I try to compile CAIRO on SGI IRIX 6.5, using the SGI MIPSpro 7.4.4 compiler I get the following error:</span></span><br><i><br>-3580 c99: ERROR File = cairo-script-objects.c, Line = 144<br>
  an entity with internal linkage cannot be referenced within an inline function<br>          with external linkage<br><br>                status = _csi_push_ostack_copy (ctx, &amp;array-&gt;stack.objects[i]);<br>                         ^<br>
<br>cc-3580 c99: ERROR File = cairo-script-objects.c, Line = 149<br>  an entity with internal linkage cannot be referenced within an inline function<br>          with external linkage<br><br>            status = _csi_push_ostack_copy (ctx, &amp;array-&gt;stack.objects[i]);<br>
<br><br>2 errors detected in the compilation of &quot;cairo-script-objects.c&quot;.<br>gmake[5]: *** [libcairo_script_interpreter_la-cairo-script-objects.lo] Error 1<br>gmake[5]: Leaving directory `/usr/people/val/cairo-1.10.0/util/cairo-script&#39;<br>
gmake[4]: *** [all-recursive] Error 1<br>gmake[4]: Leaving directory `/usr/people/val/cairo-1.10.0/util/cairo-script&#39;<br>gmake[3]: *** [all-recursive] Error 1<br>gmake[3]: Leaving directory `/usr/people/val/cairo-1.10.0/util&#39;<br>
gmake[2]: *** [all] Error 2<br>gmake[2]: Leaving directory `/usr/people/val/cairo-1.10.0/util&#39;<br>gmake[1]: *** [all-recursive] Error 1<br>gmake[1]: Leaving directory `/usr/people/val/cairo-1.10.0&#39;<br>gmake: *** [all] Error 2</i><br>
<br><span id="result_box" class="" lang="en"><span style="" title="">With the option &quot;- enable-interpreter = no&quot; all compiled fine, but it is a very bad option. </span><span style="" title="">Does anyone have any ideas how to overcome these mistakes?</span></span><br>
<br>