Return-Path: X-Original-To: apmail-qpid-dev-archive@www.apache.org Delivered-To: apmail-qpid-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A380410912 for ; Tue, 6 Aug 2013 16:08:49 +0000 (UTC) Received: (qmail 4181 invoked by uid 500); 6 Aug 2013 16:08:49 -0000 Delivered-To: apmail-qpid-dev-archive@qpid.apache.org Received: (qmail 3647 invoked by uid 500); 6 Aug 2013 16:08:48 -0000 Mailing-List: contact dev-help@qpid.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@qpid.apache.org Delivered-To: mailing list dev@qpid.apache.org Received: (qmail 3612 invoked by uid 99); 6 Aug 2013 16:08:48 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Aug 2013 16:08:48 +0000 Date: Tue, 6 Aug 2013 16:08:48 +0000 (UTC) From: "Ken Giusti (JIRA)" To: dev@qpid.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (QPID-5042) Qpid 0.24 fails to build on ARM platforms. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/QPID-5042?page=3Dcom.atlassian.= jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D13730= 888#comment-13730888 ]=20 Ken Giusti commented on QPID-5042: ---------------------------------- This fix looks good - approved for 0.24. =20 > Qpid 0.24 fails to build on ARM platforms. > ------------------------------------------ > > Key: QPID-5042 > URL: https://issues.apache.org/jira/browse/QPID-5042 > Project: Qpid > Issue Type: Bug > Affects Versions: 0.23 > Reporter: Darryl L. Pierce > Assignee: Gordon Sim > Priority: Blocker > Attachments: QPID-5042.patch > > > When compiling on ARM, the following occurs: > [ 60%] Building CXX object src/CMakeFiles/qpidbroker.dir/qpid/broker/Page= dQueue.o > /home/mcpierce/Programming/Qpid/qpid/cpp/src/qpid/broker/PagedQueue.cpp: = In member function =E2=80=98void qpid::broker::PagedQueue::Page::load(qpid:= :sys::MemoryMappedFile&, qpid::broker::ProtocolRegistry&)=E2=80=99: > /home/mcpierce/Programming/Qpid/qpid/cpp/src/qpid/broker/PagedQueue.cpp:2= 98:62: error: cast from =E2=80=98char*=E2=80=99 to =E2=80=98uint32_t* {aka = unsigned int*}=E2=80=99 increases required alignment of target type [-Werro= r=3Dcast-align] > uint32_t count =3D *(reinterpret_cast(region)); > ^ > cc1plus: all warnings being treated as errors > make[2]: *** [src/CMakeFiles/qpidbroker.dir/qpid/broker/PagedQueue.o] Err= or 1 > make[1]: *** [src/CMakeFiles/qpidbroker.dir/all] Error 2 > make: *** [all] Error 2 -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrato= rs 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