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
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: lars dot santschi at swisslife dot ch
New email:
PHP Version: OS:

 

 [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

Pull Requests

History

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