ID: 31129
Comment by: goop at scs dot unr dot edu
Reported By: long+phpbugs at kestrel dot cc dot ku dot edu
Status: Assigned
Bug Type: Compile Failure
Operating System: Tru64 4.0F
PHP Version: 4.3.10
Assigned To: derick
New Comment:
having same/close problem with cc: Sun C 5.6 2004/07/15, on Solaris 9.
Tried basic config (--apxs only), and got same results, paraphrased here
(full output available on request):
...
/bin/sh /tmp/source/php-4.3.10/libtool --silent --preserve-dup-deps
--mode=compile cc -IZend/ -I/tmp/source/php-4.3.10/Zend/
-DPHP_ATOM_INC -I/tmp/source/php-4.3.10/include
-I/tmp/source/php-4.3.10/main -I/tmp/source/php-4.3.10
-I/tmp/source/php-4.3.10/Zend -I/tmp/source/php-4.3.10/ext/xml/expat
-D_POSIX_PTHREAD_SEMANTICS -I/tmp/source/php-4.3.10/TSRM -g
-prefer-pic -c /tmp/source/php-4.3.10/Zend/zend_strtod.c -o
Zend/zend_strtod.lo
"/tmp/source/php-4.3.10/Zend/zend_strtod.c", line 233: warning:
old-style declaration or incorrect type for: Exactly
"/tmp/source/php-4.3.10/Zend/zend_strtod.c", line 233: syntax error
before or at: one
"/tmp/source/php-4.3.10/Zend/zend_strtod.c", line 233: warning:
old-style declaration or incorrect type for: one
"/tmp/source/php-4.3.10/Zend/zend_strtod.c", line 233: warning:
old-style declaration or incorrect type for: of
"/tmp/source/php-4.3.10/Zend/zend_strtod.c", line 233: warning:
old-style declaration or incorrect type for: IEEE_LITTLE_ENDIAN
"/tmp/source/php-4.3.10/Zend/zend_strtod.c", line 233: warning:
old-style declaration or incorrect type for: IEEE_BIG_ENDIAN
"/tmp/source/php-4.3.10/Zend/zend_strtod.c", line 233: warning:
old-style declaration or incorrect type for: VAX
"/tmp/source/php-4.3.10/Zend/zend_strtod.c", line 234: warning:
old-style declaration or incorrect type for: or
"/tmp/source/php-4.3.10/Zend/zend_strtod.c", line 234: syntax error
before or at: IBM
"/tmp/source/php-4.3.10/Zend/zend_strtod.c", line 234: warning:
old-style declaration or incorrect type for: IBM
"/tmp/source/php-4.3.10/Zend/zend_strtod.c", line 234: warning:
old-style declaration or incorrect type for: should
"/tmp/source/php-4.3.10/Zend/zend_strtod.c", line 234: warning:
old-style declaration or incorrect type for: be
"/tmp/source/php-4.3.10/Zend/zend_strtod.c", line 234: warning:
old-style declaration or incorrect type for: defined
"/tmp/source/php-4.3.10/Zend/zend_strtod.c", line 239: syntax error
before or at: u_int32_t
"/tmp/source/php-4.3.10/Zend/zend_strtod.c", line 386: syntax error
before or at: u_int32_t
If I look at Zend/zend_strtod.c (233+), I see this:
#if defined(IEEE_LITTLE_ENDIAN) + defined(IEEE_BIG_ENDIAN) +
defined(VAX) + \
defined(IBM) != 1
Exactly one of IEEE_LITTLE_ENDIAN IEEE_BIG_ENDIAN, VAX, or
IBM should be defined.
#endif
I'm no programmer, but doesn't that seem like "Exactly...defined."
should be a comment (and thusly commented out, which it is not, and in
which case there seems to be code missing?)? Seems like that is what
the compiler is barfing on. Same results with latest snapshot.
thanks!!!
Previous Comments:
------------------------------------------------------------------------
[2004-12-17 03:20:52] andrew at tophk dot net
This also happens on Solaris 8x86 with gcc version 2.95.3:
I have try the latest snapshot. But the Error again!!
Configure Line:-
./configure --with-mysql=/usr/local/mysql
--with-apxs=/usr/local/apache/bin/apxs --with-gd
--with-jpeg-dir=/usr/local/bin --with-zlib-dir=/usr/local/bin
Make Error Message:-
/bin/sh /export/home/local/php5-STABLE-200412161930/libtool --silent
--preserve-dup-deps --mode=compile gcc -IZend/
-I/export/home/local/php5-STABLE-200412161930/Zend/ -DPHP_ATOM_INC
-I/export/home/local/php5-STABLE-200412161930/include
-I/export/home/local/php5-STABLE-200412161930/main
-I/export/home/local/php5-STABLE-200412161930
-I/export/home/local/php5-STABLE-200412161930/Zend
-I/usr/local/include/libxml2 -I/usr/local/include
-I/usr/local/mysql/include/mysql -D_POSIX_PTHREAD_SEMANTICS
-I/export/home/local/php5-STABLE-200412161930/TSRM -g -O2 -prefer-pic
-c /export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c -o
Zend/zend_strtod.lo
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:239:
parse error before `u_int32_t'
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:239:
warning: no semicolon at end of struct or union
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:240:
warning: data definition has no type or storage class
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:386:
parse error before `u_int32_t'
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:386:
warning: no semicolon at end of struct or union
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c: In
function `Balloc':
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:405:
dereferencing pointer to incomplete type
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:409:
sizeof applied to an incomplete type
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:410:
dereferencing pointer to incomplete type
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:411:
dereferencing pointer to incomplete type
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:413:
dereferencing pointer to incomplete type
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:413:
dereferencing pointer to incomplete type
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c: In
function `Bfree':
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:426:
dereferencing pointer to incomplete type
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:426:
dereferencing pointer to incomplete type
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:427:
dereferencing pointer to incomplete type
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c: In
function `multadd':
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:443:
`u_int32_t' undeclared (first use in this function)
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:443:
(Each undeclared identifier is reported only once
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:443: for
each function it appears in.)
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:443: `x'
undeclared (first use in this function)
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:443: `y'
undeclared (first use in this function)
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:445:
parse error before `xi'
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:449:
dereferencing pointer to incomplete type
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:450:
dereferencing pointer to incomplete type
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:454:
`xi' undeclared (first use in this function)
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:456: `z'
undeclared (first use in this function)
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:467:
dereferencing pointer to incomplete type
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:468:
`b1' undeclared (first use in this function)
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:468:
dereferencing pointer to incomplete type
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:469:
dereferencing pointer to incomplete type
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:469:
dereferencing pointer to incomplete type
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:473:
dereferencing pointer to incomplete type
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:474:
dereferencing pointer to incomplete type
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c: At top
level:
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:484:
parse error before `u_int32_t'
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c: In
function `s2b':
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:491:
`nd' undeclared (first use in this function)
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:495:
dereferencing pointer to incomplete type
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:495:
`y9' undeclared (first use in this function)
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:496:
dereferencing pointer to incomplete type
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:504:
`nd0' undeclared (first use in this function)
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:505: `s'
undeclared (first use in this function)
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c: At top
level:
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:522:
parse error before `x'
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c: In
function `hi0bits':
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:527: `x'
undeclared (first use in this function)
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c: At top
level:
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:556:
parse error before `*'
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c: In
function `lo0bits':
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:560:
syntax error before `x'
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:562: `x'
undeclared (first use in this function)
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:566: `y'
undeclared (first use in this function)
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c: In
function `i2b':
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:610:
dereferencing pointer to incomplete type
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:611:
dereferencing pointer to incomplete type
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c: In
function `mult':
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:625:
`u_int32_t' undeclared (first use in this function)
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:625:
parse error before `carry'
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:626: `x'
undeclared (first use in this function)
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:626:
`xa' undeclared (first use in this function)
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:626:
`xae' undeclared (first use in this function)
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:626:
`xb' undeclared (first use in this function)
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:626:
`xbe' undeclared (first use in this function)
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:626:
`xc' undeclared (first use in this function)
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:626:
`xc0' undeclared (first use in this function)
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:628:
parse error before `z2'
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:631:
dereferencing pointer to incomplete type
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:631:
dereferencing pointer to incomplete type
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:636:
dereferencing pointer to incomplete type
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:637:
dereferencing pointer to incomplete type
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:638:
dereferencing pointer to incomplete type
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:640:
dereferencing pointer to incomplete type
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:643:
dereferencing pointer to incomplete type
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:645:
dereferencing pointer to incomplete type
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:647:
dereferencing pointer to incomplete type
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:649:
dereferencing pointer to incomplete type
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:652: `y'
undeclared (first use in this function)
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:655:
`carry' undeclared (first use in this function)
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:657: `z'
undeclared (first use in this function)
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:659:
`z2' undeclared (first use in this function)
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:698:
dereferencing pointer to incomplete type
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:699:
dereferencing pointer to incomplete type
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c: In
function `pow5mult':
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:725:
dereferencing pointer to incomplete type
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:735:
dereferencing pointer to incomplete type
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:736:
dereferencing pointer to incomplete type
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:737:
dereferencing pointer to incomplete type
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c: In
function `lshift':
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:754:
`u_int32_t' undeclared (first use in this function)
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:754: `x'
undeclared (first use in this function)
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:754:
`x1' undeclared (first use in this function)
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:754:
`xe' undeclared (first use in this function)
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:754: `z'
undeclared (first use in this function)
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:761:
dereferencing pointer to incomplete type
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:762:
dereferencing pointer to incomplete type
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:763:
dereferencing pointer to incomplete type
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:766:
dereferencing pointer to incomplete type
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:769:
dereferencing pointer to incomplete type
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:770:
dereferencing pointer to incomplete type
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:799:
dereferencing pointer to incomplete type
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c: In
function `cmp':
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:812:
`u_int32_t' undeclared (first use in this function)
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:812:
`xa' undeclared (first use in this function)
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:812:
`xa0' undeclared (first use in this function)
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:812:
`xb' undeclared (first use in this function)
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:812:
`xb0' undeclared (first use in this function)
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:813:
parse error before `int'
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:815: `i'
undeclared (first use in this function)
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:815:
dereferencing pointer to incomplete type
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:816: `j'
undeclared (first use in this function)
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:816:
dereferencing pointer to incomplete type
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:825:
dereferencing pointer to incomplete type
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:827:
dereferencing pointer to incomplete type
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c: In
function `diff':
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:849:
`u_int32_t' undeclared (first use in this function)
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:849:
`xa' undeclared (first use in this function)
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:849:
`xae' undeclared (first use in this function)
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:849:
`xb' undeclared (first use in this function)
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:849:
`xbe' undeclared (first use in this function)
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:849:
`xc' undeclared (first use in this function)
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:851:
parse error before `z'
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:857:
dereferencing pointer to incomplete type
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:858:
dereferencing pointer to incomplete type
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:869:
dereferencing pointer to incomplete type
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:870:
dereferencing pointer to incomplete type
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:871:
dereferencing pointer to incomplete type
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:872:
dereferencing pointer to incomplete type
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:874:
dereferencing pointer to incomplete type
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:875:
dereferencing pointer to incomplete type
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:877:
dereferencing pointer to incomplete type
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:884: `z'
undeclared (first use in this function)
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:916:
dereferencing pointer to incomplete type
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c: In
function `ulp':
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:928:
`_double' undeclared (first use in this function)
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:928:
parse error before `x'
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:930:
parse error before `a'
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:932: `x'
undeclared (first use in this function)
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:940: `a'
undeclared (first use in this function)
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c: In
function `b2d':
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:968:
`u_int32_t' undeclared (first use in this function)
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:968:
`xa' undeclared (first use in this function)
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:968:
`xa0' undeclared (first use in this function)
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:968: `w'
undeclared (first use in this function)
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:968: `y'
undeclared (first use in this function)
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:968: `z'
undeclared (first use in this function)
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:969:
parse error before `int'
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:970:
`_double' undeclared (first use in this function)
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:978:
dereferencing pointer to incomplete type
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:979:
dereferencing pointer to incomplete type
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:984: `k'
undeclared (first use in this function)
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:988: `d'
undeclared (first use in this function)
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c: In
function `d2b':
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:1040:
`u_int32_t' undeclared (first use in this function)
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:1040:
`x' undeclared (first use in this function)
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:1040:
`y' undeclared (first use in this function)
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:1040:
`z' undeclared (first use in this function)
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:1041:
`_double' undeclared (first use in this function)
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:1041:
parse error before `d'
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:1046:
`d' undeclared (first use in this function)
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:1060:
dereferencing pointer to incomplete type
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:1081:
dereferencing pointer to incomplete type
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:1090:
dereferencing pointer to incomplete type
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c: In
function `ratio':
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:1172:
`_double' undeclared (first use in this function)
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:1172:
parse error before `da'
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:1175:
`da' undeclared (first use in this function)
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:1176:
`db' undeclared (first use in this function)
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:1178:
dereferencing pointer to incomplete type
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:1178:
dereferencing pointer to incomplete type
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c: In
function `zend_strtod':
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:1243:
`_double' undeclared (first use in this function)
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:1243:
parse error before `rv'
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:1245:
`u_int32_t' undeclared (first use in this function)
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:1245:
parse error before `y'
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:1252:
`rv' undeclared (first use in this function)
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:1277:
`y' undeclared (first use in this function)
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:1277:
`z' undeclared (first use in this function)
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:1485:
`rv0' undeclared (first use in this function)
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:1514:
dereferencing pointer to incomplete type
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:1515:
dereferencing pointer to incomplete type
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:1515:
dereferencing pointer to incomplete type
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:1515:
dereferencing pointer to incomplete type
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:1570:
dereferencing pointer to incomplete type
/export/home/local/php5-STABLE-200412161930/Zend/zend_strtod.c:1571:
dereferencing pointer to incomplete type
make: *** [Zend/zend_strtod.lo] Error 1
------------------------------------------------------------------------
The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/31129
--
Edit this bug report at http://bugs.php.net/?id=31129&edit=1