php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #40369 mbstring Compile ERROR
Submitted: 2007-02-06 09:41 UTC Modified: 2007-02-06 21:17 UTC
From: stephan dot tiedt at alice-dsl dot de Assigned:
Status: Closed Package: Compile Failure
PHP Version: 5.2.0 OS: linux Suse 10.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: stephan dot tiedt at alice-dsl dot de
New email:
PHP Version: OS:

 

 [2007-02-06 09:41 UTC] stephan dot tiedt at alice-dsl dot de
Description:
------------
./configure --with-apxs2=/usr/local/apache/bin/apxs --with-mysql=/usr/local/mysql --with-zlib-dir=/usr/lib --enable-versioning --enable-track-vars=yes --enable-url-includes --enable-sysvshm=yes --enable-sysvsem=yes --enable-ftp --enable-calendar --with-config-file-path=/etc --with-gd --enable-mbstring

...
....

In file included from /usr/local/php-5.2.0/ext/mbstring/libmbfl/mbfl/mbfilter.c:106:
/usr/local/php-5.2.0/ext/mbstring/libmbfl/mbfl/eaw_table.h:5:2: warning: no newline at end of file
/usr/local/php-5.2.0/ext/mbstring/libmbfl/mbfl/mbfilter.c:109: error: syntax error before 'static'
/usr/local/php-5.2.0/ext/mbstring/libmbfl/mbfl/mbfilter.c: In function 'collector_strpos':
/usr/local/php-5.2.0/ext/mbstring/libmbfl/mbfl/mbfilter.c:782: warning: pointer targets in assignment differ in signedness
/usr/local/php-5.2.0/ext/mbstring/libmbfl/mbfl/mbfilter.c: In function 'collector_encode_htmlnumericentity':
/usr/local/php-5.2.0/ext/mbstring/libmbfl/mbfl/mbfilter.c:2589: error: 'mbfl_hexchar_table' undeclared (first use in this function)
/usr/local/php-5.2.0/ext/mbstring/libmbfl/mbfl/mbfilter.c:2589: error: (Each undeclared identifier is reported only once
/usr/local/php-5.2.0/ext/mbstring/libmbfl/mbfl/mbfilter.c:2589: error: for each function it appears in.)
/usr/local/php-5.2.0/ext/mbstring/libmbfl/mbfl/mbfilter.c: In function 'collector_decode_htmlnumericentity':
/usr/local/php-5.2.0/ext/mbstring/libmbfl/mbfl/mbfilter.c:2688: error: 'mbfl_hexchar_table' undeclared (first use in this function)
make: *** [ext/mbstring/libmbfl/mbfl/mbfilter.lo] Fehler 1


Expected result:
----------------
Compile OK

Actual result:
--------------
Make failure...

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-02-06 09:46 UTC] tony2001@php.net
Please try using this CVS snapshot:

  http://snaps.php.net/php5.2-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5.2-win32-latest.zip

Cannot reproduce.
 [2007-02-06 21:17 UTC] stephan dot tiedt at alice-dsl dot de
i have compiled /usr/local/php-5.2.0 before without mbstring
however it now works now with a fresh php-5.2.0.tar.gz install
THX to all
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Mon Jul 21 04:00:02 2025 UTC