Hi
Since there is no Win32 sources, I downloaded httpd-2.4.6.tar.bz2 and followed the below steps:
1. Unpack httpd sources
2. Unpack the
apr-util-1.5.3 to srclib/apr-util
3. Unpack the apr-1.5.0 to srclib/apr
4. Unpack the apr-iconv-1.2.1 to srclib/apr-iconv
5. Unpack openssl to srclib/openssl/
6. Unpack zlib to srclib/zlib
7. Unpack the pcre to srclib/pcre
8. Build zlib and openssl
9. perl srclib\apr\build\lineends.p
10. perl srclib\apr\build\cvtdsp.pl -2005
11. perl srclib\apr\build\fixwin32mak.pl
and then start building the sources on VS2010:
12. nmake -f Makefile.win PORT=8080 NO_EXTERNAL_DEPS=1 _buildr
and I see the following error:
--
Building Win32 Release targets (R
suffixes)
'msdev' is not recognized as an internal or external command,^M
operable program or batch file.^M
NMAKE : fatal error U1077: 'msdev' : return code '0x1'^M
Stop.^M
NMAKE : fatal error U1077: '"c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\BIN\nmake.exe"' : return code '0x2'^M
Stop.^M
--
Please help how do I resolve this issue.
Sandeep.