Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:17055 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 71281 invoked by uid 1010); 1 Jul 2005 08:40:14 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 71266 invoked from network); 1 Jul 2005 08:40:14 -0000 Received: from unknown (HELO pb1.pair.com) (127.0.0.1) by localhost with SMTP; 1 Jul 2005 08:40:14 -0000 X-Host-Fingerprint: 82.94.239.5 jdi.jdi-ict.nl Linux 2.5 (sometimes 2.4) (4) Received: from ([82.94.239.5:48097] helo=jdi.jdi-ict.nl) by pb1.pair.com (ecelerity 1.2 r(5656M)) with SMTP id 44/B8-29969-C6105C24 for ; Fri, 01 Jul 2005 04:40:13 -0400 Received: from localhost (localhost [127.0.0.1]) by jdi.jdi-ict.nl (8.12.11/8.12.11) with ESMTP id j618e90V014718 for ; Fri, 1 Jul 2005 10:40:09 +0200 Received: from localhost (localhost [127.0.0.1]) by jdi.jdi-ict.nl (8.12.11/8.12.11) with ESMTP id j618e7gf014713 for ; Fri, 1 Jul 2005 10:40:08 +0200 Date: Fri, 1 Jul 2005 10:40:07 +0200 (CEST) X-X-Sender: derick@localhost To: PHP Developers Mailing List Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by amavisd-new at jdi-ict.nl Subject: PDO_SQLite refuses to compile From: derick@php.net (Derick Rethans) 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 -- Derick Rethans http://derickrethans.nl | http://ez.no | http://xdebug.org