You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Aaron Hillegass (JIRA)" <qp...@incubator.apache.org> on 2009/11/17 02:59:39 UTC

[jira] Created: (QPID-2205) sys/types.h needed for Mac build

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:dev-subscribe@qpid.apache.org


[jira] Commented: (QPID-2205) sys/types.h needed for Mac build

Posted by "Steve Huston (JIRA)" <qp...@incubator.apache.org>.
    [ https://issues.apache.org/jira/browse/QPID-2205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12778954#action_12778954 ] 

Steve Huston commented on QPID-2205:
------------------------------------

Please try making any needed Mac changes to cpp/include/qpid/sys/IntegerTypes.h - that's where platform diffs are for this area.

> 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:dev-subscribe@qpid.apache.org