You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Andrew Stitcher (JIRA)" <ji...@apache.org> on 2013/05/02 18:02:16 UTC

[jira] [Updated] (QPID-4793) qpid/sys/regex.h doesn't detect correct implementation under FreeBSD 9.1

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

Andrew Stitcher updated QPID-4793:
----------------------------------

    Fix Version/s: 0.22
    
> qpid/sys/regex.h doesn't detect correct implementation under FreeBSD 9.1
> ------------------------------------------------------------------------
>
>                 Key: QPID-4793
>                 URL: https://issues.apache.org/jira/browse/QPID-4793
>             Project: Qpid
>          Issue Type: Bug
>          Components: C++ Broker
>    Affects Versions: 0.22, 0.23
>            Reporter: Andrew Stitcher
>            Assignee: Andrew Stitcher
>             Fix For: 0.22, 0.23
>
>
> When building on FreeBSD 9.1 the libc regex implementation isn't detected because the build chain doesn't set _POSIX_SOURCE.
> So to allow building on all POSIX/unix variants the test needs to change.
> I propose to check if either _POSIX_SOURCE or __unix__ are set.

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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org