sathya sai wrote:
>  
> By looking at the difference in the source tree between Apache-2.2.9 &
> Apache-2.2.11, I could see that "*.mak" & ".dep" are removed from the
> latest source tree of Apache-2.2.11 & thus causing the problem.

nope - .mak/.dep files are added to the httpd-2.2.x-win32-src.zip package.

If you want a native build from the command line (sounds like you do) you
just need to grab the right package and ensure ms tools/sdk are in your
path.

FYI the other way 'round is to run srclib\apr\build\cvtdsp -2005
and then load apache.dsw into devenv (visual studio 2003+++).  Even
running the command line make when then run them through the console
devenv mode from the imported .sln / .vcproj files.

If you want a command line cyg/mingw build you don't do any of the above,
including using makefile.win.  You run ./configure and proceed as if you
were running in any other unix package.



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to