Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:49927 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 35586 invoked from network); 19 Oct 2010 13:11:48 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Oct 2010 13:11:48 -0000 Authentication-Results: pb1.pair.com smtp.mail=derick@php.net; spf=unknown; sender-id=unknown Authentication-Results: pb1.pair.com header.from=derick@php.net; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 82.113.146.227 as permitted sender) X-PHP-List-Original-Sender: derick@php.net X-Host-Fingerprint: 82.113.146.227 xdebug.org Linux 2.6 Received: from [82.113.146.227] ([82.113.146.227:35463] helo=xdebug.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 9C/39-21220-EF89DBC4 for ; Tue, 19 Oct 2010 09:11:27 -0400 Received: from localhost (xdebug.org [127.0.0.1]) by xdebug.org (Postfix) with ESMTPS id 27904DE13E; Tue, 19 Oct 2010 14:11:24 +0100 (BST) Date: Tue, 19 Oct 2010 14:11:24 +0100 (BST) X-X-Sender: derick@kossu.derickrethans.nl To: RQuadling@googlemail.com cc: PHP internals In-Reply-To: Message-ID: References: User-Agent: Alpine 2.00 (DEB 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: [PHP-DEV] Continuing the build process after a failed build of an extension. From: derick@php.net (Derick Rethans) On Tue, 19 Oct 2010, Richard Quadling wrote: > Is there a way to continue the build process (on Windows) if a shared > extension fails to build. > > Currently, if an extension fails, then it halts the entire build. > Which is probably fine in production, but for my own builds, I'd like > it to just ignore the failed extension. > > I know I can exclude it from the configure, but that won't help me > when the extension is fixed. Isn't that what --enable-snapshot-build does (on Windows)? cheers, Derick -- http://derickrethans.nl | http://xdebug.org Like Xdebug? Consider a donation: http://xdebug.org/donate.php twitter: @derickr and @xdebug