ID:               28184
 Updated by:       [EMAIL PROTECTED]
 Reported By:      victor3 dot lopes at voila dot fr
-Status:           Open
+Status:           Closed
 Bug Type:         Compile Failure
 Operating System: AIX 4.3.3 ML11
 PHP Version:      4.3.6
 New Comment:

This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.




Previous Comments:
------------------------------------------------------------------------

[2004-04-27 16:50:08] victor3 dot lopes at voila dot fr

Description:
------------
I compile php 4.3.6 on a AIX 4.3.3 ML11 with native compiler
XLC.

I found the following error
ext/gd/libgd/gd.c", line 1874.9: 1506-046 (S) Syntax error.

ext/gd/libgd/gd.c", line 1875.9: 1506-275 (S) Unexpected text 'struct'
encountered.

ext/gd/libgd/gd.c", line 1875.16: 1506-045 (S) Undeclared identifier
seg.
ext/gd/libgd/gd.c", line 1876.9: 1506-275 (S) Unexpected text 'struct'
encountered.
ext/gd/libgd/gd.c", line 1887.9: 1506-025 (S) Operand must be a
modifiable lvalue.
make: The error code from the last command is 1.

I have modified the following line :
// struct seg stack[FILL_MAX],*sp = stack;;

by

/*struct seg stack[FILL_MAX],*sp = stack;; */

The compilation works well after !

The problem exist also on version 4.3.5 and perhaps older !

victor






------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=28184&edit=1

Reply via email to