You are viewing a plain text version of this content. The canonical link for it is here.
Posted to proton@qpid.apache.org by "Hiram Chirino (JIRA)" <ji...@apache.org> on 2012/10/25 22:15:12 UTC

[jira] [Created] (PROTON-107) OS X: _POSIX_C_SOURCE is redefined in proton-c/src/ssl/ssl-internal.h

Hiram Chirino created PROTON-107:
------------------------------------

             Summary: OS X: _POSIX_C_SOURCE is redefined in proton-c/src/ssl/ssl-internal.h
                 Key: PROTON-107
                 URL: https://issues.apache.org/jira/browse/PROTON-107
             Project: Qpid Proton
          Issue Type: Bug
            Reporter: Hiram Chirino


This causes a build failure..  I got around the problem by changing the define in ssl-internal.h to:

#ifndef _POSIX_C_SOURCE
#define _POSIX_C_SOURCE 1
#endif


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (PROTON-107) OS X: _POSIX_C_SOURCE is redefined in proton-c/src/ssl/ssl-internal.h

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

Hiram Chirino updated PROTON-107:
---------------------------------

    Component/s: proton-c
    
> OS X: _POSIX_C_SOURCE is redefined in proton-c/src/ssl/ssl-internal.h
> ---------------------------------------------------------------------
>
>                 Key: PROTON-107
>                 URL: https://issues.apache.org/jira/browse/PROTON-107
>             Project: Qpid Proton
>          Issue Type: Bug
>          Components: proton-c
>            Reporter: Hiram Chirino
>
> This causes a build failure..  I got around the problem by changing the define in ssl-internal.h to:
> #ifndef _POSIX_C_SOURCE
> #define _POSIX_C_SOURCE 1
> #endif

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Resolved] (PROTON-107) OS X: _POSIX_C_SOURCE is redefined in proton-c/src/ssl/ssl-internal.h

Posted by "Rafael H. Schloming (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PROTON-107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rafael H. Schloming resolved PROTON-107.
----------------------------------------

    Resolution: Fixed
    
> OS X: _POSIX_C_SOURCE is redefined in proton-c/src/ssl/ssl-internal.h
> ---------------------------------------------------------------------
>
>                 Key: PROTON-107
>                 URL: https://issues.apache.org/jira/browse/PROTON-107
>             Project: Qpid Proton
>          Issue Type: Bug
>          Components: proton-c
>            Reporter: Hiram Chirino
>
> This causes a build failure..  I got around the problem by changing the define in ssl-internal.h to:
> #ifndef _POSIX_C_SOURCE
> #define _POSIX_C_SOURCE 1
> #endif

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Assigned] (PROTON-107) OS X: _POSIX_C_SOURCE is redefined in proton-c/src/ssl/ssl-internal.h

Posted by "Rafael H. Schloming (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PROTON-107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rafael H. Schloming reassigned PROTON-107:
------------------------------------------

    Assignee: Rafael H. Schloming
    
> OS X: _POSIX_C_SOURCE is redefined in proton-c/src/ssl/ssl-internal.h
> ---------------------------------------------------------------------
>
>                 Key: PROTON-107
>                 URL: https://issues.apache.org/jira/browse/PROTON-107
>             Project: Qpid Proton
>          Issue Type: Bug
>          Components: proton-c
>            Reporter: Hiram Chirino
>            Assignee: Rafael H. Schloming
>
> This causes a build failure..  I got around the problem by changing the define in ssl-internal.h to:
> #ifndef _POSIX_C_SOURCE
> #define _POSIX_C_SOURCE 1
> #endif

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira