Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:4987 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 57740 invoked by uid 1010); 25 Oct 2003 15:58:50 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 57716 invoked from network); 25 Oct 2003 15:58:50 -0000 Received: from unknown (HELO mail.de-punkt.de) (62.4.81.205) by pb1.pair.com with SMTP; 25 Oct 2003 15:58:50 -0000 Received: (qmail 7824 invoked by uid 508); 25 Oct 2003 15:58:48 -0000 Received: from sb@sebastian-bergmann.de by webby by uid 511 with qmail-scanner-1.16 (f-prot: 3.12. spamassassin: 2.55. Clear:. Processed in 0.252237 secs); 25 Oct 2003 15:58:48 -0000 Received: from unknown (HELO wopr) (sb@de-punkt.de@80.142.55.93) by webby.de-punkt.de with SMTP; 25 Oct 2003 15:58:48 -0000 Received: from wopr [127.0.0.1] by wopr (192.168.0.1) (userid 19) with Hamster-NewsToMail-Gate (Classic Hamster Version 2.0 Build 2.0.2.2) ; Sat, 25 Oct 2003 17:57:48 +0200 Date: Sat, 25 Oct 2003 17:57:48 +0200 Organization: www.sebastian-bergmann.de User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5) Gecko/20031013 Thunderbird/0.3 X-Accept-Language: en-us, en References: <5.1.0.14.2.20031024185803.04f70e88@127.0.0.1> In-Reply-To: <5.1.0.14.2.20031024185803.04f70e88@127.0.0.1> To: internals@lists.php.net Sender: admin Lines: 41 X-Qmail-Scanner-Message-ID: <10670975285307815@webby> Subject: Re: [PHP-DEV] PHP 5 Beta 2 RC1 From: sebastian@php.net (Sebastian Bergmann) Message-ID: Andi Gutmans wrote: > Please let me know both if it works for you and if it fails. Compiles fine on my GENTOO/Linux laptop: - gentoo-sources 2.4.20-r7 - glibc 2.3.2-r6 - gcc (GCC) 3.3.1 20030916 (Gentoo Linux 3.3.1-r4, propolice) - autoconf 2.13, libtool 1.4.3, bison 1.875, flex 2.5.4 Compiles with 49 warnings (CLI/CGI SAPIs) on Windows 2000 with MSVC 6. php4apache2.dll fails to build: php5\win32\time.h(27): error C2079: 'it_interval' uses undefined struct 'timeval' php5\win32\time.h(28): error C2079: 'it_value' uses undefined struct 'timeval' apache2\include\apr_network_io.h(250): error C2079: 'sin' uses undefined struct 'sockaddr_in' Don't know what this is about, worked until recently and I haven't changed my build environment since (at least not that I remember). php_gd2.dll fails to build: php5\ext\gd\libgd\gd_jpeg.c(442): error C2065: 'ptrdiff_t': undeclared identifier php5\ext\gd\libgd\gd_jpeg.c(442): error C2146: Syntax error: Missing ';' before identifier 'nbytes' php5\ext\gd\libgd\gd_jpeg.c(442): error C2065: 'nbytes': undeclared identifier -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Das Buch zu PHP 5: http://professionelle-softwareentwicklung-mit-php5.de/