https://issues.apache.org/bugzilla/show_bug.cgi?id=54739

            Bug ID: 54739
           Summary: Failing to build windows in visual studio 10 -
                    server\main.c(17): fatal error C1083: Cannot open
                    include file: 'apr.h': No such file or directory
           Product: Apache httpd-2
           Version: 2.4.4
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Build
          Assignee: [email protected]
          Reporter: [email protected]
    Classification: Unclassified

I am trying to build 2.4.4 on visual studio 10 and am running into issues.

Just to note I am using this as my build guide.

http://httpd.apache.org/docs/2.4/platform/win_compiling.html

1) The perl scripts in the srclib directory used to convert the project to
later visual studio versions are not in the 2.4 build.

2) After running the perl scripts from the 2.2.x source when building the httpd
project I receive the following error. Please note that the Kernigan awk script
is available in the project executable path.

Any suggestions would be greatly appreciated.

1>------ Build started: Project: libhttpd, Configuration: Debug Win32 ------
1>Build started 3/21/2013 9:17:23 AM.
1>InitializeBuildStatus:
1>  Touching ".\Release\libhttpd.unsuccessfulbuild".
1>CustomBuild:
1>  '.\server\gen_test_char.exe' is not recognized as an internal or external
command,
1>  operable program or batch file.
1>  Creating include/ap_config_layout.h
1>  Creating include/mod_cgi.h
1>  Creating include/mod_dav.h
1>  Creating include/mod_include.h
1>  Creating include/mod_proxy.h
1>  Creating include/mod_so.h
1>  Creating include/os.h
1>  Generating test_char.h from gen_test_char.exe
1>C:\Program Files
(x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(151,5): error
MSB6006: "cmd.exe" exited with code 9009.
1>
1>Build FAILED.
1>
1>Time Elapsed 00:00:00.21
2>------ Build started: Project: httpd, Configuration: Debug Win32 ------
2>Build started 3/21/2013 9:17:24 AM.
2>InitializeBuildStatus:
2>  Touching ".\Debug\httpd.unsuccessfulbuild".
2>ClCompile:
2>  main.c
2>server\main.c(17): fatal error C1083: Cannot open include file: 'apr.h': No
such file or directory
2>
2>Build FAILED.
2>
2>Time Elapsed 00:00:00.65
========== Build: 0 succeeded, 2 failed, 0 up-to-date, 0 skipped ==========

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to