On Tue, 25 Jun 2002, Edin Kadribasic wrote: > --------------------Configuration: domxml - Win32 > Release_TS-------------------- > Compiling... > php_domxml.c > c:\php4build\snap\ext\domxml\php_domxml.c(201) : error C2099: initializer is > not a constant > c:\php4build\snap\ext\domxml\php_domxml.c(203) : error C2099: initializer is > not a constant > c:\php4build\snap\ext\domxml\php_domxml.c(282) : error C2099: initializer is > not a constant > c:\php4build\snap\ext\domxml\php_domxml.c(323) : error C2099: initializer is > not a constant
these are the lines with eg PHP_FE(xmldoc, third_arg_force_ref) therefore it chokes on third_arg_force_ref. What did I wrong there? Isn't this the standard way to do it (I assumed that from other sources) > c:\php4build\snap\ext\domxml\php_domxml.c(1448) : warning C4013: > 'xmlCreateFileParserCtxt' undefined; assuming extern returning int > c:\php4build\snap\ext\domxml\php_domxml.c(1450) : warning C4013: > 'xmlCreateMemoryParserCtxt' undefined; assuming extern returning int undefined? mmmh, maybe we have to include <libxml/parserInternals.h> explicitely. Just added it. Hope it helps chregu -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php