[ 
https://issues.apache.org/jira/browse/STDCXX-168?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Martin Sebor closed STDCXX-168.
-------------------------------


> Generate.bat Problem with Build Directory Paths for Windows
> -----------------------------------------------------------
>
>                 Key: STDCXX-168
>                 URL: https://issues.apache.org/jira/browse/STDCXX-168
>             Project: C++ Standard Library
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 4.1.3
>         Environment: Windows XP Pro, MSVC7.1
>            Reporter: Craig Chariton
>         Assigned To: 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.
-
You can reply to this email to add a comment to the issue online.

Reply via email to