You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2017/10/12 15:33:40 UTC

[Bug 61611] New: httpd-2.4.28 - Windows - mod_proxy_balancer.mak - Please add /I "../core" to CPP_PROJ

https://bz.apache.org/bugzilla/show_bug.cgi?id=61611

            Bug ID: 61611
           Summary: httpd-2.4.28 - Windows - mod_proxy_balancer.mak -
                    Please add /I "../core"   to CPP_PROJ
           Product: Apache httpd-2
           Version: 2.4.27
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Build
          Assignee: bugs@httpd.apache.org
          Reporter: alena.tuzhilova@mail.ru
  Target Milestone: ---

Hi,

httpd-2.4.28 build process failed with this error:

mod_proxy_balancer.c
mod_proxy_balancer.c(25) : fatal error C1083: Cannot open include file:
'mod_watchdog.h': 
No such file or directory
NMAKE : fatal error U1077: '"<C:\Program Files (x86)\Microsoft Visual Studio
10.0\VC\BIN\cl.exe>"' : 
return code '0x2'
Stop.


To fix this issue, mod_proxy_balancer.mak was modified and required path was
added:

CPP_PROJ=/nologo /MD /W3 /Zi /O2 /Oy- /I "../../include" /I
"../../srclib/apr/include" /I "../../srclib/apr-util/include" /I "../core" /D
"NDEBUG" /D "WIN32" /D "_WINDOWS" /Fo"$(INTDIR)\\"
/Fd"$(INTDIR)\mod_proxy_balancer_src" /FD /c 



Please change mod_proxy_balancer.mak  and add /I "../core" to it.
Thanks.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


[Bug 61611] httpd-2.4.28 - Windows - mod_proxy_balancer.mak - Please add /I "../core" to CPP_PROJ

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=61611

William A. Rowe Jr. <wr...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #1 from William A. Rowe Jr. <wr...@apache.org> ---
Corrected in 2.4.x branch for 2.4.29 tag, by copying the file during the
libhttpd build to the include/ dir (rather than adding modules/core to a number
of makefiles.)

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org