Return-Path: X-Original-To: apmail-openoffice-users-archive@www.apache.org Delivered-To: apmail-openoffice-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 65DC910CE5 for ; Wed, 28 Aug 2013 21:55:07 +0000 (UTC) Received: (qmail 29174 invoked by uid 500); 28 Aug 2013 21:55:06 -0000 Delivered-To: apmail-openoffice-users-archive@openoffice.apache.org Received: (qmail 29135 invoked by uid 500); 28 Aug 2013 21:55:06 -0000 Mailing-List: contact users-help@openoffice.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@openoffice.apache.org Delivered-To: mailing list users@openoffice.apache.org Received: (qmail 29120 invoked by uid 99); 28 Aug 2013 21:55:06 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Aug 2013 21:55:06 +0000 X-ASF-Spam-Status: No, hits=-2.8 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of raymond.steele@lmco.com designates 192.31.106.12 as permitted sender) Received: from [192.31.106.12] (HELO mailfo01.lmco.com) (192.31.106.12) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Aug 2013 21:54:58 +0000 Received: from HDXHTPN10.us.lmco.com (hdxhtpn10.ems.lmco.com [158.188.83.20]) by mailfo01.lmco.com (8.14.5/8.14.5) with ESMTP id r7SLsPAT001403; Wed, 28 Aug 2013 22:54:35 +0100 Received: from HDXDSP54.us.lmco.com ([fe80::9df7:2ef3:a7e8:73e6]) by HDXHTPN10.us.lmco.com ([fe80::cc18:d817:48d2:b2b0%15]) with mapi id 14.02.0318.004; Wed, 28 Aug 2013 15:54:08 -0600 From: "Steele, Raymond" To: "dev@openoffice.apache.org" , "users@openoffice.apache.org" Subject: RE: Building comphelper Thread-Topic: Building comphelper Thread-Index: Ac6kNbm6rmjYFKidQAmo3WC4j4QEyAAAkTVQ Date: Wed, 28 Aug 2013 21:54:07 +0000 Message-ID: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [158.188.95.1] Content-Type: multipart/alternative; boundary="_000_C8D3B988B58B3645A54B63274697FAD30C48CD44HDXDSP54uslmcoc_" MIME-Version: 1.0 X-LM-Outbound: External 158.188.83.20 cntry=us g=1669498c305be3b7a676b68e1410ddca q=r7SLsPAT001403 m=6 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.10.8794,1.0.431,0.0.0000 definitions=2013-08-28_09:2013-08-28,2013-08-28,1970-01-01 signatures=0 X-Virus-Checked: Checked by ClamAV on apache.org --_000_C8D3B988B58B3645A54B63274697FAD30C48CD44HDXDSP54uslmcoc_ Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable I'm not sure why I am having so many issues with comphelper, but I am also = getting the following: /opt/aoo-4.0.0/main/solver/400/unxsoli4.pro/inc/rtl/math.hxx, line 315: Err= or: The function "isfinite" must have a prototype /opt/aoo-4.0.0/main/solver/400/unxsoli4.pro/inc/rtl/math.hxx, line 328: Err= or: The function "isfinite" must have a prototype /opt/aoo-4.0.0/main/solver/400/unxsoli4.pro/inc/rtl/math.hxx, line 339: Err= or: The function "isfinite" must have a prototype Each instance of the above is complaining about the use of SAL_MATH_FINITE.= which I think is defined in mathconf.h Any help would be greatly appreciated. From: Steele, Raymond Sent: Wednesday, August 28, 2013 2:38 PM To: dev@openoffice.apache.org; users@openoffice.apache.org Subject: Building comphelper While build AOO 4.0, the build fails in module comphelper. It seems to be = complaining about the boost/integer_fwd file. /usr/local/include/boost/integer_fwd.hpp line 137, Error: Illegal value for= template parameter. /usr/local/include/boost/integer_fwd.hpp line 137, Error: Cannot use class = specialization with non-classes. integer_fwd.cpp contains the following on line 136 and 137: 136: template < > 137: struct low_bits_mask_t< ::std::numeric_limits::d= igits>; Any ideas? Has anyone run into this before. Raymond --_000_C8D3B988B58B3645A54B63274697FAD30C48CD44HDXDSP54uslmcoc_--