On 14-Feb-06, at 6:20 PM, Gisle Aas wrote:
There isn't currently a DBI_VERSION to test against. DBIXS.h does
define DBIXS_VERSION and this could have been incremented, but
PERL_NO_GET_CONTEXT need to be defined before this file is included.
If DBIXS_VERSION was moved to a different header file this could have
been made to work:
#include "DBIXS_VERS.h"
#if DBIXS_VERSION >= 94
#define PERL_NO_GET_CONTEXT
#endif
#include "DBIXS.h"
Shame. So I guess the other option is a MakeMaker pre-processing
routine which modifies SQLiteXS.h
Matt.