You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Steve Huston (JIRA)" <ji...@apache.org> on 2011/08/26 21:07:29 UTC

[jira] [Created] (QPID-3457) qpid::Msg::str() method not exported

qpid::Msg::str() method not exported
------------------------------------

                 Key: QPID-3457
                 URL: https://issues.apache.org/jira/browse/QPID-3457
             Project: Qpid
          Issue Type: Bug
          Components: C++ Broker, C++ Client
    Affects Versions: 0.13
            Reporter: Steve Huston
            Assignee: Alan Conway


Trunk r1161742 added a Msg::str() method to cpp/src/qpid/Msg.cpp - this method is not marked with an extern decorator, so it's not visible outside qpidcommon (where Msg.cpp is built) on Windows. This causes build errors on Windows, with unresolved external references to the method.

--
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-subscribe@qpid.apache.org


[jira] [Resolved] (QPID-3457) qpid::Msg::str() method not exported

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

Alan Conway resolved QPID-3457.
-------------------------------

    Resolution: Fixed

> qpid::Msg::str() method not exported
> ------------------------------------
>
>                 Key: QPID-3457
>                 URL: https://issues.apache.org/jira/browse/QPID-3457
>             Project: Qpid
>          Issue Type: Bug
>          Components: C++ Broker, C++ Client
>    Affects Versions: 0.13
>            Reporter: Steve Huston
>            Assignee: Alan Conway
>             Fix For: 0.11
>
>
> Trunk r1161742 added a Msg::str() method to cpp/src/qpid/Msg.cpp - this method is not marked with an extern decorator, so it's not visible outside qpidcommon (where Msg.cpp is built) on Windows. This causes build errors on Windows, with unresolved external references to the method.

--
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-subscribe@qpid.apache.org


[jira] [Reopened] (QPID-3457) qpid::Msg::str() method not exported

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

Steve Huston reopened QPID-3457:
--------------------------------


Still broken...
There's a #include "Msg.h" in log/Statement.h, which Variant.cpp includes, so the unresolved symbol reappeared.

> qpid::Msg::str() method not exported
> ------------------------------------
>
>                 Key: QPID-3457
>                 URL: https://issues.apache.org/jira/browse/QPID-3457
>             Project: Qpid
>          Issue Type: Bug
>          Components: C++ Broker, C++ Client
>    Affects Versions: 0.13
>            Reporter: Steve Huston
>            Assignee: Alan Conway
>             Fix For: 0.11
>
>
> Trunk r1161742 added a Msg::str() method to cpp/src/qpid/Msg.cpp - this method is not marked with an extern decorator, so it's not visible outside qpidcommon (where Msg.cpp is built) on Windows. This causes build errors on Windows, with unresolved external references to the method.

--
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-subscribe@qpid.apache.org


[jira] [Resolved] (QPID-3457) qpid::Msg::str() method not exported

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

Alan Conway resolved QPID-3457.
-------------------------------

       Resolution: Fixed
    Fix Version/s: 0.11

Fixed in r1162233 on trunk

> qpid::Msg::str() method not exported
> ------------------------------------
>
>                 Key: QPID-3457
>                 URL: https://issues.apache.org/jira/browse/QPID-3457
>             Project: Qpid
>          Issue Type: Bug
>          Components: C++ Broker, C++ Client
>    Affects Versions: 0.13
>            Reporter: Steve Huston
>            Assignee: Alan Conway
>             Fix For: 0.11
>
>
> Trunk r1161742 added a Msg::str() method to cpp/src/qpid/Msg.cpp - this method is not marked with an extern decorator, so it's not visible outside qpidcommon (where Msg.cpp is built) on Windows. This causes build errors on Windows, with unresolved external references to the method.

--
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-subscribe@qpid.apache.org