Hi,<br><br>I am trying to compile fontconfig-2.5.92 on AIX 52 system. However after running &quot;configure&quot; while trying to tun gmake I am getting these errors:<br><br>&quot;../src/fcint.h&quot;, line 395.5: 1506-009 (S) Bit-field method must be of type signed int, unsigned int or int.<br>
&quot;../src/fcint.h&quot;, line 396.5: 1506-009 (S) Bit-field count must be of type signed int, unsigned int or int.<br><br>This error coming in structure:<br><br>typedef struct _FcCaseFold {<br>&nbsp;&nbsp;&nbsp; FcChar32&nbsp;&nbsp;&nbsp; upper;<br>
&nbsp;&nbsp;&nbsp; FcChar16&nbsp;&nbsp;&nbsp; method : 2;<br>&nbsp;&nbsp;&nbsp; FcChar16&nbsp;&nbsp;&nbsp; count : 14;<br>&nbsp;&nbsp;&nbsp; short&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; offset;&nbsp;&nbsp;&nbsp;&nbsp; /* lower - upper for RANGE, table id for FULL */<br>} FcCaseFold;<br><br clear="all">However replacing both FcChar16 declaration with FcChar32 solves the problem.<br>
<br>Does this problem occurs onto other platforms as well?<br><br>Also will it be OK to replace FcChar16 with FcChar32? I guess the bit fields will still be of specified width so it shouldn&#39;t.<br><br><br>-- <br>Regards,<br>
<br>Ashish