From: <php...@li...> - 2006-12-04 20:55:31
|
I am attempting to build 3.0.7a from source on Mac OS X (10.4.8) and am following closely Clark Freifeld's post from June-- "Installing php-java-bridge on Mac OS X (10.4.6) G5 PPC, from source." I am getting a gcc error when I execute the phpize, configure etc command: phpize && ./configure --with-java=$JAVA_HOME && make namely /opt/local/etc/php-java-bridge-3.0.7a/java.c: In function 'zm_startup_java': /opt/local/etc/php-java-bridge-3.0.7a/java.c:1965: error: 'zif_java___call' undeclared (first use in this function) java.c is the first file it attempts to compile. Perhaps Clark or someone who has done this could make a suggestion. |