Re: cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestMM.pm

2004-11-04 Thread Stas Bekman
Geoffrey Young wrote: return $preamble . <<'EOF' . $cover; -TEST_VERBOSE ?= 0 +TEST_VERBOSE = 0 why not if (WIN32) {} then? do win32 environments add some magic WIN32 environment variable I can check in the Makefile? if they do and we can work around them that's cool with me. My suggesti

Re: [PATCH] Re: mp2 build error on Win32

2004-11-04 Thread Geoffrey Young
> Makefile(619) : fatal error U1000: syntax error : ')' missing in macro > invocation > Stop. > NMAKE : fatal error U1077: 'cd' : return code '0x2' > Stop. rats, thanks for trying. --Geoff - To unsubscribe, e-mail: [EMAIL PROT

Re: cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestMM.pm

2004-11-04 Thread Geoffrey Young
>>a little digging on my own at the time made it seem like solaris make is >>really gmake > > > Well, the way you have it installed perhaps. But attempting this > against /usr/ccs/bin/make it most definately blows up. ok. I actually don't have a solaris box to try on - I just went to sun's su

Re: cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestMM.pm

2004-11-04 Thread Garrett Rooney
Geoffrey Young wrote: a little digging on my own at the time made it seem like solaris make is really gmake, so between linux, solaris, and bsd a decent case was being made that most unix make variants to support the syntax. of course, that list of 3 was hardly exhaustive :) Umm, on all the solari

Re: cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestMM.pm

2004-11-04 Thread William A. Rowe, Jr.
At 11:23 AM 11/4/2004, Geoffrey Young wrote: >> >> If I had to guess, this borks anything but gmake. Test for that. > >I had asked on #asf about this and somebody (I forget who) said that the >make manpage on minortaur (some bsd variant) supports ?= as well. from >looking at that it seems to be

Re: [PATCH] Re: mp2 build error on Win32

2004-11-04 Thread Steve Hay
Geoffrey Young wrote: >>Apache-Test and ModPerl-Registry Makefile's both have: >> >>TEST_VERBOSE ?= 0 >> >>Deleting the "?" fixes it. >> >> > >ok, here is a different syntax, suggested by the GNU manual. can you win32 >guys give it a whirl and see if it works? > Sorry -- it doesn't: Makefile

Re: [PATCH] Re: mp2 build error on Win32

2004-11-04 Thread Geoffrey Young
> Apache-Test and ModPerl-Registry Makefile's both have: > > TEST_VERBOSE ?= 0 > > Deleting the "?" fixes it. ok, here is a different syntax, suggested by the GNU manual. can you win32 guys give it a whirl and see if it works? thanks --Geoff Index: lib/Apache/TestMM.pm ==

Re: cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestMM.pm

2004-11-04 Thread Geoffrey Young
> > If I had to guess, this borks anything but gmake. Test for that. I had asked on #asf about this and somebody (I forget who) said that the make manpage on minortaur (some bsd variant) supports ?= as well. from looking at that it seems to be the manpage for pmake, which I guess is some other

Re: cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestMM.pm

2004-11-04 Thread William A. Rowe, Jr.
At 10:35 AM 11/4/2004, Geoffrey Young wrote: >>> -TEST_VERBOSE ?= 0 >>> +TEST_VERBOSE = 0 >> >> why not if (WIN32) {} then? > >do win32 environments add some magic WIN32 environment variable I can check >in the Makefile? if they do and we can work around them that's cool with me. If I had t

Re: cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestMM.pm

2004-11-04 Thread Geoffrey Young
Stas Bekman wrote: > [EMAIL PROTECTED] wrote: > >> geoff 2004/11/03 12:37:22 >> >> Modified:perl-framework/Apache-Test/lib/Apache TestMM.pm >> Log: >> reverting to 1.41 - apparently the conditional assignment borks win32 > > >>return $preamble . <<'EOF' . $cover; >> -

Re: [PATCH] Fix t\apr-ext\finfo.t failure on Win32

2004-11-04 Thread Stas Bekman
Steve Hay wrote: Steve Hay wrote: The simplest solution is probably just to "touch" the file first so that it is in the same DST season as the current time. The attached patch does this. Oops. Here's the patch :) Thanks Steve, committed. Even though there is still a chance for a race, if the

Re: [PATCH] Fix t\apr-ext\finfo.t failure on Win32

2004-11-04 Thread Steve Hay
Steve Hay wrote: >The simplest solution is probably just to "touch" the file first so that >it is in the same DST season as the current time. The attached patch >does this. > Oops. Here's the patch :) - Steve This email has been scanned for v

[PATCH] Fix t\apr-ext\finfo.t failure on Win32

2004-11-04 Thread Steve Hay
Using mp2 CVS, perl-5.8.5, httpd-2.0.50: C:\Temp\modperl-2.0>perl t/TEST -verbose t\apr-ext\finfo.t C:\apache2\bin\Apache.EXE -d C:/Temp/modperl-2.0/t -f C:/Temp/modperl-2.0/t/conf/httpd.conf -D APACHE2 -D PERL_USEITHREADS using Apache/2.0.50 (winnt MPM) [...] t\apr-ext\finfo1..15 # Running