Steve Hay wrote:
Hi all,

After realising that everything had apparently gone very quiet on this list, I discovered for the second time in recent months that I'd been unsubscribed from it somehow!

it's a qmail feature. If it sends you an email and it bounces. It tries to send a few probes. If they bounce it unsubscribes you.


I don't know why it keeps happening, but I'm back now anyway. So now I'm trying to build the latest CVS mp2 to test out a few Win32 things that I see people have been asking about, and I find that the Makefile.PL stage doesn't even work. I get loads of lines like these coming out:

[  error] 'C:\apache2\bin\apxs.bat -q EXTRA_CFLAGS' failed:
[  error]

[  error] 'C:\apache2\bin\apxs.bat -q EXTRA_CPPFLAGS' failed:
[  error]

Presumably these relate to Apache::Build::apxs_extra_cflags() and Apache::Build::apxs_extra_cppflags(), which have both been added since I last built mp2, but I've no idea what's going wrong -- the error messages are a little less than useful ;)

Anyone else having this trouble?

But isn't apxs.bat is a custom script made by Randy? May be it doesn't include those flags?


I can "fix" it by commenting out the call to apxs_extra_cppflags() in ap_ccopts() and by making has_large_files_conflict() return 0 immediately, thus removing all calls to those two new methods.

I think it's safe to disable those calls for win32 anyway, unless win32 has the same Large File Support as Unices do. That's the reason they were introduced recently. Courtesy of Joe Orton, who I hope will come back and help us finish a few other open issues on Solaris (hey Joe :).


__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com

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



Reply via email to