php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #1372 compilation error
Submitted: 1999-05-03 13:56 UTC Modified: 1999-06-24 08:50 UTC
From: oa2m at virginia dot edu Assigned:
Status: Closed Package: Compile Failure
PHP Version: 3.0.7 OS: AIX 4.2.1, gcc 2.8.1
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:
45 - 35 = ?
Subscribe to this entry?

 
 [1999-05-03 13:56 UTC] oa2m at virginia dot edu
        gcc -O2 -O2   -I. -I.   -I/usr/local/src/apache_1.3.6/src/include -I/usr/local/src/apache_1.3.6/src/os/unix      -I/usr/local/mysql/include/mysql                        -c functions/wddx_a.c -o functions/wddx_a.o
In file included from functions/wddx_a.c:37:
functions/DList.h:66: parse error before `100'
functions/DList.h:66: warning: no semicolon at end of struct or union
functions/DList.h:67: warning: data definition has no type or storage class
functions/DList.h:105: parse error before `*'
functions/DList.h:105: warning: data definition has no type or storage class
functions/DList.h:106: parse error before `*'
functions/DList.h:106: parse error before `)'
functions/DList.h:107: parse error before `*'
functions/DList.h:108: parse error before `*'
functions/DList.h:109: parse error before `*'
functions/DList.h:110: parse error before `*'
functions/DList.h:113: parse error before `*'
functions/DList.h:113: parse error before `)'
make: The error code from the last command is 1.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-06-24 08:50 UTC] sas at cvs dot php dot net
has been fixed in 3.0.9
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 17:01:29 2024 UTC