Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:40875 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 20339 invoked from network); 7 Oct 2008 12:31:13 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Oct 2008 12:31:13 -0000 Authentication-Results: pb1.pair.com header.from=mapopa@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=mapopa@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.217.14 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: mapopa@gmail.com X-Host-Fingerprint: 209.85.217.14 mail-gx0-f14.google.com Received: from [209.85.217.14] ([209.85.217.14:57897] helo=mail-gx0-f14.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 79/81-48736-1965BE84 for ; Tue, 07 Oct 2008 08:31:13 -0400 Received: by gxk7 with SMTP id 7so6425889gxk.23 for ; Tue, 07 Oct 2008 05:31:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=hDQIyKCWDD//2zAqXArwpzcTlTjS+Ox9gF6rtNlFxis=; b=TEFLIhCZsGSFteqYGorYhL09iU0LOdyXvG/lKwIFN1oXWLx3ERLoyo7wZemOSVFLSn 7C/oyPQ6Xc2nv93QvVHwYTSJ95UDuWftGP/nnitk+LWHSyut+/WuYHscfF4v+t5EOI26 NmOJJFg284qSMXldRLDJAI7emZ2tKapLLStyM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=hEgYKJ0JOuMSl/yKxSDj2tiPOOPYUXjisorEt/C74angksLG0VhGB/A0Xjca/+lqW9 OOGg3lt7oerGssActVkPlpT4mY2mSLnqF0eNVJkuKScO96QuBuFqoWiMH4abZdX1CMQd Z03OwY1IfHoePGPVlgllGogTF99ETyApC5Fd0= Received: by 10.100.144.11 with SMTP id r11mr6333090and.68.1223382671168; Tue, 07 Oct 2008 05:31:11 -0700 (PDT) Received: by 10.100.95.12 with HTTP; Tue, 7 Oct 2008 05:31:11 -0700 (PDT) Message-ID: Date: Tue, 7 Oct 2008 15:31:11 +0300 To: internals@lists.php.net MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: mingw compilations fails From: mapopa@gmail.com ("marius popa") I try to build php 5.2.6 with mingw stable and i disabled for the moment all the extensions and it fails quite fast ./configure --disable-all --prefix=/opt/php $ make /bin/sh /mingw/tmp/php-5.2.6/libtool --silent --preserve-dup-deps --mode=compile gcc -Iext/date/lib -Iext/date/ -I/mingw/tmp/php-5.2.6/ext/date/ -DPHP_ATOM_INC -I/mingw/tmp/php-5.2.6/include -I/mingw/tmp/php-5.2.6/main -I/mingw/tmp/php-5.2.6 -I/mingw/tmp/php-5.2.6/ext/date/lib -I/mingw/tmp/php-5.2.6/TSRM -I/mingw/tmp/php-5.2.6/Zend -I /c/usr/lib/icu/include/ -I /c/usr/lib/icu/include/unicode -I /c/usr/lib/icu/include/layout -I /c/usr/lib/icu -g -O2 -c /mingw/tmp/php-5.2.6/ext/date/php_date.c -o ext/date/php_date.lo In file included from c:/mingw/tmp/php-5.2.6/Zend/../TSRM/TSRM.h:18, from c:/mingw/tmp/php-5.2.6/Zend/zend_alloc.h:27, from c:/mingw/tmp/php-5.2.6/Zend/zend.h:236, from c:/mingw/tmp/php-5.2.6/main/php.h:34, from c:/mingw/tmp/php-5.2.6/ext/date/php_date.c:21: c:/mingw/tmp/php-5.2.6/Zend/../TSRM/tsrm_config.w32.h:10:20: crtdbg.h: No such file or directory In file included from c:/mingw/tmp/php-5.2.6/main/php_reentrancy.h:28, from c:/mingw/tmp/php-5.2.6/main/php.h:414, from c:/mingw/tmp/php-5.2.6/ext/date/php_date.c:21: c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/dirent.h:23: error: redefinition of `struct dirent' c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/dirent.h:58: error: conflicting types for 'DIR' $ gcc -v Reading specs from c:/mingw/bin/../lib/gcc/mingw32/3.4.5/specs Configured with: ../gcc-3.4.5-20060117-3/configure --with-gcc --with-gnu-ld --with-gnu-as --host=mingw32 --target=mingw32 --prefix=/mingw --enable-threads --disable-nls --enable-languages=c,c++,f77,ada,objc,java --disable-win32-registry --disable-shared --enable-sjlj-exceptions --enable-libgcj --disable-java-awt --without-x --enable-java-gc=boehm --disable-libgcj-debug --enable-interpreter --enable-hash-synchronization --enable-libstdcxx-debug Thread model: win32 gcc version 3.4.5 (mingw-vista special r3) -- developer flamerobin.org