[
https://issues.apache.org/jira/browse/STDCXX-685?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Travis Vitek resolved STDCXX-685.
---------------------------------
Resolution: Won't Fix
It appears that the slashes are not coming from our scripts, and I don't really
see anything we can do about it I suppose we could write a script to modify
the build log after the build has run. It would search for any non-whitespace
character followed by a slash and then replace that with a the non-ws character
and a backslash.
Honestly, I don't see the value there. As long as the backslashes are not
causing any trouble, they should be allowed to stay.
> [Windows] slashes in Windows pathnames in build logs
> ----------------------------------------------------
>
> Key: STDCXX-685
> URL: https://issues.apache.org/jira/browse/STDCXX-685
> Project: C++ Standard Library
> Issue Type: Bug
> Components: Build
> Affects Versions: 4.2.0
> Reporter: Martin Sebor
> Assignee: Travis Vitek
> Priority: Trivial
> Fix For: 4.2.2
>
> Time Spent: 1h
> Remaining Estimate: 0h
>
> The Windows build logs are mixing slashes and backclashes in pathnames when
> linking library objects (see below). We should be consistent and use the same
> path separator everywhere.
> Build started: Project: .stdcxx, Configuration: 8s Optimized Static|Win32
> ...
> Creating command line "cmd.exe /c
> C:\DOCUME~1\batman\LOCALS~1\Temp\VadA21F.bat"
> Creating temporary file "C:\DOCUME~1\batman\LOCALS~1\Temp\RSPA222.bs" with
> contents
> [
> /c /O2 /I "$(TOPDIR)\include" /I "$(TOPDIR)\include\ansi" /I
> "$(BUILDDIR)\8s\include" /D "_MBCS" /FD /EHsc /MT /GS- /GR
> /Fo"$(BUILDDIR)\8s\src/" /W3 /nologo /Zi /Gd /D_CRT_SECURE_NO_DEPRECATE /Qvc8
> /Qlocation,link,"C:\Program Files\Microsoft Visual Studio 8\VC\bin"
> ..\..\..\src\strtol.cpp
> ..\..\..\src\ti_time_get.cpp
> ..\..\..\src\locale_global.cpp
> ...
> ]
> Creating command line "icl.exe "@C:\DOCUME~1\batman\LOCALS~1\Temp\RSPA222.bs""
> Creating temporary file "C:\DOCUME~1\batman\LOCALS~1\Temp\RSPA225.bs" with
> contents
> [
> /OUT:"$(BUILDDIR)\8s\lib\libstd8s.lib" /nologo /NODEFAULTLIB:"libcpmt.lib"
> $(BUILDDIR)\8s\src/assert.obj
> $(BUILDDIR)\8s\src\atomic.obj
> $(BUILDDIR)\8s\src/bitset.obj
> $(BUILDDIR)\8s\src/catalog.obj
> ...
> $(BUILDDIR)\8s\src/version.obj
> $(BUILDDIR)\8s\src/wcodecvt.obj
> $(BUILDDIR)\8s\src/wctype.obj
> ]
> Creating command line "xilib.exe
> "@C:\DOCUME~1\batman\LOCALS~1\Temp\RSPA225.bs""
> -------
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.