Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 21188 invoked from network); 17 Aug 2007 22:41:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Aug 2007 22:41:39 -0000 Received: (qmail 65851 invoked by uid 500); 17 Aug 2007 22:41:36 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 65838 invoked by uid 500); 17 Aug 2007 22:41:36 -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 65827 invoked by uid 99); 17 Aug 2007 22:41:36 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Aug 2007 15:41:36 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [208.30.140.160] (HELO moroha.quovadx.com) (208.30.140.160) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Aug 2007 22:41:58 +0000 Received: from qxvcexch01.ad.quovadx.com ([192.168.170.59]) by moroha.quovadx.com (8.13.6/8.13.6) with ESMTP id l7HMf8UN010698 for ; Fri, 17 Aug 2007 22:41:08 GMT Received: from [10.70.3.113] ([10.70.3.113]) by qxvcexch01.ad.quovadx.com with Microsoft SMTPSVC(6.0.3790.1830); Fri, 17 Aug 2007 16:40:17 -0600 Message-ID: <46C62403.1090106@roguewave.com> Date: Fri, 17 Aug 2007 16:41:07 -0600 From: Martin Sebor Organization: Rogue Wave Software, Inc. User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.6) Gecko/20070802 SeaMonkey/1.1.4 MIME-Version: 1.0 To: stdcxx-dev@incubator.apache.org Subject: how does rw_locales() work on Windows? Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 17 Aug 2007 22:40:17.0385 (UTC) FILETIME=[959F9D90:01C7E11F] X-Virus-Checked: Checked by ClamAV on apache.org The rw_locales() function defined in the driver invokes the "locale -a" command regardless of the platform (i.e., including Windows). When I run tests that invoke the function from within the IDE they produce errors because the locale utility can't be found (it's probably not in PATH). I'm curious: how do others run tests on Windows so that calls to rw_locales() succeed ? Farid? Martin