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
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: nohn@php.net
New email:
PHP Version: OS:

 

 [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

Pull Requests

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: Sat Dec 21 16:01:28 2024 UTC