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 2018/03/21 19:10:05 UTC

[Bug 62207] New: too many languages required to build apache, linux only build system - not multi-platform

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

            Bug ID: 62207
           Summary: too many languages required to build apache, linux
                    only build system - not multi-platform
           Product: Apache httpd-2
           Version: 2.5-HEAD
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: All
          Assignee: bugs@httpd.apache.org
          Reporter: jmichae35@gmail.com
  Target Milestone: ---

- remove I/O redirects out of makefiles as much as humanly possible so make -j
works.
- VC++ has nmake. 
- note that on windows, batch files can not go over about 200MB total.
- please convert the dependencies on m4, awk, perl, makedep, autoconf,
automake, configure script (nobody in their right mind wants to work with one
anyway and it comes with no documentation) into Makefiles. 
- root Makefile should have 
- windows needs new build for 64-bit and 32-bit targets using newer compiler.
please add "solution" (.sln) and projects for 32 and 64-bit. if you can build
it with nmake.exe, please do.
- to use VC++, use vcvars64.bat or vcvars32.bat first to set environment vars
depending on target cpu.

-- 
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