Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:14148 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 2166 invoked by uid 1010); 21 Dec 2004 18:54:55 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 65566 invoked from network); 21 Dec 2004 18:47:56 -0000 Received: from unknown (HELO smtp1.pp.htv.fi) (213.243.153.34) by pb1.pair.com with SMTP; 21 Dec 2004 18:47:56 -0000 Received: from localhost.localdomain (cs78149119.pp.htv.fi [62.78.149.119]) by smtp1.pp.htv.fi (Postfix) with ESMTP id 70D308001A; Tue, 21 Dec 2004 20:43:53 +0200 (EET) Received: from localhost.localdomain (localhost.localdomain [127.0.0.1]) by localhost.localdomain (8.12.8/8.12.8) with ESMTP id iBLIhmZn016944; Tue, 21 Dec 2004 20:43:48 +0200 Received: from localhost (jani@localhost) by localhost.localdomain (8.12.8/8.12.8/Submit) with ESMTP id iBLIhlWO016791; Tue, 21 Dec 2004 20:43:48 +0200 X-Authentication-Warning: localhost.localdomain: jani owned process doing -bs Date: Tue, 21 Dec 2004 20:43:47 +0200 (EET) Reply-To: Jani Taskinen To: Antony Dovgal Cc: internals@lists.php.net In-Reply-To: <20041221153651.2b8957e3.tony2001@phpclub.net> Message-ID: References: <20041221153651.2b8957e3.tony2001@phpclub.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: [PHP-DEV] zend_strtod.c compile error From: sniper@iki.fi (Jani Taskinen) On Tue, 21 Dec 2004, Antony Dovgal wrote: >On Tue, 21 Dec 2004 14:33:48 +0200 (IST) >Stanislav Malyshev wrote: > >> After recent changes, zend_strtod.c from PHP 4 CVS does not compile on >> my Linux, giving: >> >> php4/Zend/zend_strtod.c:234: error: syntax error before "uint32_t" >> >> uin32_t is defined in stdint.h which is never included as far as I >> see. -- > >I've encountered the same problem, but ./buildconf helped. Yes, buildconf should help since then you'll propably have HAVE_INTTYPES_H and/or HAVE_STDINT_H defined. :) --Jani