php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #9655 zend_operators.h:84: implicit declaration of function `int finite(...)'
Submitted: 2001-03-09 10:07 UTC Modified: 2001-03-12 03:20 UTC
From: mohler at eawag dot ch Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 4.0.4pl1 OS: Solaris 2.6
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: mohler at eawag dot ch
New email:
PHP Version: OS:

 

 [2001-03-09 10:07 UTC] mohler at eawag dot ch
I read the BugIds #9599 and #9602!
Got the latest CVS from snaps.php.net

but still I get the same error...

root@hermes:/usr/local/php/php-4.0.4pl1
66 # make
Making all in Zend
make[1]: Entering directory `/usr/local/php/php-4.0.4pl1/Zend'
/bin/sh ../libtool --silent --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../main   -D_POSIX_PTHREAD_SEMANTICS -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -DXML_BYTE_ORDER=21 -I../TSRM  -g -O2 -pthreads -c zend_language_scanner_cc.cc
In file included from zend_language_scanner_cc.cc:2571:
zend_operators.h: In function `int is_numeric_string(char *, int, long int *, double *)':
zend_operators.h:84: implicit declaration of function `int finite(...)'
make[1]: *** [zend_language_scanner_cc.lo] Error 1
make[1]: Leaving directory `/usr/local/php/php-4.0.4pl1/Zend'
make: *** [all-recursive] Error 1


root@hermes:/usr/local/php/php-4.0.4pl1
67 # cat config.nice
#! /bin/sh
#
# Created by configure

"./configure" \
"--with-mysql=/usr/local" \
"--with-nsapi=/nserver/netscape" \
"--enable-track-vars" \
"--enable-libgcc" \
"$@"




Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-03-09 13:22 UTC] sniper@php.net
You obviously try to compile PHP 4.0.4pl1 all the time.
The directory name for cvs snapshots is totally different
so please get the right package first.

--Jani

 [2001-03-12 03:20 UTC] mohler at eawag dot ch
Dear All

yes I'm sorry not having noticed that myself.
thank you very much for your hint, it helped of course...

:-) Gerard.

PS: your BUG reportsystem ist GREAT and fast:]
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Dec 27 03:01:28 2024 UTC