[ 
https://issues.apache.org/jira/browse/QPID-3464?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13099026#comment-13099026
 ] 

Andrew Stitcher edited comment on QPID-3464 at 9/7/11 3:25 PM:
---------------------------------------------------------------

In the 06 patch there are a number of uses of strerror():

* the project standard is to use :: to preface global library calls (to 
disambiguate them from any local meaning of the function name),

BUT

* strerror() is not thread safe so we have an internal thread safe strError() 
function that we use instead - you should use this.

      was (Author: astitcher):
    In the 06 patch there ar ea number of uses of strerror():

* the project standard is to use :: to preface global library calls (to 
disambiguate them from any local meaning of the function name),

BUT

* strerror() is not thread safe so we have an internal thread safe strError() 
function that we use instead - you should use this.
  
> Fix QPID Build on Debian Squeeze
> --------------------------------
>
>                 Key: QPID-3464
>                 URL: https://issues.apache.org/jira/browse/QPID-3464
>             Project: Qpid
>          Issue Type: Improvement
>          Components: Build Tools
>    Affects Versions: 0.12
>         Environment: Debian Squeeze
>            Reporter: Jan-Marek Glogowski
>            Priority: Minor
>         Attachments: 01_build-libqmfengine-before-libqmf.diff, 
> 02_configure.ac-fix-polling-detection.diff, 
> 03_install-python-libs-into-PYTHON_LIB.diff, 
> 04_reorganize-automake-qpid-perl-bindings-build.diff, 
> 05_cleanup-cmake-build.diff, 06_fix-ignored-return-value-warnings.diff
>
>
> I'm using serveral patches to build QPID on Debian Squeeze.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscr...@qpid.apache.org

Reply via email to