I'm doing a command line compile with nmake.
Simply:
nmake /f Makefile.win _apached
nmake /f Makefile.win installd INSTDIR="C:\Apache-2.2.4"
I first tried Visual C++ 2005 Express Edition, and couldn't get that to
compile. I think that was because of references to .h files.
With nmake, it compiles
What compiler are you using?
I had a hell of a time trying to get Apache compiled
for windows with Visual Studio Express -- I was
experiencing all kinds of weird behavior.
I finally abandoned the Express edition and tried it
with the regular Visual Studio, which resolved all my
problems.
--- Kev
When I try to run Apache with "httpd", I only get a blank response.
I'm compiling Apache 2.2.4 with mod_ssl for Windows XP Pro, using the
instructions I found here:
http://httpd.apache.org/docs/2.2/platform/win_compiling.html
http://www.apachelounge.com/forum/viewtopic.php?t=778
When all is said