Hi,<br><br>I am trying to compile fontconfig-2.5.92 on AIX 52 system. However after running "configure" while trying to tun gmake I am getting these errors:<br><br>"../src/fcint.h", line 395.5: 1506-009 (S) Bit-field method must be of type signed int, unsigned int or int.<br>
"../src/fcint.h", 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> FcChar32 upper;<br>
FcChar16 method : 2;<br> FcChar16 count : 14;<br> short offset; /* 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't.<br><br><br>-- <br>Regards,<br>
<br>Ashish