Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:4992 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 56666 invoked by uid 1010); 25 Oct 2003 17:05:42 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 56642 invoked from network); 25 Oct 2003 17:05:41 -0000 Received: from unknown (HELO mail.zend.com) (192.117.235.230) by pb1.pair.com with SMTP; 25 Oct 2003 17:05:41 -0000 Received: (qmail 2610 invoked from network); 25 Oct 2003 17:05:39 -0000 Received: from guardian.zend.office (HELO andi-laptop.zend.com) (10.1.1.4) by int.zend.com with SMTP; 25 Oct 2003 17:05:39 -0000 Message-ID: <5.1.0.14.2.20031025190249.030935e8@127.0.0.1> X-Sender: andi@127.0.0.1 X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Sat, 25 Oct 2003 19:03:40 +0200 To: Sebastian Bergmann ,internals@lists.php.net References: <5.1.0.14.2.20031024185803.04f70e88@127.0.0.1> <5.1.0.14.2.20031024185803.04f70e88@127.0.0.1> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: Re: [PHP-DEV] PHP 5 Beta 2 RC1 From: andi@zend.com (Andi Gutmans) At 05:57 PM 10/25/2003 +0200, Sebastian Bergmann wrote: > 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 Can you check if PHP_WIN32 is defined in Project->Settings->C/C++->Preprocessor? No idea about Apache 2. Thanks, Andi