Re: mod_perl 2.0 (current CVS) on Win32

2002-01-06 Thread Randy Kobes
On Sun, 6 Jan 2002, Sebastian Bergmann wrote: > Randy Kobes wrote: > > Great ... If you're trying next 'nmake test', you may find > > Haven't tried 'nmake test' yet, but: Apache.exe crashes on shutdown > when mod_perl is loaded. Yes, that happened before with an earlier modperl-1.3?; it was

Re: mod_perl 2.0 (current CVS) on Win32

2002-01-06 Thread Doug MacEachern
On Sun, 6 Jan 2002, Sebastian Bergmann wrote: > I can't build a debug version of mod_perl by setting MP_DEBUG=1 when I > run Makefile.pl, the compiler barks out with unknown compiler flags. So, > no stacktrace. i have perl on win32 built with debugging, so modperl inherits the debug flags

Re: make test TEST_VERBOSE=1 TEST_FILES=t/*.t

2002-01-06 Thread Doug MacEachern
On Mon, 7 Jan 2002, Stas Bekman wrote: > That's from the gnu make manpages. What's the syntax that works in all > makefiles? there isn't a conditional syntax that works in all makefiles. - To unsubscribe, e-mail: [EMAIL PRO

Re: make test TEST_VERBOSE=1 TEST_FILES=t/*.t

2002-01-06 Thread Stas Bekman
Doug MacEachern wrote: > On Mon, 31 Dec 2001, Stas Bekman wrote: > > >>+ifeq ($(TEST_VERBOSE), 1) >> > > pretty sure that (ifeq) is a gmake-ism that won't work with vanilla make > (like the standard ones on solaris, hpux, etc.) That's from the gnu make manpages. What's the syntax that works

Re: cvs commit: modperl-2.0/xs/APR/Lock APR__Lock.h

2002-01-06 Thread Doug MacEachern
On Mon, 31 Dec 2001, Stas Bekman wrote: > should this be: > > SV *:CLASS, pool, type=0, mech=APR_LOCK_DEFAULT, scope=1, > fname="lock.file" | new > +1 - To unsubscribe, e-mai

Re: make test TEST_VERBOSE=1 TEST_FILES=t/*.t

2002-01-06 Thread Doug MacEachern
On Mon, 31 Dec 2001, Stas Bekman wrote: > +ifeq ($(TEST_VERBOSE), 1) pretty sure that (ifeq) is a gmake-ism that won't work with vanilla make (like the standard ones on solaris, hpux, etc.) maybe just make the t/TEST opts parser support TEST_VERBOSE=1 and the like?

MP_COMPAT_1X 's configurability and default value's issue

2002-01-06 Thread Stas Bekman
Currently MP_COMPAT_1X=1 is by default and isn't configurable. Do you think it's better to have it On by default and not the other way around? When people transit to 2.0 it's a good moment to adjust their configs for the new syntax, unless back-compatibility is needed. Companies usually plan tim

Re: mod_perl 2.0 (current CVS) on Win32

2002-01-06 Thread Sebastian Bergmann
Randy Kobes wrote: > Great ... If you're trying next 'nmake test', you may find Haven't tried 'nmake test' yet, but: Apache.exe crashes on shutdown when mod_perl is loaded. Reminds me: What changes do I have to make to httpd.conf, besides the obvious LoadModule perl_module modules/l