php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #26595 `XSLT_NAMESPACE' undeclared
Submitted: 2003-12-11 20:34 UTC Modified: 2003-12-13 06:34 UTC
From: mmokrejs at natur dot cuni dot cz Assigned: chregu (profile)
Status: Closed Package: Compile Failure
PHP Version: 4CVS-2003-12-11 (stable) OS: solaris 2.6
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: mmokrejs at natur dot cuni dot cz
New email:
PHP Version: OS:

 

 [2003-12-11 20:34 UTC] mmokrejs at natur dot cuni dot cz
Description:
------------
/bin/sh /scratch/php4-STABLE-200312112030/libtool --silent --preserve-dup-deps --mode=compile gcc  -Iext/domxml/ -I/scratch/php4-STABLE-200312112030/ext/domxml/ -DPHP_ATOM_INC -I/scratch/php4-STABLE-200312112030/include -I/scratch/php4-STABLE-200312112030/main -I/scratch/php4-STABLE-200312112030 -I/scratch/php4-STABLE-200312112030/Zend -I/usr/local/openssl-0.9.6l/include -I/usr/local/include -I/usr/local/include/libxml2 -I/usr/local/mysql/include/mysql -I/usr/local/include/ncurses -I/scratch/php4-STABLE-200312112030/ext/xml/expat  -I/software/@sys/usr/include -I/software/@sys/usr/include/ncurses -I/software/@sys/usr/openssl/include -I/software/@sys/usr/include/freetype2 -D_POSIX_PTHREAD_SEMANTICS -I/scratch/php4-STABLE-200312112030/TSRM  -O3 -mcpu=v8 -Wa,-xarch=v8plusa -felide-constructors -fno-exceptions -fno-rtti  -prefer-pic -c /scratch/php4-STABLE-200312112030/ext/domxml/php_domxml.c -o ext/domxml/php_domxml.lo 
/scratch/php4-STABLE-200312112030/ext/domxml/php_domxml.c: In function `xslt_has_xsl_keys':
/scratch/php4-STABLE-200312112030/ext/domxml/php_domxml.c:4691: `XSLT_NAMESPACE' undeclared (first use in this function)
/scratch/php4-STABLE-200312112030/ext/domxml/php_domxml.c:4691: (Each undeclared identifier is reported only once
/scratch/php4-STABLE-200312112030/ext/domxml/php_domxml.c:4691: for each function it appears in.)
make: *** [ext/domxml/php_domxml.lo] Error 1



Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-12-11 23:26 UTC] sniper@php.net
Christian, your commit to fix some other bug apparently broke the build..I wasn't sure if it's because you didn't put that xslt_has_xsl_keys() function inside "#if HAVE_DOMXSLT..#endif"  so I didn't fix this myself. :)

 [2003-12-12 02:21 UTC] chregu@php.net
that could be the problem

will have a look later today
 [2003-12-13 06:34 UTC] chregu@php.net
Fixed in the PHP_4_3 CVS branch. 

Please try that or a snapshot in a few hours
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Nov 21 16:01:29 2024 UTC