Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 7911 invoked from network); 31 May 2007 16:50:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 31 May 2007 16:50:36 -0000 Received: (qmail 46496 invoked by uid 500); 31 May 2007 16:50:40 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 46478 invoked by uid 500); 31 May 2007 16:50:40 -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 46467 invoked by uid 99); 31 May 2007 16:50:40 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 May 2007 09:50:40 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 May 2007 09:50:35 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 9B6D371417F for ; Thu, 31 May 2007 09:50:15 -0700 (PDT) Message-ID: <25001124.1180630215633.JavaMail.jira@brutus> Date: Thu, 31 May 2007 09:50:15 -0700 (PDT) From: "Andrew Black (JIRA)" To: stdcxx-dev@incubator.apache.org Subject: [jira] Commented: (STDCXX-117) [Mac OS X 10.2.8] Missing header guards in utility source files In-Reply-To: <1528087332.1137081862454.JavaMail.jira@ajax.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/STDCXX-117?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12500409 ] Andrew Black commented on STDCXX-117: ------------------------------------- Per recent comments in other issues, I no longer have this operating system installed on a machine, so it is difficult to retest on the operating system this was reported for. Nightly testing indicates that the patch was a partial fix for FreeBSD. The errors about the missing headers are no longer present, but the errors about the iconv_t data type not being found are still present. I believe I have a solution for the rest of the errors, but I will need to test it before checking it in. > [Mac OS X 10.2.8] Missing header guards in utility source files > --------------------------------------------------------------- > > Key: STDCXX-117 > URL: https://issues.apache.org/jira/browse/STDCXX-117 > Project: C++ Standard Library > Issue Type: Bug > Components: Utilities > Environment: Mac OS X 10.2.8/Darwin 6.8 with GCC 3.1 > Reporter: Andrew Black > Assignee: Andrew Black > Fix For: 4.2 > > Attachments: utilguard.diff > > > Several files used in the building of the utilities (util/aliases.cpp, util/charmap.cpp, util/charmap.h, util/locale.cpp) are missing guards on the inclusion of the langinfo.h and iconv.h headers. I will be ataching a patch for this shortly. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.