php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #1700 Compile failure in parsedate
Submitted: 1999-07-12 23:30 UTC Modified: 1999-07-15 11:59 UTC
From: graeme at kc dot co dot nz Assigned:
Status: Closed Package: Compile Failure
PHP Version: 3.0 Latest CVS (12/07/1999) OS: Linux 2-0.36 i586 (Redhat 5.2)
Private report: No CVE-ID: None
 [1999-07-12 23:30 UTC] graeme at kc dot co dot nz
Following error occurred. configure command line is
./configure --with-apache=/usr/src/apache_1.3.6 --with-system-regex --with-gd --with-ttf --with-mysql=/usr/local/mysql --enable-track-vars --enable-magic-quotes --enable-memory-limit


gcc -g -O2 -O2   -I. -I.   -I/usr/src/apache_1.3.6/src/include -I/usr/src/apache
_1.3.6/src/os/unix                  -I/usr/local/include -I/usr/local/mysql/incl
ude/mysql    -c functions/parsedate.c -o functions/parsedate.o
functions/parsedate.y: In function `GetTimeInfo':
functions/parsedate.y:525: storage size of `local' isn't known
functions/parsedate.y:526: storage size of `gmt' isn't known
functions/parsedate.y:545: dereferencing pointer to incomplete type
functions/parsedate.y:545: dereferencing pointer to incomplete type
functions/parsedate.y:548: dereferencing pointer to incomplete type
functions/parsedate.y:549: warning: assignment makes pointer from integer withou
t a cast
functions/parsedate.y:551: dereferencing pointer to incomplete type
functions/parsedate.y: In function `Convert':
functions/parsedate.y:659: dereferencing pointer to incomplete type
functions/parsedate.y: In function `DSTcorrect':
functions/parsedate.y:673: dereferencing pointer to incomplete type
functions/parsedate.y:674: dereferencing pointer to incomplete type
functions/parsedate.y: In function `RelativeMonth':
functions/parsedate.y:689: dereferencing pointer to incomplete type
functions/parsedate.y:689: dereferencing pointer to incomplete type
functions/parsedate.y:694: dereferencing pointer to incomplete type
functions/parsedate.y:695: dereferencing pointer to incomplete type
functions/parsedate.y:695: dereferencing pointer to incomplete type
functions/parsedate.y:695: dereferencing pointer to incomplete type
functions/parsedate.y: At top level:
functions/parsedate.y:790: warning: `date_lex' was declared implicitly `extern'
and later `static'
functions/parsedate.y: In function `parsedate':
functions/parsedate.y:865: dereferencing pointer to incomplete type
functions/parsedate.y:866: dereferencing pointer to incomplete type
functions/parsedate.y:867: dereferencing pointer to incomplete type
functions/parsedate.y:896: dereferencing pointer to incomplete type
functions/parsedate.y:896: dereferencing pointer to incomplete type
functions/parsedate.y:896: dereferencing pointer to incomplete type
make: *** [functions/parsedate.o] Error 1

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-07-15 11:59 UTC] sas at cvs dot php dot net
try again, this should be fixed
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon May 06 01:01:31 2024 UTC