php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
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
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: j_phatt at hotmail dot com
New email:
PHP Version: OS:

 

 [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 commitsRelated reports
 [2001-12-15 02:04 UTC] yohgaki@php.net
strearms is highly experimental, but thank you for reporting.

Wez? are you around?
IIRC it's yours ;)
 [2001-12-15 06:40 UTC] derick@php.net
What is your configure line, so that we can try to reproduce this?

regards,
Derick
 [2002-01-05 16:52 UTC] lobbin@php.net
No feedback. Closing.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Dec 22 02:01:28 2024 UTC