Getting Snow Leopard 10.6.4 running php 5.3.2 with Truetype2
Without using Darwin Port, how can I get php 5.3.2 working with truetype2 functions such as ImageTTFbBox() on Snow Leopard 10.6.4?
I've try to recompile php 5.3.2 with freetype-2.4.3, jpeg-8b, libpng-1.4.4 and pcre-7.9
To avoid compile error, I changed '#define iconv iconv' in 'php5.3.2/ext/iconv/iconv.c' but it doesn't give me expected result. I fact builded 'phplib5.so' has no graphics.
Do you know the right 'MACOSX DEPLOYMENTTARGET=10.6' syntax for all given modules under a x86_64 architecture machine?
What are the right qualifiers for 'make' and 'make install' to solve 'truetype2 running with php' issue?
Thanks for your help!
iMac 27p i7, Mac OS X (10.6.4)