<font color='midnightblue' size='4' face='Georgia, Times New Roman, Times, Serif'>Hi <br>
I got the error on ulongf in cairo-script-operators.c file as you see "error: unknown type name 'uLongf'"<br>
<br>
output of make:<br>
<br>
make[5]: Entering directory `/home/super/Desktop/cairo/cairo-1.14.2/test/pdiff'<br>
make[5]: Nothing to be done for `all-am'.<br>
make[5]: Leaving directory `/home/super/Desktop/cairo/cairo-1.14.2/test/pdiff'<br>
make[4]: Leaving directory `/home/super/Desktop/cairo/cairo-1.14.2/test/pdiff'<br>
Making all in .<br>
make[4]: Entering directory `/home/super/Desktop/cairo/cairo-1.14.2/test'<br>
cd ../util/cairo-script && make  libcairo-script-interpreter.la<br>
make[5]: Entering directory `/home/super/Desktop/cairo/cairo-1.14.2/util/cairo-script'<br>
  CC       libcairo_script_interpreter_la-cairo-script-operators.lo<br>
cairo-script-operators.c: In function 'inflate_string':<br>
cairo-script-operators.c:1758:5: error: unknown type name 'uLongf'<br>
cairo-script-operators.c: In function '_image_read_raw':<br>
cairo-script-operators.c:2976:16: warning: unused variable 'out' [-Wunused-variable]<br>
make[5]: *** [libcairo_script_interpreter_la-cairo-script-operators.lo] Error 1<br>
make[5]: Leaving directory `/home/super/Desktop/cairo/cairo-1.14.2/util/cairo-script'<br>
make[4]: *** [../util/cairo-script/libcairo-script-interpreter.la] Error 2<br>
make[4]: Leaving directory `/home/super/Desktop/cairo/cairo-1.14.2/test'<br>
make[3]: *** [all-recursive] Error 1<br>
make[3]: Leaving directory `/home/super/Desktop/cairo/cairo-1.14.2/test'<br>
make[2]: *** [all] Error 2<br>
make[2]: Leaving directory `/home/super/Desktop/cairo/cairo-1.14.2/test'<br>
make[1]: *** [all-recursive] Error 1<br>
make[1]: Leaving directory `/home/super/Desktop/cairo/cairo-1.14.2'<br>
make: *** [all] Error 2<br>
<br>
and my configure is :<br>
./configure --prefix=/home/super/Desktop/cairo/target/opt --host=${CROSS_COMPILE} --enable-egl --enable-glesv2 --enable-ps=no --enable-pdf=no --enable-gobject=no --enable-trace=no --enable-interpreter=no<br>
and also I use Ubuntu 14.04 LTS as a development machine and I cross compiling for an ARM-CortexA8 (CubieBoard A10)<br>
and also my compiler prefix is : arm-linux-gnueabihf (Linaro Toolchain 4.7)<br>
<br>
can anyone help me pls.<br>

</font>