From stdcxx-dev-return-1202-apmail-incubator-stdcxx-dev-archive=incubator.apache.org@incubator.apache.org Fri Apr 07 14:15:55 2006 Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 30170 invoked from network); 7 Apr 2006 14:15:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 7 Apr 2006 14:15:49 -0000 Received: (qmail 70190 invoked by uid 500); 7 Apr 2006 14:15:49 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 70159 invoked by uid 500); 7 Apr 2006 14:15:48 -0000 Mailing-List: contact stdcxx-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: stdcxx-dev@incubator.apache.org Delivered-To: mailing list stdcxx-dev@incubator.apache.org Received: (qmail 70146 invoked by uid 99); 7 Apr 2006 14:15:48 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Apr 2006 07:15:48 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Apr 2006 07:15:47 -0700 Received: from ajax (localhost.localdomain [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 05C736ACAB for ; Fri, 7 Apr 2006 15:15:27 +0100 (BST) Message-ID: <1386231666.1144419327020.JavaMail.jira@ajax> Date: Fri, 7 Apr 2006 15:15:27 +0100 (BST) From: "Anton Pevtsov (JIRA)" To: stdcxx-dev@incubator.apache.org Subject: [jira] Resolved: (STDCXX-168) Generate.bat Problem with Build Directory Paths for Windows In-Reply-To: <795807141.1143574435671.JavaMail.jira@ajax> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/STDCXX-168?page=all ] Anton Pevtsov resolved STDCXX-168: ---------------------------------- Fix Version: 4.1.4 Resolution: Fixed Resolved at revision http://svn.apache.org/viewcvs?rev=391975&view=rev Added support of the relative paths for BUILDDIR > Generate.bat Problem with Build Directory Paths for Windows > ----------------------------------------------------------- > > Key: STDCXX-168 > URL: http://issues.apache.org/jira/browse/STDCXX-168 > Project: C++ Standard Library > Type: Bug > Components: Build > Versions: 4.1.3 > Environment: Windows XP Pro, MSVC7.1 > Reporter: Craig Chariton > Assignee: Anton Pevtsov > Priority: Minor > Fix For: 4.1.4 > > When using the generate.bat from the command line, I used the relative path name for a directory as an argument for /BUILDDIR. I was unable to open the solution in Visual Studio .NET 2003 because the paths to the project files were incorrect. I had to use an absolute path name as the argument for /BUILDDIR instead of the relative path name in order for the solution file to open properly. > Examples: > generate /CONFIG:VC71 /BUILDDIR:12d Does not work > generate /CONFIG:VC71 /BUILDDIR:C:\ApacheLibs\stdcxx-build Does work -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira