从最近几天开始尝试在Windows 7 64位操作系统上使用visual studio 2010构建apache版本2.4.20源代码,但是我遇到了以下错误。
我编译了很多次,编译时遇到了不同的链接错误,但这些是每次构建的常见错误。
- 错误MSB6003:指定的任务可执行文件" CL.exe"无法运行。该进程无法访问该文件' C:\ httpd-2.4.20 \ support \ Debug \ cl.read.1.tlog'因为它正被另一个进程使用。 C:\ Program Files(x86)\ MSBuild \ Microsoft.Cpp \ v4.0 \ Platforms \ x64 \ Microsoft.Cpp.x64.Targets
- 错误FTK1011:无法创建新的文件跟踪日志文件:Path(C:\ httpd-2.4.20 \ modules \ loggers \ Debug \ link-cvtres.read.1.tlog)。该文件存在。
两个错误都来自不同的路径(C:\ httpd-2.4.20 \ modules \ aaa \ Debug \ cl.read.1.tlog)等。
- 错误U1077:'" C:\ Program Files(x86)\ Microsoft Visual Studio 10.0 \ Common7 \ ide \ devenv.COM"' :返回代码' 0x1' C:\的httpd-2.4.20 \ NMAKE
- 错误U1077:'" C:\ Program Files(x86)\ Microsoft Visual Studio 10.0 \ VC \ bin \ nmake.exe"' :返回代码' 0x2' C:\的httpd-2.4.20 \ NMAKE
我不知道为什么会出现这些错误,请帮助我摆脱这些错误。
感谢。