Return-Path: Delivered-To: apmail-stdcxx-issues-archive@locus.apache.org Received: (qmail 33725 invoked from network); 1 Feb 2008 19:43:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Feb 2008 19:43:29 -0000 Received: (qmail 44057 invoked by uid 500); 1 Feb 2008 19:43:21 -0000 Delivered-To: apmail-stdcxx-issues-archive@stdcxx.apache.org Received: (qmail 44047 invoked by uid 500); 1 Feb 2008 19:43:21 -0000 Mailing-List: contact issues-help@stdcxx.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@stdcxx.apache.org Delivered-To: mailing list issues@stdcxx.apache.org Received: (qmail 44037 invoked by uid 99); 1 Feb 2008 19:43:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Feb 2008 11:43:21 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Feb 2008 19:43:01 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 6301D71403B for ; Fri, 1 Feb 2008 11:43:08 -0800 (PST) Message-ID: <9183683.1201894988401.JavaMail.jira@brutus> Date: Fri, 1 Feb 2008 11:43:08 -0800 (PST) From: "Martin Sebor (JIRA)" To: issues@stdcxx.apache.org Subject: [jira] Commented: (STDCXX-685) [Windows] slashes in Windows pathnames in build logs MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ 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.