You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@stdcxx.apache.org by "Martin Sebor (JIRA)" <ji...@apache.org> on 2005/08/23 22:53:08 UTC

[jira] Commented: (STDCXX-13) implement Windows configuration

    [ http://issues.apache.org/jira/browse/STDCXX-13?page=comments#action_12319790 ] 

Martin Sebor commented on STDCXX-13:
------------------------------------

Here are some high-level requirements:

1. The configuration mechanism should be based on GNUmakefile.cfg:
    http://svn.apache.org/repos/asf/incubator/stdcxx/trunk/etc/config/GNUmakefile.cfg

2. It should probably take the form of a portable script (JScript or VBScript have been suggested as possible languages).

3. The implementation should not depend on any third party tools, or anything other than what comes with every version of Windows (ideally, starting with Windows 95) and the basic installation of every version of Visual Studio (starting with 6.0).

The input to the script should be:

1. The root of the stdcxx source directory (analogous to TOPDIR) where to look for configuration tests.

2. The set of compiler and linker options to build the configuration tests with.

3. The pathname of the config file to generate.

4. Optionally, the pathname of a log file to which to write the compilation and linking commands, their output, and the results of the configuration tests.

The output should be:

1. The config file.

2. Progress messages sent to stdout.

3. Fatal error messages sent to stderr.

3. Optionally, the log file.

> implement Windows configuration
> -------------------------------
>
>          Key: STDCXX-13
>          URL: http://issues.apache.org/jira/browse/STDCXX-13
>      Project: STDCXX
>         Type: Sub-task
>   Components: Configuration
>     Versions: 4.1.2
>  Environment: Windows
>     Reporter: Martin Sebor
>      Fix For: 4.1.3

>
> A mechanism to configure the library on Windows is needed. The purpose of this issue is to track the progress of the design and implementation of this stage of the build process.

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