PHP :: Bug #14532 :: streams.c:285: warning: initialization from incompatible
| Bug #14532 | streams.c:285: warning: initialization from incompatible | ||||
|---|---|---|---|---|---|
| Submitted: | 2001-12-15 01:53 UTC | Modified: | 2002-01-05 16:52 UTC | ||
| From: | j_phatt at hotmail dot com | Assigned: | |||
| Status: | Closed | Package: | Compile Failure | ||
| PHP Version: | 4.1.0 | OS: | RedHat 7.2 | ||
| Private report: | No | CVE-ID: | None | ||
[2001-12-15 01:53 UTC] j_phatt at hotmail dot com
Making all in main make[1]: Entering directory `/data/sw/.zip/php-4.1.0/main' make[2]: Entering directory `/data/sw/.zip/php-4.1.0/main' /bin/sh /data/sw/.zip/php-4.1.0/libtool --silent --mode=compile gcc -I. -I/data/sw/.zip/php-4.1.0/main -I/data/sw/.zip/php-4.1.0/main -I/data/sw/.zip/php-4.1.0 -I/opt/apache/include -I/data/sw/.zip/php-4.1.0/Zend -I/usr/include/freetype2/freetype -I/usr/include/imap -I/usr/local/mcal/include -I/opt/mysql/include/mysql -I/usr/include/pspell -I/usr/include/ucd-snmp -DLINUX=22 -DUSE_HSREGEX -I/data/sw/.zip/php-4.1.0/TSRM -g -O2 -prefer-pic -c streams.c streams.c:285: warning: initialization from incompatible pointer type streams.c: In function `php_stream_cast': streams.c:340: parse error before `static' streams.c:346: `cast_names' undeclared (first use in this function) streams.c:346: (Each undeclared identifier is reported only once streams.c:346: for each function it appears in.) make[2]: *** [streams.lo] Error 1 make[2]: Leaving directory `/data/sw/.zip/php-4.1.0/main' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/data/sw/.zip/php-4.1.0/main' make: *** [all-recursive] Error 1
Patches
Pull Requests
History
AllCommentsChangesGit/SVN commits
[2001-12-15 02:04 UTC] yohgaki@php.net
[2001-12-15 06:40 UTC] derick@php.net