Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:17061 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 88426 invoked by uid 1010); 1 Jul 2005 15:38:01 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 88411 invoked from network); 1 Jul 2005 15:38:01 -0000 Received: from unknown (HELO pb1.pair.com) (127.0.0.1) by localhost with SMTP; 1 Jul 2005 15:38:01 -0000 X-Host-Fingerprint: 70.85.46.36 unknown Received: from ([70.85.46.36:48109] helo=prohost.org) by pb1.pair.com (ecelerity 1.2 r(5656M)) with SMTP id 57/BA-29969-95365C24 for ; Fri, 01 Jul 2005 11:38:01 -0400 Received: (qmail 22773 invoked from network); 1 Jul 2005 15:37:57 -0000 Received: from cpe00095beeab35-cm000f9f7d6664.cpe.net.cable.rogers.com (HELO ?192.168.1.101?) (69.196.31.219) by prohost.org with SMTP; 1 Jul 2005 15:37:57 -0000 Message-ID: <42C56354.6030808@prohost.org> Date: Fri, 01 Jul 2005 11:37:56 -0400 User-Agent: Mozilla Thunderbird 1.0 - [MOOX M3] (Windows/20041208) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Derick Rethans CC: PHP Developers Mailing List References: In-Reply-To: X-Enigmail-Version: 0.89.5.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] PDO_SQLite refuses to compile From: ilia@prohost.org (Ilia Alshanetsky) You need to do ./buildconf; configure; make; Ilia Derick Rethans wrote: > With the following errors: > > gcc -Iext/pdo_sqlite/sqlite/src -DPDO_SQLITE_BUNDLED=1 -DSQLITE_OMIT_CURSOR -I/dat/dev/php/php-5.1dev/ext -Iext/pdo_sqlite/ -I/dat/dev/php/php-5.1dev/ext/pdo_sqlite/ -DPHP_ATOM_INC -I/dat/dev/php/php-5.1dev/include -I/dat/dev/php/php-5.1dev/main -I/dat/dev/php/php-5.1dev -I/usr/include/libxml2 -I/usr/X11R6/include -I/usr/include/freetype2 -I/dat/dev/php/php-5.1dev/ext/mbstring/oniguruma -I/dat/dev/php/php-5.1dev/ext/mbstring/libmbfl -I/dat/dev/php/php-5.1dev/ext/mbstring/libmbfl/mbfl -I/usr/include/mysql -I/usr/include/tidy -I/dat/dev/php/php-5.1dev/TSRM -I/dat/dev/php/php-5.1dev/Zend -g -Wall -c /dat/dev/php/php-5.1dev/ext/pdo_sqlite/sqlite/src/expr.c -o ext/pdo_sqlite/sqlite/src/expr.o > /dat/dev/php/php-5.1dev/ext/pdo_sqlite/sqlite/src/expr.c: In function `getFunctionName': > /dat/dev/php/php-5.1dev/ext/pdo_sqlite/sqlite/src/expr.c:980: error: `TK_LIKE' undeclared (first use in this function) > /dat/dev/php/php-5.1dev/ext/pdo_sqlite/sqlite/src/expr.c:980: error: (Each undeclared identifier is reported only once > /dat/dev/php/php-5.1dev/ext/pdo_sqlite/sqlite/src/expr.c:980: error: for each function it appears in.) > /dat/dev/php/php-5.1dev/ext/pdo_sqlite/sqlite/src/expr.c:985: error: `TK_GLOB' undeclared (first use in this function) > /dat/dev/php/php-5.1dev/ext/pdo_sqlite/sqlite/src/expr.c:990: error: `TK_CTIME' undeclared (first use in this function) > /dat/dev/php/php-5.1dev/ext/pdo_sqlite/sqlite/src/expr.c:995: error: `TK_CDATE' undeclared (first use in this function) > /dat/dev/php/php-5.1dev/ext/pdo_sqlite/sqlite/src/expr.c:1000: error: `TK_CTIMESTAMP' undeclared (first use in this function) > /dat/dev/php/php-5.1dev/ext/pdo_sqlite/sqlite/src/expr.c: In function `nameResolverStep': > /dat/dev/php/php-5.1dev/ext/pdo_sqlite/sqlite/src/expr.c:1082: error: `TK_CTIME' undeclared (first use in this function) > /dat/dev/php/php-5.1dev/ext/pdo_sqlite/sqlite/src/expr.c:1083: error: `TK_CTIMESTAMP' undeclared (first use in this function) > /dat/dev/php/php-5.1dev/ext/pdo_sqlite/sqlite/src/expr.c:1084: error: `TK_CDATE' undeclared (first use in this function) > /dat/dev/php/php-5.1dev/ext/pdo_sqlite/sqlite/src/expr.c:1085: error: `TK_GLOB' undeclared (first use in this function) > /dat/dev/php/php-5.1dev/ext/pdo_sqlite/sqlite/src/expr.c:1086: error: `TK_LIKE' undeclared (first use in this function) > /dat/dev/php/php-5.1dev/ext/pdo_sqlite/sqlite/src/expr.c: In function `sqlite3ExprCode': > /dat/dev/php/php-5.1dev/ext/pdo_sqlite/sqlite/src/expr.c:1519: error: `TK_CDATE' undeclared (first use in this function) > /dat/dev/php/php-5.1dev/ext/pdo_sqlite/sqlite/src/expr.c:1520: error: `TK_CTIME' undeclared (first use in this function) > /dat/dev/php/php-5.1dev/ext/pdo_sqlite/sqlite/src/expr.c:1521: error: `TK_CTIMESTAMP' undeclared (first use in this function) > /dat/dev/php/php-5.1dev/ext/pdo_sqlite/sqlite/src/expr.c:1522: error: `TK_GLOB' undeclared (first use in this function) > /dat/dev/php/php-5.1dev/ext/pdo_sqlite/sqlite/src/expr.c:1523: error: `TK_LIKE' undeclared (first use in this function) > make: *** [ext/pdo_sqlite/sqlite/src/expr.lo] Error 1 > >