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

[jira] Closed: (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 ]

Farid Zaripov closed STDCXX-517.
--------------------------------


> 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.


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

Posted by Farid Zaripov <Fa...@epam.com>.
 

> -----Original Message-----
> From: Eric Lemings [mailto:lemings@roguewave.com] 
> Sent: Tuesday, September 11, 2007 6:09 PM
> To: stdcxx-dev@incubator.apache.org
> Subject: RE: [jira] Closed: (STDCXX-517) No required options 
> for generate.bat script
> 
> 
> Typo in README file:
> 
> +                specified a the suitable config file will be selected

  Fixed: http://svn.apache.org/viewvc?rev=574626&view=rev

Farid.

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

Posted by Eric Lemings <le...@roguewave.com>.
Typo in README file:

+                specified a the suitable config file will be selected 

> -----Original Message-----
> From: Farid Zaripov (JIRA) [mailto:jira@apache.org] 
> Sent: Tuesday, September 11, 2007 8:31 AM
> To: stdcxx-dev@incubator.apache.org
> Subject: [jira] Closed: (STDCXX-517) No required options for 
> generate.bat script
> 
> 
>      [ 
> https://issues.apache.org/jira/browse/STDCXX-517?page=com.atla
> ssian.jira.plugin.system.issuetabpanels:all-tabpanel ]
> 
> Farid Zaripov closed STDCXX-517.
> --------------------------------
> 
> 
> > 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.
> 
>