php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #1214 Compilation aborted when wddx_a.c is compiled
Submitted: 1999-03-09 09:35 UTC Modified: 1999-03-09 12:45 UTC
From: lars dot santschi at swisslife dot ch Assigned:
Status: Closed Package: Compile Failure
PHP Version: 3.0.7 OS: AIX 4.21
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:
17 + 5 = ?
Subscribe to this entry?

 
 [1999-03-09 09:35 UTC] lars dot santschi at swisslife dot ch
The compilation of php 3.07 stops when the wddx_a.c file is reached with the  error message below.

--------------------------------------------------------------------------------------------------------------
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.
---------------------------------------------------------------------------------------------------------------
We use the following do-conf script for configuration

./configure --with-apache=/home/zisadm/src/apache_1.3.4 --with-gd=/usr/local --with-oracle=/home/oracle/product/7.3.2.2 --with-
pdflib=/home/zue/src/pdflib-0.6 --with-fdftk=/home/zisadm/src --with-zlib=/usr/local --with-config-file-path=/opt/www/etc/php3
--enable-debug=no --enable-track-vars=yes


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-03-09 12:45 UTC] rasmus
Fixed in CVS
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 19:01:33 2024 UTC