You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@stdcxx.apache.org by "Eric Lemings (JIRA)" <ji...@apache.org> on 2007/09/10 16:54:30 UTC

[jira] Updated: (STDCXX-517) No required options for generate.bat script

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

Eric Lemings updated STDCXX-517:
--------------------------------

    Component/s: Configuration

> No required options for generate.bat script
> -------------------------------------------
>
>                 Key: STDCXX-517
>                 URL: https://issues.apache.org/jira/browse/STDCXX-517
>             Project: C++ Standard Library
>          Issue Type: Improvement
>          Components: Configuration
>    Affects Versions: 4.1.3
>         Environment: All Windows platforms
>            Reporter: Eric Lemings
>            Assignee: Farid Zaripov
>             Fix For: 4.2
>
>
> The generate.bat script currently requires two options: /BUILDDIR and /CONFIG.  Unless there's a valid reason NOT to do so, the generate.bat script should preset or determine the following values for these options when the user does not specify their own value.  /BUILDDIR should default to the source directory; that is, the same directory containing the generate.bat script.  For the /CONFIG option, the script should probe the build environment for all possible/supported Windows compilers currently installed and then sanity check each one that is found.  If it finds no sane compilers, the script should probably issue a warning and just exit.  If only one compiler is found, configure all distribution files to build with that compiler.  If more than one compiler is found, set the target compiler to the first one found in predefined order of preference.  (This order could be for instance, MSVC 8, 7, ..., Intel C++ 10, 9, 8, etc, Cygwin GCC, Mingw, Borland, etc.)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.