On Mon, 26 Apr 2004, Stas Bekman wrote:

> 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?

I've seen those messages too, but a Makefile was still
produced which built mod_perl. I took the messages more to
be warnings, rather than fatal errors.

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

That's right - I didn't put anything into EXTRA_CPPFLAGS,
so it just comes back as an empty string. Should this be
considered (by mod_perl) as an "error"? Or should apxs
put something into EXTRA_CPPFLAGS, to handle this context?

-- 
best regards,
randy


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

Reply via email to