Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:6117 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 32759 invoked by uid 1010); 3 Dec 2003 16:49:22 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 32678 invoked from network); 3 Dec 2003 16:49:22 -0000 Received: from unknown (HELO mx.thebrainroom.net) (65.200.24.98) by pb1.pair.com with SMTP; 3 Dec 2003 16:49:22 -0000 Received: by mx.thebrainroom.net (Postfix, from userid 517) id 105601488089; Wed, 3 Dec 2003 08:48:32 -0800 (PST) Received: from obsidian (zaneeb.thebrainroom.net [82.133.1.138]) by mx.thebrainroom.net (Postfix) with ESMTP id C39A61488087; Wed, 3 Dec 2003 08:48:15 -0800 (PST) Message-ID: <0b8b01c3b9bd$390014d0$8802a8c0@obsidian> To: "Sascha Schumann" Cc: References: <0b8401c3b9bb$dc5dbee0$8802a8c0@obsidian> Date: Wed, 3 Dec 2003 16:48:03 -0000 Organization: The Brain Room Ltd. MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Spam-Status: No, hits=-0.4 required=5.0 tests=AWL,QUOTED_EMAIL_TEXT,REFERENCES version=2.55 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) X-TBR-Filter: Virus scanned and defanged Subject: Re: [PHP-DEV] mingw32 From: wez@thebrainroom.com ("Wez Furlong") > > When I tried to enable win32 specific extensions (such as COM) > > under cygwin, I found that a lot of the win32 api headers were > > missing, so the build failed. > > Cygwin is a Unix portability layer, not a win32. :) Sure, but you can use the win32 api from there, and some of the headers used by COM are not present in cygwin install. > Will there be an abstraction similar to our current m4 > infrastructure? (I have not looked at the .js yet) Although there isn't right at this moment, there will be. --Wez.