[PHP-DEV] Bug #3188: 'make' in the convertor directory fails From: drew <email protected>
Date: 01/12/00

From: drew <email protected>
Operating system: Linux RH6.1
PHP version: 3.0.14
PHP Bug Type: Compile Failure
Bug description: 'make' in the convertor directory fails

It seems that the include on line 38 of php-3.0.14/convertor/token_cache.h is wrong. Please find attached a patch to fix the problem.

--- php-3.0.14/convertor/token_cache.h.orig Wed Jan 12 11:54:40 2000
+++ php-3.0.14/convertor/token_cache.h Wed Jan 12 11:55:02 2000
@@ -35,7 +35,7 @@
 #ifndef _TOKEN_CACHE
 #define _TOKEN_CACHE
 
-#include "php_alloc.h"
+#include "alloc.h"
 
 #define uint unsigned int
 

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>