include file activemq/exceptions/ExceptionDefines.h missing
-----------------------------------------------------------
Key: AMQCPP-197
URL: https://issues.apache.org/activemq/browse/AMQCPP-197
Project: ActiveMQ C++ Client
Issue Type: Bug
Affects Versions: 2.2.1, 2.2
Environment: I tested this on an Intel Mac, but I assume it is general.
Reporter: Marc Schröder
Assignee: Nathan Mittler
Priority: Trivial
The include files for ActiveMQ-CPP list activemq/exceptions/ActiveMQException.h, which includes
activemq/exceptions/ExceptionDefines.h; however, activemq/exceptions/ExceptionDefines.h is
not included.
The trivial workaround is to copy src/main/activemq/exceptions/ExceptionDefines.h into includes/activemq-cpp-2.2.1/.
Probably a fix is to add activemq/exceptions/ExceptionDefines.h to src/main/Makefile.am
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
|