You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@stdcxx.apache.org by "Martin Sebor (JIRA)" <ji...@apache.org> on 2010/07/22 17:48:49 UTC

[jira] Created: (STDCXX-1050) add macro to disable POSIX dependencies

add macro to disable POSIX dependencies
---------------------------------------

                 Key: STDCXX-1050
                 URL: https://issues.apache.org/jira/browse/STDCXX-1050
             Project: C++ Standard Library
          Issue Type: New Feature
          Components: Configuration
    Affects Versions: 4.2.1
         Environment: non-POSIX
            Reporter: Martin Sebor
             Fix For: 4.2.2


Similarly to the dependency on POSIX I/O discussed in STDCXX-1049, the rest of the library has other dependencies on POSIX. In order to make it possible to build stdcxx on a non-POSIX platform these dependencies need to be (conditionally) removed.

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


[jira] Updated: (STDCXX-1050) add macro to disable POSIX dependencies

Posted by "Martin Sebor (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/STDCXX-1050?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Sebor updated STDCXX-1050:
---------------------------------

    Attachment: svn-stdcxx-4.2.x-no_native_io.patch

Patch by Wojciech DOT Meyer AT arm DOT com to disable POSIX dependencies.

> add macro to disable POSIX dependencies
> ---------------------------------------
>
>                 Key: STDCXX-1050
>                 URL: https://issues.apache.org/jira/browse/STDCXX-1050
>             Project: C++ Standard Library
>          Issue Type: New Feature
>          Components: Configuration
>    Affects Versions: 4.2.1
>         Environment: non-POSIX
>            Reporter: Martin Sebor
>             Fix For: 4.2.2
>
>         Attachments: svn-stdcxx-4.2.x-no_native_io.patch
>
>
> Similarly to the dependency on POSIX I/O discussed in STDCXX-1049, the rest of the library has other dependencies on POSIX. In order to make it possible to build stdcxx on a non-POSIX platform these dependencies need to be (conditionally) removed.

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


[jira] Assigned: (STDCXX-1050) add macro to disable POSIX dependencies

Posted by "Martin Sebor (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/STDCXX-1050?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Sebor reassigned STDCXX-1050:
------------------------------------

    Assignee: Martin Sebor

> add macro to disable POSIX dependencies
> ---------------------------------------
>
>                 Key: STDCXX-1050
>                 URL: https://issues.apache.org/jira/browse/STDCXX-1050
>             Project: C++ Standard Library
>          Issue Type: New Feature
>          Components: Configuration
>    Affects Versions: 4.2.1
>         Environment: non-POSIX
>            Reporter: Martin Sebor
>            Assignee: Martin Sebor
>             Fix For: 4.2.2
>
>         Attachments: svn-stdcxx-4.2.x-no_native_io.patch
>
>
> Similarly to the dependency on POSIX I/O discussed in STDCXX-1049, the rest of the library has other dependencies on POSIX. In order to make it possible to build stdcxx on a non-POSIX platform these dependencies need to be (conditionally) removed.

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