Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:17463 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 99062 invoked by uid 1010); 29 Jul 2005 08:38:21 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 99047 invoked from network); 29 Jul 2005 08:38:21 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 Jul 2005 08:38:21 -0000 X-Host-Fingerprint: 66.111.4.26 out2.smtp.messagingengine.com Received: from ([66.111.4.26:59589] helo=out2.smtp.messagingengine.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id E6/5E-50784-CFAE9E24 for ; Fri, 29 Jul 2005 04:38:20 -0400 Received: from web2.messagingengine.com (web2.internal [10.202.2.211]) by frontend1.messagingengine.com (Postfix) with ESMTP id 369FACC4F7B; Fri, 29 Jul 2005 04:38:17 -0400 (EDT) Received: by web2.messagingengine.com (Postfix, from userid 99) id 005B2786; Fri, 29 Jul 2005 04:38:14 -0400 (EDT) Message-ID: <1122626294.16777.239502196@webmail.messagingengine.com> X-Sasl-Enc: Y1FFE/cxUmf4oidWCDr5M8tMT0MVnHwLXNzk6+yz6d0c 1122626294 To: "Joe Orton" , internals@lists.php.net Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="ISO-8859-1" MIME-Version: 1.0 X-Mailer: MIME::Lite 1.5 (F2.73; T1.001; A1.64; B3.05; Q3.03) References: <1122545769.8129.239423703@webmail.messagingengine.com> <20050729082004.GA9218@redhat.com> In-Reply-To: <20050729082004.GA9218@redhat.com> Date: Fri, 29 Jul 2005 14:08:14 +0530 Subject: Re: [PHP-DEV] HEAD compile failure in pdo extension From: kameshj@fastmail.fm ("Kamesh Jayachandran") Hi Joe, It fixes it. Thanks. With regards Kamesh Jayachandran On Fri, 29 Jul 2005 09:20:04 +0100, "Joe Orton" said: > On Thu, Jul 28, 2005 at 03:46:09PM +0530, Kamesh Jayachandran wrote: > > In file included from > > /root/kamesh/work/php-src/ext/pdo_sqlite/pdo_sqlite.c:31: > > /root/kamesh/work/php-src/ext/pdo_sqlite/php_pdo_sqlite_int.h:24:21: > > sqlite3.h: No such file or directory >=20 > Same here with VPATH builds, this seems to fix it: >=20 > Index: ext/pdo_sqlite/config.m4 > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > RCS file: /repository/php-src/ext/pdo_sqlite/config.m4,v > retrieving revision 1.24 > diff -u -r1.24 config.m4 > --- ext/pdo_sqlite/config.m4 27 Jul 2005 11:53:00 -0000 1.24 > +++ ext/pdo_sqlite/config.m4 29 Jul 2005 08:18:43 -0000 > @@ -90,7 +90,7 @@ > AC_DEFINE(SQLITE_PTR_SZ, SIZEOF_CHAR_P, [Size of a pointer]) > PDO_SQLITE_VERSION=3D`cat $ext_srcdir/sqlite/VERSION` > PDO_SQLITE_VERSION_NUMBER=3D`echo $PDO_SQLITE_VERSION | $AWK -F. > '{printf("%d%03d%03d", $1, $2, $3)}'` > - sed -e s/--VERS--/$PDO_SQLITE_VERSION/ -e > s/--VERSION-NUMBER--/$PDO_SQLITE_VERSION_NUMBER/ > $abs_srcdir/sqlite/src/sqlite.h.in > $abs_srcdir/sqlite/src/sqlite3.h > + sed -e s/--VERS--/$PDO_SQLITE_VERSION/ -e > s/--VERSION-NUMBER--/$PDO_SQLITE_VERSION_NUMBER/ > $ext_srcdir/sqlite/src/sqlite.h.in > $ext_builddir/sqlite/src/sqlite3.h >=20=20 > touch $ext_srcdir/sqlite/src/parse.c > $ext_srcdir/sqlite/src/parse.h >=20=20 >=20 > --=20 > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php >=20 --=20 http://www.fastmail.fm - Same, same, but different=85