On Wed, 2 Jul 2003, Issac Goldstand wrote:

> *Almost* works on Win32 (XP-SP1) against ActivePerl 5.8.0 build
> 806...
> Compiling...
> Apache.c
> Apache.xs(1966) : error C2115: '=' : incompatible types

This problem comes from

> Characteristics of this binary (from libperl):
>   Compile-time options: MULTIPLICITY USE_ITHREADS USE_LARGE_FILES
> PERL_IMPLICIT_CONTEXT PERL_IMPLICIT_SYS

ActiveState enabling LARGE_FILES support in the 8xx series - the
incompatible types refer to differences between what Perl and
Apache see on either side of the assignment. Short of recompiling
Perl without LARGE_FILES support, or recompiling Apache with it,
I'm not sure what can easily be done - perhaps someone with
experience with this issue on Unix might have an idea?

-- 
best regards,
randy

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to