Hi, Bill,

There seems to be some minor script problems to build a Win-x64 version of 
httpd 2.2.22. Here is a brief report for your confirmation.

File "httpd-2.2.22/srclib/apr-iconv/build/modules.mk.win":

        line 170:
                $(API_SOURCE)\x64\Debug\libapriconv-1.lib
                ...
        line 173:
                CFG_OUTPUT  = x64\Debug\iconv


File " httpd-2.2.22/Makefile.win":

        line 494 - 501:
                copy srclib\apr-iconv\x64\$(LONG)\libapriconv-1.$(src_dll)      
"$(inst_dll)" <.y
                ...
                copy srclib\apr-util\ldap\x64\$(LONG)\apr_ldap-1.$(src_dll) 
"$(inst_dll)" <.y
                ...
                copy srclib\apr-util\dbd\x64\$(LONG)\apr_dbd_%d-1.$(src_dll) 
"$(inst_dll)" <.y \
                ...
                copy srclib\apr-util\dbm\x64\$(LONG)\apr_dbm_%d-1.$(src_dll) 
"$(inst_dll)" <.y \

        line 748:
                BUILD_MODE="x64 Debug"

        line 787 - 798:
                $(LONG) ==> x64\$(LONG)

Namely, we need to manually add a "x64\" substring in the source paths. It 
seems better to change all the occurences "$(LONG)" to "x64\$(LONG)" to copy 
the correct x64 binary files, if all the other modules are also consistently 
output to their "x64\Debug\" subdirectories.

Regards,
Bing


-----邮件原件-----
发件人: William A. Rowe Jr. [mailto:[email protected]] 
发送时间: 2012年2月1日 6:35
收件人: [email protected]
主题: Apache HTTP Server 2.2.22 Released

                       Apache HTTP Server 2.2.22 Released

   The Apache Software Foundation and the Apache HTTP Server Project are
   pleased to announce the release of version 2.2.22 of the Apache HTTP
   Server ("Apache").  This version of Apache is principally a security
   and bug fix release, including the following significant security fixes:
...


Reply via email to