Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:3269 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 97457 invoked from network); 5 Jul 2003 21:39:05 -0000 Received: from unknown (HELO blacksheep.csh.rit.edu) (129.21.60.6) by pb1.pair.com with SMTP; 5 Jul 2003 21:39:05 -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 5011D3C7 for ; Sat, 5 Jul 2003 17:39:05 -0400 (EDT) Received: by fury.csh.rit.edu (Postfix, from userid 37404) id 04C051277; Sat, 5 Jul 2003 17:39:04 -0400 (EDT) Date: Sat, 5 Jul 2003 17:39:04 -0400 To: internals@lists.php.net Message-ID: <20030705213903.GA1313@csh.rit.edu> Mail-Followup-To: internals@lists.php.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.3i Subject: sqlite and 'make -j' From: jon@php.net (Jon Parise) 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? -- Jon Parise (jon@php.net) :: The PHP Project (http://www.php.net/)