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 2002/06/11 15:49:12 UTC

DO NOT REPLY [Bug 9775] New: - xcopy doesn't have a /y flag on nt, make breaks

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9775>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9775

xcopy doesn't have a /y flag on nt, make breaks

           Summary: xcopy doesn't have a /y flag on nt, make breaks
           Product: Apache httpd-2.0
           Version: 2.0.36
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Build
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: aryeh.katz@vasco.com


In libhttpd.mak (and libhttpd.dsp), the makefile relies on xcopy with a /y flag. 
This flag is only available on Windows 2000, not Windows NT. The xcopy fails, 
and the make then breaks (can't find os.h)
Two possible fixes.
1) xcopy without the /y
2) create a utility "apcopy" that simply calls CopyFile(x, y, FALSE) to do a
copy with overwrite (no prompting).

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org