Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:2930 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 5265 invoked from network); 28 Jun 2003 09:51:24 -0000 Received: from unknown (HELO secure.thebrainroom.com) (213.239.42.171) by pb1.pair.com with SMTP; 28 Jun 2003 09:51:24 -0000 Received: from zaneeb.brainnet.i (IDENT:root@brain.dial.nildram.co.uk [195.149.29.154]) by secure.thebrainroom.com (8.9.3/8.9.3) with ESMTP id KAA09691; Sat, 28 Jun 2003 10:51:21 +0100 Received: from TITAN (titan.brainnet.i [192.168.2.7]) by zaneeb.brainnet.i (8.11.6/8.11.6) with SMTP id h5S9pKs17070; Sat, 28 Jun 2003 10:51:20 +0100 Message-ID: <044c01c33d5a$d16c6a00$0702a8c0@TITAN> To: "Allowee" , "Sterling Hughes" , References: <1056789641.11231.57.camel@hasele> <200306281140.42225.php@allowee.no-ip.com> Date: Sat, 28 Jun 2003 10:51:15 +0100 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.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Subject: Re: [PHP-DEV] (ATTENTION) Pre-Beta From: wez@thebrainroom.com ("Wez Furlong") extract the tarball again, but before you build it, touch ext/sqlite/libsqlite/src/parse.c Most likely, the .c has the same timestamp as the .y file after all the CVS troubles. --Wez. ----- Original Message ----- From: "Allowee" To: "Sterling Hughes" ; Sent: Saturday, June 28, 2003 10:40 AM Subject: Re: [PHP-DEV] (ATTENTION) Pre-Beta > On Saturday 28 June 2003 10:40, Sterling Hughes wrote: > > Source distro :: > > > > http://www.php.net/~sterling/php5/ > > > > Win32 binaries :: > > > > http://www.php.net/~edink/php-5.0.0b1-Win32.zip > > > > Download, compile, test. > > i've got a problem with sqlite.... > ./configure --with-sqlite=shared > > make: > /bin/sh /home/Allowee/PHP/pack/php5b1/libtool --silent --preserve-dup-deps > --mode=compile gcc -I/home/Allowee/PHP/pack/php5b1/ext/sqlite/libsqlite/src > -Iext/sqlite/ -I/home/Allowee/PHP/pack/php5b1/ext/sqlite/ -DPHP_ATOM_INC > -I/home/Allowee/PHP/pack/php5b1/include -I/home/Allowee/PHP/pack/php5b1/ma in > -I/home/Allowee/PHP/pack/php5b1 -I/home/Allowee/PHP/pack/php5b1/Zend > -I/usr/include/libxml2 -I/usr/X11R6/include -I/usr/include/freetype2 > -I/usr/include/mysql -I/home/Allowee/PHP/pack/php5b1/TSRM -g -O2 > -prefer-pic -c /home/Allowee/PHP/pack/php5b1/ext/sqlite/libsqlite/src/parse.c > -o ext/sqlite/libsqlite/src/parse.lo > In file included from > /home/Allowee/PHP/pack/php5b1/ext/sqlite/libsqlite/src/sqliteInt.h:16, > from > /home/wez/src/php/php4.3-cvs/ext/sqlite/libsqlite/src/parse.y:36: <- !!!!!!! > > /home/Allowee/PHP/pack/php5b1/ext/sqlite/libsqlite/src/config.h:1:50: > /home/Allowee/PHP/pack/php5b1/config.h: No such file or directory <- !!!!!! > make: *** [ext/sqlite/libsqlite/src/parse.lo] Fout 1 > > > I don't seem to have /home/wez/ > and I also don't have the config.h file in /home/Allowee/PHP/pack/php5b1 > > What should I do?? > > .: Allowee