You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Eddie Fast (JIRA)" <ji...@apache.org> on 2011/04/22 23:55:05 UTC

[jira] [Created] (AMQCPP-365) 3.3.0 - compiler errors in Windows

3.3.0 - compiler errors in Windows
----------------------------------

                 Key: AMQCPP-365
                 URL: https://issues.apache.org/jira/browse/AMQCPP-365
             Project: ActiveMQ C++ Client
          Issue Type: Bug
    Affects Versions: 3.3.0
         Environment: windows 7, visual studio 2008 sp1, apr 1.4.2
            Reporter: Eddie Fast
            Assignee: Timothy Bish


Getting compiler errors with 3.3.0.  Didn't get these errors with 3.2.5.

Here's a snippet:

{noformat}
1>OpenWireResponseBuilder.cpp
1>d:\edwork\vh\lib\activemq\activemq-cpp\src\main\activemq/util/PrimitiveList.h(36) : error C2487: 'decaf::util::AbstractCollection<E>::addAll' : member of dll interface class may not be declared with dll interface
1>        with
1>        [
1>            E=activemq::util::PrimitiveValueNode
1>        ]
1>d:\edwork\vh\lib\activemq\activemq-cpp\src\main\activemq/util/PrimitiveList.h(36) : error C2487: 'decaf::util::AbstractList<E>::add' : member of dll interface class may not be declared with dll interface
1>        with
1>        [
1>            E=activemq::util::PrimitiveValueNode
1>        ]
1>d:\edwork\vh\lib\activemq\activemq-cpp\src\main\activemq/util/PrimitiveList.h(36) : error C2487: 'decaf::util::AbstractList<E>::add' : member of dll interface class may not be declared with dll interface
1>        with
1>        [
1>            E=activemq::util::PrimitiveValueNode
1>        ]
1>d:\edwork\vh\lib\activemq\activemq-cpp\src\main\activemq/util/PrimitiveList.h(36) : error C2487: 'decaf::util::AbstractCollection<E>::addAll' : member of dll interface class may not be declared with dll interface
1>        with
1>        [
1>            E=activemq::util::PrimitiveValueNode
1>        ]
1>d:\edwork\vh\lib\activemq\activemq-cpp\src\main\activemq/util/PrimitiveList.h(36) : error C2487: 'decaf::util::AbstractList<E>::addAll' : member of dll interface class may not be declared with dll interface
1>        with
1>        [
1>            E=activemq::util::PrimitiveValueNode
1>        ]
{noformat}


getting 54 errors, but most look like the above.

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

[jira] [Resolved] (AMQCPP-365) 3.3.0 - compiler errors in Windows

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

Timothy Bish resolved AMQCPP-365.
---------------------------------

       Resolution: Fixed
    Fix Version/s: 3.4.0

Fixed in trunk and 3.4.0 branch

> 3.3.0 - compiler errors in Windows
> ----------------------------------
>
>                 Key: AMQCPP-365
>                 URL: https://issues.apache.org/jira/browse/AMQCPP-365
>             Project: ActiveMQ C++ Client
>          Issue Type: Bug
>    Affects Versions: 3.3.0
>         Environment: windows 7, visual studio 2008 sp1, apr 1.4.2
>            Reporter: Eddie Fast
>            Assignee: Timothy Bish
>             Fix For: 3.4.0
>
>
> Getting compiler errors with 3.3.0.  Didn't get these errors with 3.2.5.
> Here's a snippet:
> {noformat}
> 1>OpenWireResponseBuilder.cpp
> 1>d:\edwork\vh\lib\activemq\activemq-cpp\src\main\activemq/util/PrimitiveList.h(36) : error C2487: 'decaf::util::AbstractCollection<E>::addAll' : member of dll interface class may not be declared with dll interface
> 1>        with
> 1>        [
> 1>            E=activemq::util::PrimitiveValueNode
> 1>        ]
> 1>d:\edwork\vh\lib\activemq\activemq-cpp\src\main\activemq/util/PrimitiveList.h(36) : error C2487: 'decaf::util::AbstractList<E>::add' : member of dll interface class may not be declared with dll interface
> 1>        with
> 1>        [
> 1>            E=activemq::util::PrimitiveValueNode
> 1>        ]
> 1>d:\edwork\vh\lib\activemq\activemq-cpp\src\main\activemq/util/PrimitiveList.h(36) : error C2487: 'decaf::util::AbstractList<E>::add' : member of dll interface class may not be declared with dll interface
> 1>        with
> 1>        [
> 1>            E=activemq::util::PrimitiveValueNode
> 1>        ]
> 1>d:\edwork\vh\lib\activemq\activemq-cpp\src\main\activemq/util/PrimitiveList.h(36) : error C2487: 'decaf::util::AbstractCollection<E>::addAll' : member of dll interface class may not be declared with dll interface
> 1>        with
> 1>        [
> 1>            E=activemq::util::PrimitiveValueNode
> 1>        ]
> 1>d:\edwork\vh\lib\activemq\activemq-cpp\src\main\activemq/util/PrimitiveList.h(36) : error C2487: 'decaf::util::AbstractList<E>::addAll' : member of dll interface class may not be declared with dll interface
> 1>        with
> 1>        [
> 1>            E=activemq::util::PrimitiveValueNode
> 1>        ]
> {noformat}
> getting 54 errors, but most look like the above.

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