Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 51388 invoked from network); 21 Feb 2006 20:17:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 21 Feb 2006 20:17:09 -0000 Received: (qmail 54048 invoked by uid 500); 21 Feb 2006 20:16:58 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 53983 invoked by uid 500); 21 Feb 2006 20:16:57 -0000 Mailing-List: contact stdcxx-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: stdcxx-dev@incubator.apache.org Delivered-To: mailing list stdcxx-dev@incubator.apache.org Received: (qmail 53948 invoked by uid 99); 21 Feb 2006 20:16:57 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Feb 2006 12:16:57 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [12.17.213.84] (HELO bco-exchange.bco.roguewave.com) (12.17.213.84) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Feb 2006 12:16:54 -0800 Received: by bco-exchange.bco.roguewave.com with Internet Mail Service (5.5.2657.72) id ; Tue, 21 Feb 2006 13:16:13 -0700 Message-ID: <4FA4B7B3231C5D459E7BAD020213A94201F5F59A@bco-exchange.bco.roguewave.com> From: Jeremy Dean To: "'stdcxx-dev@incubator.apache.org'" Subject: Problems with locale warnings Date: Tue, 21 Feb 2006 13:16:12 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2657.72) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C63723.A92783C0" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------_=_NextPart_001_01C63723.A92783C0 Content-Type: text/plain Hi, When building our application I seem to be getting a number of warnings concerned with locale: xlC_r -I/opt/sourcepro/rw_buildspace_edition9 -I/opt/sourcepro/rw_buildspace_edition9/include -I/opt/sourcepro/rw_buildspace_edition9/include/ansi -I/opt/ctp_tools/project/Release_2.6.0/include -I/opt/probe/user/c/include -I/usr/mqm/inc -I. -DUNIX -DANSI -DVERSION="\"\"" -D_RWCONFIG=12s -c dbdocquote.C "/opt/sourcepro/rw_buildspace_edition9/rw/tools/decport.h", line 172.5: 1540-1091 (W) The friend declaration "round" specifies a default argument expression and is not a definition. "dbdocquote.C", line 2729.19: 1540-0274 (S) The name lookup for "setfill" did not find a declaration. "/opt/sourcepro/rw_buildspace_edition9/include/iomanip", line 183.1: 1540-1298 (I) "template __rw_smanip<__rw_setfill<_CharT>,_CharT> setfill(_CharT)" needs to be declared in the containing scope to be found by name lookup. "/opt/sourcepro/rw_buildspace_edition9/include/loc/_locale.h", line 344.12: 1540-2411 (W) A dynamic cast is present, but the correct RTTI option is not specified. "/opt/sourcepro/rw_buildspace_edition9/include/loc/_locale.h", line 336.1: 1540-0700 (I) The previous message was produced while processing "__rw::__rw_get_facet >(const locale &, const moneypunct *)". "/opt/sourcepro/rw_buildspace_edition9/include/loc/_locale.h", line 81.9: 1540-0700 (I) The previous message was produced while processing "std::use_facet >(const locale &)". "/opt/sourcepro/rw_buildspace_edition9/include/loc/_money_put.cc", line 288.31: 1540-0700 (I) The previous message was produced while processing "std::money_put > >::do_put(iter_type, bool, ios_base &, char_type, long double) const". "/opt/sourcepro/rw_buildspace_edition9/include/loc/_money_put.h", line 52.8: 1540-0700 (I) The previous message was produced while processing "struct std::money_put > >". "/opt/sourcepro/rw_buildspace_edition9/include/loc/_money_put.cc", line 322.1: 1540-0700 (I) The previous message was produced while processing "template std::money_put::do_put(iter_type, bool, ios_base &, char_type, const string_type &) const". make: The error code from the last command is 1. LANG on the box is set to en_GB, which is also the only locale that I built with the libraries. Previously we always had LANG set to en_US. Any idea what is causing these and what I need to do to get rid of them? Regards Jeremy Dean Rogue Wave Software, A QUOVADX(tm) division Technical Support Phone: 303-545-3205 -- 1-800-404-4767 E-mail: support@roguewave.com Web: http://www.roguewave.com/support Knowledge Base entries: http://www.roguewave.com/kbdocs/search.html View issues online at: http://www.roguewave.com/youraccount/login/ ------_=_NextPart_001_01C63723.A92783C0--