Re: Apache-Test and Win32

2001-10-20 Thread Doug MacEachern
On Sat, 20 Oct 2001, Randy Kobes wrote: > I was wondering about what approach to use in generating the > Makefile for the mod_perl dll ... Right now the Makefile targets > don't completely fit for VC++ Win32 (eg, '-out:' is used to specify the > target name, rather than '-o'). One could either m

Re: Apache-Test and Win32

2001-10-20 Thread Randy Kobes
On Sat, 20 Oct 2001, Doug MacEachern wrote: > On Sat, 20 Oct 2001, Randy Kobes wrote: > > > but it fails at the link stage - the symbols > >apr_os_dso_handle_put (from modperl_util.c) > > this is implemented now. > > >Perl_magic_setenv (from modperl_env.c) > > i've commented out this refe

Re: Apache-Test and Win32

2001-10-20 Thread Randy Kobes
On Sat, 20 Oct 2001, Doug MacEachern wrote: > some win32 ease.. > perl Makefile.PL MP_GENERATE_XS MP_AP_PREFIX=d:/Apache2 > > apxs values (INCLUDEDIR, etc.) will be derived from MP_AP_PREFIX > so ../httpd-2.0 is not required to exist. That'll help a great deal, especially with finding the Apache

Re: Apache-Test and Win32

2001-10-20 Thread Doug MacEachern
some win32 ease.. perl Makefile.PL MP_GENERATE_XS MP_AP_PREFIX=d:/Apache2 apxs values (INCLUDEDIR, etc.) will be derived from MP_AP_PREFIX so ../httpd-2.0 is not required to exist. - To unsubscribe, e-mail: [EMAIL PROTECTED]

Re: Apache-Test and Win32

2001-10-20 Thread Doug MacEachern
On Sat, 20 Oct 2001, Randy Kobes wrote: > That sounds good - actually, it looks easier just to generate the > Makefile. I've got one that works in building a modperl dll, great! > but it fails at the link stage - the symbols >apr_os_dso_handle_put (from modperl_util.c) this is implemented

Re: Apache-Test and Win32

2001-10-20 Thread Randy Kobes
On Sun, 14 Oct 2001, Doug MacEachern wrote: > i was hoping we could have something like the > Apache::Build::write_src_makefile for win32. to generate one or both of a > .dsp or Makefile for nmake. this is why all the source files and such are > stored in variables so hopefully we don't have to

Re: Apache-Test and Win32

2001-10-14 Thread Doug MacEachern
On Sun, 14 Oct 2001, Randy Kobes wrote: > - src/modules/perl/modperl_apache_includes.h : to pull > in some Win32-specific include files, and get rid of some > warnings about redefinitions of uid_t and gid_t; this is > similar to what was done for modperl-1. I'm not sure if > all of these inclu

Re: Apache-Test and Win32

2001-10-14 Thread Randy Kobes
- Original Message - From: "Doug MacEachern" <[EMAIL PROTECTED]> To: "Randy Kobes" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Saturday, October 13, 2001 9:23 PM Subject: Re: Apache-Test and Win32 > On Sat, 13 Oct 2001, Randy Kobes wro

Re: Apache-Test and Win32

2001-10-13 Thread Doug MacEachern
On Sat, 13 Oct 2001, Randy Kobes wrote: > Hi, > Attached is a diff for modperl-2.0/Apache-Test/ as a first > stab at getting it to work on Win32. The changes include: > > - TestMM.pm: in creating the run_tests target, Win32 doesn't > understand prefixing the command with the environment > va

Apache-Test and Win32

2001-10-13 Thread Randy Kobes
Hi, Attached is a diff for modperl-2.0/Apache-Test/ as a first stab at getting it to work on Win32. The changes include: - TestMM.pm: in creating the run_tests target, Win32 doesn't understand prefixing the command with the environment variables, so this was changed for Win32. - TestConfig.pm