php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #12686 --with-sablot breaks the build
Submitted: 2001-08-09 23:23 UTC Modified: 2001-08-10 18:21 UTC
From: vvo at geocities dot com Assigned:
Status: Closed Package: Sablotron XSL
PHP Version: 4.0CVS-2001-08-09 OS: RedHat 7.0
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: vvo at geocities dot com
New email:
PHP Version: OS:

 

 [2001-08-09 23:23 UTC] vvo at geocities dot com
Having I updated my php4, this is what I get:

/bin/sh /home/cvsroot/php4/libtool --silent --mode=compile gcc  -I. -I/home/cvsroot/php4/ext/sablot -I/home/cvsroot/php4/main -I/home/cvsroot/php4 -I/usr/local/apache/include -I/home/cvsroot/php4/Zend -I/home/cvsroot/php4/ext/xml/expat  -DLINUX=22 -DUSE_HSREGEX -DUSE_EXPAT -DNO_DL_NEEDED -I/home/cvsroot/php4/TSRM -g -O2 -prefer-pic  -c sablot.c
sablot.c:217: parse error before `*'
sablot.c: In function `php_rshutdown_sablot':
sablot.c:251: `SABLOTG_HANDLE' undeclared (first use in this function)
sablot.c:251: (Each undeclared identifier is reported only once
sablot.c:251: for each function it appears in.)
sablot.c: In function `_php_sablot_error':
sablot.c:1352: `SABLOTG_HANDLE' undeclared (first use in this function)
make[3]: *** [sablot.lo] Error 1
make[3]: Leaving directory `/home/cvsroot/php4/ext/sablot'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/cvsroot/php4/ext/sablot'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/cvsroot/php4/ext'
make: *** [all-recursive] Error 1

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-08-10 18:20 UTC] sterling@php.net
Fixed in CVS.
 [2001-08-10 18:21 UTC] sterling@php.net
and closed :)
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Dec 27 04:01:29 2024 UTC