You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Nadilson Ferreira (JIRA)" <ji...@apache.org> on 2012/09/02 03:47:07 UTC

[jira] [Created] (QPID-4278) Broken Mac OS X build

Nadilson Ferreira created QPID-4278:
---------------------------------------

             Summary: Broken Mac OS X build
                 Key: QPID-4278
                 URL: https://issues.apache.org/jira/browse/QPID-4278
             Project: Qpid
          Issue Type: Bug
          Components: C++ Broker
    Affects Versions: 0.18
         Environment: Mac OS X Mountain Lion
            Reporter: Nadilson Ferreira
            Priority: Critical


Hi,

The build is broken on Mac OS X because of the use of uint typedef.

The following files must be changed in order to include sys/types.h:

+ src/qpid/broker/Queue.h
+ src/qpid/broker/Fairshare.h
+ src/qpid/broker/PriorityQueue.h
+ src/qpid/broker/QueueFlowLimit.h
+ src/qpid/broker/SaslAuthenticator.cpp
+ src/qpid/client/MessageReplayTracker.cpp
+ src/qpid/cluster/UpdateClient.cpp
+ src/qpid/framing/frame_functors.h
+ src/qpid/framing/SendContent.cpp
+ src/qpid/framing/SendContent.h
+ src/qpid/SaslFactory.cpp
+ src/qpid/sys/Semaphore.h

Notice that several test cases also use uint without including sys/types.h

Regards,
  Nad



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org