php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #20419 MBString Compile Failures
Submitted: 2002-11-14 01:04 UTC Modified: 2002-11-14 08:16 UTC
From: nohn@php.net Assigned:
Status: Closed Package: mbstring related
PHP Version: 4CVS-2002-11-14 OS: Linux / SuSE 7.2 / SuSE 8.0
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
34 + 25 = ?
Subscribe to this entry?

 
 [2002-11-14 01:04 UTC] nohn@php.net
In file included from /tmp/work/php4-cvs/ext/mbstring/mbstring.c:55:
/tmp/work/php4-cvs/ext/mbstring/mbstring.h:121: syntax error before `int'
/tmp/work/php4-cvs/ext/mbstring/mbstring.h:123: syntax error before `char'
/tmp/work/php4-cvs/ext/mbstring/mbstring.h:125: syntax error before `char'
/tmp/work/php4-cvs/ext/mbstring/mbstring.h:127: syntax error before `char'
/tmp/work/php4-cvs/ext/mbstring/mbstring.h:129: syntax error before `char'
/tmp/work/php4-cvs/ext/mbstring/mbstring.h:134: syntax error before `int'
/tmp/work/php4-cvs/ext/mbstring/mbstring.h:136: syntax error before `size_t'
/tmp/work/php4-cvs/ext/mbstring/mbstring.h:137: syntax error before `size_t'
/tmp/work/php4-cvs/ext/mbstring/mbstring.h:202: syntax error before `void'
In file included from /tmp/work/php4-cvs/ext/mbstring/mbstring.c:67:
/tmp/work/php4-cvs/ext/mbstring/php_unicode.h:104: syntax error before `int'
/tmp/work/php4-cvs/ext/mbstring/php_unicode.h:106: syntax error before `char'
/tmp/work/php4-cvs/ext/mbstring/mbstring.c:419: syntax error before `int'
/tmp/work/php4-cvs/ext/mbstring/mbstring.c:1530: syntax error before `void'
/tmp/work/php4-cvs/ext/mbstring/mbstring.c:2462: syntax error before `char'
/tmp/work/php4-cvs/ext/mbstring/mbstring.c:3499: syntax error before `int'
/tmp/work/php4-cvs/ext/mbstring/mbstring.c:3506: syntax error before `size_t'
/tmp/work/php4-cvs/ext/mbstring/mbstring.c:3524: syntax error before `size_t'
/tmp/work/php4-cvs/ext/mbstring/mbstring.c:3532: syntax error before `char'
/tmp/work/php4-cvs/ext/mbstring/mbstring.c:3564: syntax error before `char'
/tmp/work/php4-cvs/ext/mbstring/mbstring.c:3572: syntax error before `char'
make: *** [ext/mbstring/mbstring.lo] Error 1

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-11-14 08:12 UTC] iliaa@php.net
I am not seeing this problem with the latest CVS. It is highly likely you have some stale files which are causing this. Try doing ./cvsclean and then building PHP.
 [2002-11-14 08:16 UTC] moriyoshi@php.net
The builds were already fixed by Wez and Edin.
Closing...
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 14:01:30 2024 UTC