Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:4105 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 71314 invoked from network); 20 Aug 2003 08:13:29 -0000 Received: from unknown (HELO blacksheep.csh.rit.edu) (129.21.60.6) by pb1.pair.com with SMTP; 20 Aug 2003 08:13:29 -0000 Received: from fury.csh.rit.edu (fury.csh.rit.edu [2001:470:1f00:135:a00:20ff:fe8d:5399]) by blacksheep.csh.rit.edu (Postfix) with ESMTP id 87A60D0 for ; Wed, 20 Aug 2003 03:49:20 -0400 (EDT) Received: by fury.csh.rit.edu (Postfix, from userid 37404) id 4303012A3; Wed, 20 Aug 2003 03:49:19 -0400 (EDT) Date: Wed, 20 Aug 2003 03:49:19 -0400 To: internals@lists.php.net Message-ID: <20030820074918.GB4487@csh.rit.edu> Mail-Followup-To: internals@lists.php.net References: <20030705213903.GA1313@csh.rit.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030705213903.GA1313@csh.rit.edu> Subject: Re: [PHP-DEV] sqlite and 'make -j' From: jon@php.net (Jon Parise) On Sat, Jul 05, 2003 at 05:39:04PM -0400, Jon Parise wrote: > Just a note that the addition of sqlite to the PHP build has broken > 'make -j' compiling: > > In file included from /home/jon/src/php5/ext/sqlite/libsqlite/src/auth.c:19: /home/jon/src/php5/ext/sqlite/libsqlite/src/sqliteInt.h:17: sqlite.h: No such file or directory > *** Error code 1 > /home/jon/src/php5/ext/sqlite/sess_sqlite.c:27: sqlite.h: No such file or directory > > I've just glanced at the libsqlite/src/Makefile, and it looks like > sqlite.h is generated during the build. However, this target's > dependency isn't being advertised correctly. > > I don't know how to fix this in terms of the PHP build system, though. > Maybe someone else does? I've just committed a fix for this in ext/sqlite/Makefile.frag:1.7. -- Jon Parise (jon@php.net) :: The PHP Project (http://www.php.net/)