[Xapian-discuss] Error on ./configure process with
Xapian-bindings-0.9.6
Sebi
sebi_petreanu at yahoo.com
Mon Sep 18 19:35:39 BST 2006
>make PHP_INC="-Ic:/php-5.1.6 -Ic:/php-5.1.6/main -Ic:/php-5.1.6/TSRM >-Ic:/php-5.1.6/Zend" PHP_LIBS="-Lc:/php5/dev -lphp5ts" >PHP_EXTENSION_DIR=c:/php5/ext
This time I get errors like:
c:/php-5.1.6/Zend/zend.h:53:26: zend_config.h: No such file or directory
or
c:/php-5.1.6/Zend/../TSRM/tsrm_config.w32.h:10:20: crtdbg.h: No such file or directory ... and so on.
These heders doesnt exist in the php source package. I search for them, but useless. In zend.h header is the following code:
#ifdef ZEND_WIN32
# include "zend_config.w32.h"
# define ZEND_PATHS_SEPARATOR ';'
#elif defined(NETWARE)
# include <zend_config.h>
# define ZEND_PATHS_SEPARATOR ';'
#elif defined(__riscos__)
# include <zend_config.h>
# define ZEND_PATHS_SEPARATOR ';'
#else
# include <zend_config.h>
# define ZEND_PATHS_SEPARATOR ':'
#endif
zend_config.w32.h file exist in the source code. Maybe we will need to define ZEND_WIN32 somewhere. What do you think Olly?
---------------------------------
Do you Yahoo!?
Everyone is raving about the all-new Yahoo! Mail.
More information about the Xapian-discuss
mailing list