Uploaded image for project: 'Qpid'
  1. Qpid
  2. QPID-2205

sys/types.h needed for Mac build

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Duplicate
    • 0.5
    • 0.5
    • C++ Build
    • None
    • Mac OS X 10.6, Xcode 3.2.1

    Description

      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

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              hammalock Aaron Hillegass
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: