[EMAIL PROTECTED] wrote:
> On Mon, 11 Mar 2002, Yasuo Ohgaki wrote:
> 
> 
>>Any reason not to including bandled expat.h explicitly?
>>Any comments for possible fix?
> 
> 
> The bundled file may differ from the used library, so this is not a good 
> idea.

I agree.

New build system should be fixed, instead.
It seems PHP cannot find bandled header now :(

[yohgaki@dev DEV]$ LANG=C make
/bin/sh /home/yohgaki/cvs/php/DEV/libtool --mode=compile gcc 
-DSUPPORT_UTF8 -I/home/yohgaki/cvs/php/DEV/ext/pcre/pcrelib 
-I/home/yohgaki/cvs/php/DEV/ext/wddx 
-I/home/yohgaki/cvs/php/DEV/ext/wddx -I/home/yohgaki/cvs/php/DEV/main 
-I/home/yohgaki/cvs/php/DEV -I/usr/include/apache 
-I/home/yohgaki/cvs/php/DEV/Zend -I/usr/local/include 
-I/usr/include/libxml2 -I/usr/include/freetype2/freetype 
-I/usr/local/pgsql/include -I/usr/include/ucd-snmp  -DLINUX=22 
-DMOD_SSL=208106 -DUSE_HSREGEX -DEAPI -DUSE_EXPAT 
-I/home/yohgaki/cvs/php/DEV/TSRM -g -Wall  -prefer-pic -c 
/home/yohgaki/cvs/php/DEV/ext/wddx/wddx.c -o ext/wddx/wddx.lo
gcc -DSUPPORT_UTF8 -I/home/yohgaki/cvs/php/DEV/ext/pcre/pcrelib 
-I/home/yohgaki/cvs/php/DEV/ext/wddx 
-I/home/yohgaki/cvs/php/DEV/ext/wddx -I/home/yohgaki/cvs/php/DEV/main 
-I/home/yohgaki/cvs/php/DEV -I/usr/include/apache 
-I/home/yohgaki/cvs/php/DEV/Zend -I/usr/local/include 
-I/usr/include/libxml2 -I/usr/include/freetype2/freetype 
-I/usr/local/pgsql/include -I/usr/include/ucd-snmp -DLINUX=22 
-DMOD_SSL=208106 -DUSE_HSREGEX -DEAPI -DUSE_EXPAT 
-I/home/yohgaki/cvs/php/DEV/TSRM -g -Wall -c 
/home/yohgaki/cvs/php/DEV/ext/wddx/wddx.c  -fPIC -DPIC -o ext/wddx/wddx.lo
In file included from /home/yohgaki/cvs/php/DEV/ext/wddx/wddx.c:22:
/home/yohgaki/cvs/php/DEV/ext/wddx/php_wddx.h:26:19: expat.h: No such 
file or directory
In file included from /home/yohgaki/cvs/php/DEV/ext/wddx/wddx.c:28:
/home/yohgaki/cvs/php/DEV/ext/xml/php_xml.h:38:19: expat.h: No such file 
or directory
make: *** [ext/wddx/wddx.lo] Error 1
[yohgaki@dev DEV]$

-- 
Yasuo Ohgaki


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to