You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@stdcxx.apache.org by "Martin Sebor (JIRA)" <ji...@apache.org> on 2008/02/01 20:43:08 UTC

[jira] Commented: (STDCXX-685) [Windows] slashes in Windows pathnames in build logs

    [ https://issues.apache.org/jira/browse/STDCXX-685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12564903#action_12564903 ] 

Martin Sebor commented on STDCXX-685:
-------------------------------------

You mean Microsoft Visual Studio voluntarily creates pathnames containing forward slashes for separators?? That would be a bug in the product that we should report to them, but I have a hard time believing they would do such a thing without seeing a test case :)

> [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: Farid Zaripov
>            Priority: Trivial
>
> 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.