Tried compiling Ming to do some Flash stuff with PHP yesterday and got numerous errors. Has anyone here done a successful installation under the following conditions?
linux 2.4.21-pre5
glibc 2.1.3
apache 1.3.27
php 4.2.3
A sampling of the errors:
$ make
gcc -Wall -g -DHAVE_MING -DCOMPILE_DL_MING -DZEND_NEW_ERROR_HANDLING -c ming.c
I. -I.. php-config --includes
ming.c: In function getCharacter':
ming.c:183: warning: control reaches end of non-void function
ming.c: In functionnewSWFInput_sock':
ming.c:213: warning: implicit declaration of function php_sock_fread'
ming.c: In functiongetInput':
ming.c:226: warning: unused variable buffer'
ming.c:225: warning: unused variableoffset'
ming.c:225: warning: unused variable s'
ming.c: In functionzif_swfbitmap_init':
ming.c:315: warning: unused variable type'
ming.c: In functiondestroy_SWFFont_resource':
ming.c:1207: warning: implicit declaration of function destroySWFBlock'
ming.c: In functionzif_swfgradient_addEntry':