Re: [EMAIL PROTECTED] Compiling module under Windows for Apache 2.2.4 with APXS.BAT/.PL

2007-10-04 Thread Mark A. Craig
46 in a similar fashion; Randy will no doubt know for sure when he compares (I was confident and didn't make a copy). Mark ---- Original Message ---- Subject: Re: [EMAIL PROTECTED] Compiling module under Windows for Apache 2.2.4 with APXS.BAT/.PL From: William A. Rowe, Jr. <[E

Re: [EMAIL PROTECTED] Compiling module under Windows for Apache 2.2.4 with APXS.BAT/.PL

2007-10-04 Thread William A. Rowe, Jr.
st regards, Randy -- Forwarded message -- Date: Wed, 3 Oct 2007 11:31:45 -0500 (CDT) From: Randy Kobes <[EMAIL PROTECTED]> To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Compiling module under Windows for Apache 2.2.4 with APXS.BAT/.PL On Wed, 3 Oct 2007, Wil

Re: [EMAIL PROTECTED] Compiling module under Windows for Apache 2.2.4 with APXS.BAT/.PL

2007-10-03 Thread Mark A. Craig
n */ explaining why that header is needed. Bill Original Message ---- Subject: Re: [EMAIL PROTECTED] Compiling module under Windows for Apache 2.2.4 with APXS.BAT/.PL From: William A. Rowe, Jr. <[EMAIL PROTECTED]> To: users@httpd.apache.org Date: Wednesday, October 03, 2007

Re: [EMAIL PROTECTED] Compiling module under Windows for Apache 2.2.4 with APXS.BAT/.PL

2007-10-03 Thread William A. Rowe, Jr.
quot; > #include "http_config.h" > #include "pcre.h" > //#include > /* -------- */ > /* End #includes Section */ > > > > I think I added the WIN32 #define myself, early on in my atte

Re: [EMAIL PROTECTED] Compiling module under Windows for Apache 2.2.4 with APXS.BAT/.PL

2007-10-03 Thread Mark A. Craig
udes Section */ I think I added the WIN32 #define myself, early on in my attempts. Is there anything obvious I can do to fix this thing up, or am I hamstrung with it until a "real" coder comes along and fixes it? (It's open-sourced and GPLed, so it could happen) I assume

Re: [EMAIL PROTECTED] Compiling module under Windows for Apache 2.2.4 with APXS.BAT/.PL

2007-10-03 Thread William A. Rowe, Jr.
Mark A. Craig wrote: > C:\Program Files\Apache Software Foundation\Apache2.2\bin>apxs -c -i -a > mod_httpbl.c > cl /nologo /MD /W3 /O2 /D WIN32 /D _WINDOWS /D NDEBUG > -I"C:\PROGRA~1\APACHE~1\Apache2.2\include" /c /Fomod_httpbl.lo > mod_httpbl.c > > mod_httpbl.c > > mod_httpbl.c(360) : fatal er

Re: [EMAIL PROTECTED] Compiling module under Windows for Apache 2.2.4 with APXS.BAT/.PL

2007-10-03 Thread Mark A. Craig
hat SDK do I hafta download to get it? Mark ---- Original Message ---- Subject: Re: [EMAIL PROTECTED] Compiling module under Windows for Apache 2.2.4 with APXS.BAT/.PL From: Mark A. Craig <[EMAIL PROTECTED]> To: Mark A. Craig <[EMAIL PROTECTED]> Date: Wednesday, October 03, 2007

Re: [EMAIL PROTECTED] Compiling module under Windows for Apache 2.2.4 with APXS.BAT/.PL

2007-10-03 Thread Mark A. Craig
oft.com. o_O Mark Original Message ---- Subject: Re: [EMAIL PROTECTED] Compiling module under Windows for Apache 2.2.4 with APXS.BAT/.PL From: Mark A. Craig <[EMAIL PROTECTED]> To: users@httpd.apache.org Date: Wednesday, October 03, 2007 01:57:38 PM I think you're right... I&#

Re: [EMAIL PROTECTED] Compiling module under Windows for Apache 2.2.4 with APXS.BAT/.PL

2007-10-03 Thread Mark A. Craig
I think you're right... I'm trying to install the Platform SDK right now, and apparently it's HUNG copying files. *runs back outside to the pump again* Original Message Subject: Re: [EMAIL PROTECTED] Compiling module under Windows for Apache 2.2.4 with APX

Re: [EMAIL PROTECTED] Compiling module under Windows for Apache 2.2.4 with APXS.BAT/.PL

2007-10-03 Thread Dragon
Mark A. Craig wrote: You mean it doesn't come included with a WINDOWS-based compiler package from MICROSOFT? o_O And actually, in my case I'll apparently need the old-fashioned Platform SDK, because I'm compiling on Windows 2000 *runs outside to the hand pump connected to his pipe to th

Re: [EMAIL PROTECTED] Compiling module under Windows for Apache 2.2.4 with APXS.BAT/.PL

2007-10-03 Thread Mark A. Craig
Damn, ya mean I gotta take my eye patch off and use both eyes? Original Message Subject: Re: [EMAIL PROTECTED] Compiling module under Windows for Apache 2.2.4 with APXS.BAT/.PL From: William A. Rowe, Jr. <[EMAIL PROTECTED]> To: users@httpd.apache.org Date: Wed

Re: [EMAIL PROTECTED] Compiling module under Windows for Apache 2.2.4 with APXS.BAT/.PL

2007-10-03 Thread William A. Rowe, Jr.
Mark A. Craig wrote: > You mean it doesn't come included with a WINDOWS-based compiler package > from MICROSOFT? o_O > > And actually, in my case I'll apparently need the old-fashioned Platform > SDK, because I'm compiling on Windows 2000 NO - you want the modern one that integrates into VS2

Re: [EMAIL PROTECTED] Compiling module under Windows for Apache 2.2.4 with APXS.BAT/.PL

2007-10-03 Thread Mark A. Craig
nternet, starts cranking* Mark Original Message Subject: Re: [EMAIL PROTECTED] Compiling module under Windows for Apache 2.2.4 with APXS.BAT/.PL From: Dragon <[EMAIL PROTECTED]> To: users@httpd.apache.org Date: Wednesday, October 03, 2007 01:19:07 PM Mark A. Craig w

Re: [EMAIL PROTECTED] Compiling module under Windows for Apache 2.2.4 with APXS.BAT/.PL

2007-10-03 Thread William A. Rowe, Jr.
Dragon wrote: > > windows.h (and a whole bunch of other things you will need) are part of > the Windows SDK which you can download from Microsoft's MSDN web site. And once installed, on TOP of vcvars32.bat, look for setenv.bat too! :)

Re: [EMAIL PROTECTED] Compiling module under Windows for Apache 2.2.4 with APXS.BAT/.PL

2007-10-03 Thread Dragon
Mark A. Craig wrote: Got a tiny bit further: C:\Program Files\Apache Software Foundation\Apache2.2\bin>vsvars32.bat Setting environment for using Microsoft Visual Studio 2005 x86 tools. C:\Program Files\Apache Software Foundation\Apache2.2\bin>apxs -c -i -a mod_httpbl.c cl /nologo /MD /W3 /

Re: [EMAIL PROTECTED] Compiling module under Windows for Apache 2.2.4 with APXS.BAT/.PL

2007-10-03 Thread Mark A. Craig
t end in .html since the 80s. :-/ Mark Original Message Subject: Re: [EMAIL PROTECTED] Compiling module under Windows for Apache 2.2.4 with APXS.BAT/.PL From: Mark A. Craig <[EMAIL PROTECTED]> To: users@httpd.apache.org Date: Wednesday, October 03, 2007 12:52:12 PM I have

Re: [EMAIL PROTECTED] Compiling module under Windows for Apache 2.2.4 with APXS.BAT/.PL

2007-10-03 Thread Mark A. Craig
2.bat file? Oh... THERE it is! Gotta give this another try Mark Original Message Subject: Re: [EMAIL PROTECTED] Compiling module under Windows for Apache 2.2.4 with APXS.BAT/.PL From: William A. Rowe, Jr. <[EMAIL PROTECTED]> To: users@httpd.apache.org Date

Re: [EMAIL PROTECTED] Compiling module under Windows for Apache 2.2.4 with APXS.BAT/.PL

2007-10-03 Thread William A. Rowe, Jr.
Mark A. Craig wrote: > I've been making futile efforts to compile a module, mod_httpbl.c, and > not having any luck. I found and installed (or at least think I have) > the contents of apxs_win32.zip, with which William/Bill Rowe seems to > have had some involvement. Thanks on that are to Randy Ko

[EMAIL PROTECTED] Compiling module under Windows for Apache 2.2.4 with APXS.BAT/.PL

2007-10-03 Thread Mark A. Craig
I've been making futile efforts to compile a module, mod_httpbl.c, and not having any luck. I found and installed (or at least think I have) the contents of apxs_win32.zip, with which William/Bill Rowe seems to have had some involvement. However, when I try to follow the recommended instructions

[EMAIL PROTECTED] Compiling module under Windows for Apache 2.2.4 with APXS.BAT/.PL

2007-10-02 Thread Mark A. Craig
I've been making futile efforts to compile a module, mod_httpbl.c, and not having any luck. I found and installed (or at least think I have) the contents of apxs_win32.zip, with which William/Bill Rowe seems to have had some involvement. However, when I try to follow the recommended instructi