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)" <qp...@incubator.apache.org> on 2010/01/28 16:57:34 UTC

[jira] Created: (QPID-2372) PeriodicTimerImpl addition broker Windows build

PeriodicTimerImpl addition broker Windows build
-----------------------------------------------

                 Key: QPID-2372
                 URL: https://issues.apache.org/jira/browse/QPID-2372
             Project: Qpid
          Issue Type: Bug
          Components: C++ Broker
    Affects Versions: 0.7
         Environment: Windows
            Reporter: Steve Huston
            Assignee: Alan Conway


Windows builds broke with error:
5>Broker.obj : error LNK2019: unresolved external symbol "public: __cdecl qpid::sys::PeriodicTimerImpl::PeriodicTimerImpl(class qpid::sys::Timer &)" (??0PeriodicTimerImpl@sys@qpid@@QEAA@AEAVTimer@12@@Z) referenced in function "public: __cdecl qpid::broker::Broker::Broker(struct qpid::broker::Broker::Options const &)" (??0Broker@broker@qpid@@QEAA@AEBUOptions@012@@Z)

Possibly PeriodicTimerImpl.cpp not added to cmake?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Resolved: (QPID-2372) PeriodicTimerImpl addition broker Windows build

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

Steve Huston resolved QPID-2372.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 0.7
         Assignee: Steve Huston  (was: Alan Conway)

QPID_COMMON_EXTERN decls were missing. Fixed on trunk r904310.

> PeriodicTimerImpl addition broker Windows build
> -----------------------------------------------
>
>                 Key: QPID-2372
>                 URL: https://issues.apache.org/jira/browse/QPID-2372
>             Project: Qpid
>          Issue Type: Bug
>          Components: C++ Broker
>    Affects Versions: 0.7
>         Environment: Windows
>            Reporter: Steve Huston
>            Assignee: Steve Huston
>             Fix For: 0.7
>
>
> Windows builds broke with error:
> 5>Broker.obj : error LNK2019: unresolved external symbol "public: __cdecl qpid::sys::PeriodicTimerImpl::PeriodicTimerImpl(class qpid::sys::Timer &)" (??0PeriodicTimerImpl@sys@qpid@@QEAA@AEAVTimer@12@@Z) referenced in function "public: __cdecl qpid::broker::Broker::Broker(struct qpid::broker::Broker::Options const &)" (??0Broker@broker@qpid@@QEAA@AEBUOptions@012@@Z)
> Possibly PeriodicTimerImpl.cpp not added to cmake?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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