[PHP-DEV] WDDX build problem From: Andrei Zmievski (andrei <email protected>)
Date: 01/08/01

Did something change in the bundled expat build? When trying to build
php with enabled WDDX from clean checkout, I get this:

In file included from wddx.c:33:
php_wddx.h:37: xmlparse.h: No such file or directory

If I remove that line (since wddx.c also includes ext/xml/php_xml.h),
the compilation goes fine, but linking fails:

.libs/libphp4.a(wddx.o): In function `php_wddx_deserialize_ex':
/projects/compile/php4/ext/wddx/wddx.c:932: undefined reference to
`php_XML_ParserCreate'
/projects/compile/php4/ext/wddx/wddx.c:934: undefined reference to
`php_XML_SetUserData'
/projects/compile/php4/ext/wddx/wddx.c:935: undefined reference to
`php_XML_SetElementHandler'

and so on.

-Andrei
* Life may be expensive, but it includes an annual free trip around the sun. *

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>