php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #29653 make fails when compiling ./ext/sqlite/libsqlite/src/parse.y
Submitted: 2004-08-13 16:41 UTC Modified: 2004-08-14 16:53 UTC
From: peter at webvision dot co dot za Assigned:
Status: Closed Package: Compile Failure
PHP Version: 5.0.1 OS: Mandrake Linux 10.0
Private report: No CVE-ID: None
 [2004-08-13 16:41 UTC] peter at webvision dot co dot za
Description:
------------
make fails when compiling ./ext/sqlite/libsqlite/src/parse.y 


Reproduce code:
---------------
./configure --with-apxs2=/usr/sbin/apxs2 --with-mysql
make

Actual result:
--------------
Make fails to complete and the following message is produced

php-5.0.1/ext/sqlite/libsqlite/src/parse.y:19.1-13: invalid directive: `%token_prefix'
php-5.0.1/ext/sqlite/libsqlite/src/parse.y:19.15-17: syntax error, unexpected "identifier"
php-5.0.1/ext/sqlite/libsqlite/src/parse.c] Error 1


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-08-13 17:20 UTC] peter at webvision dot co dot za
I did a clean extract into a new directory and then the make succeeded, so please ignore this report and put it down to user error.
 [2004-08-13 19:27 UTC] helly@php.net
closed then
 [2004-08-14 16:53 UTC] wez@php.net
touch ext/sqlite/libsqlite/src/parse.c

will eliminate this error.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Sep 03 06:00:03 2025 UTC