sys/types.h needed for Mac build
--------------------------------
Key: QPID-2205
URL: https://issues.apache.org/jira/browse/QPID-2205
Project: Qpid
Issue Type: Bug
Components: Build Tools
Affects Versions: 0.5
Environment: Mac OS X 10.6, Xcode 3.2.1
Reporter: Aaron Hillegass
Fix For: 0.5
In building the C++ version of qpid, I get an error:
In file included from ./qpid/agent/ManagementAgent.h:27,
from ./qpid/acl/Acl.h:30,
from qpid/acl/Acl.cpp:19:
./qpid/client/ConnectionSettings.h:110: error: 'uint' does not name a type
./qpid/client/ConnectionSettings.h:123: error: 'uint' does not name a type
./qpid/client/ConnectionSettings.h:128: error: 'uint' does not name a type
These errors go away if you
#include <sys/types.h>
in src/qpid/client/ConnectionSettings.h, src/qpid/framing/frame_functors.h, and
src/qpid/framing/SendContent.h
--
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:[email protected]