Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 49048 invoked from network); 24 Sep 2007 23:58:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Sep 2007 23:58:11 -0000 Received: (qmail 2062 invoked by uid 500); 24 Sep 2007 23:58:02 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 2053 invoked by uid 500); 24 Sep 2007 23:58:02 -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 2041 invoked by uid 99); 24 Sep 2007 23:58:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Sep 2007 16:58:02 -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; Mon, 24 Sep 2007 23:58:11 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 0B1C871420D for ; Mon, 24 Sep 2007 16:57:51 -0700 (PDT) Message-ID: <19093189.1190678271041.JavaMail.jira@brutus> Date: Mon, 24 Sep 2007 16:57:51 -0700 (PDT) From: "Martin Sebor (JIRA)" To: stdcxx-dev@incubator.apache.org Subject: [jira] Updated: (STDCXX-404) [FreeBSD 6.2] error on in locale utilities In-Reply-To: <16128293.1178589855291.JavaMail.jira@brutus> 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-404?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor updated STDCXX-404: -------------------------------- Severity: Compiler Error > [FreeBSD 6.2] error on in locale utilities > ---------------------------------------------------- > > Key: STDCXX-404 > URL: https://issues.apache.org/jira/browse/STDCXX-404 > Project: C++ Standard Library > Issue Type: Bug > Components: Utilities > Affects Versions: trunk > Environment: gcc 3.4.6/FreeBSD/x86 > gcc 4.2/Mac OS X 10.4.10 (Tiger) > Reporter: Martin Sebor > Assignee: Martin Sebor > Priority: Critical > Fix For: 4.2 > > > The locale utilities locale and localedef fail to build on FreeBSD due to assumptions about the header which apparently isn't provided on this platform: > gcc -c -I$(TOPDIR)/include/ansi -D_RWSTDDEBUG -I$(TOPDIR)/include -I$(BUILDDIR)/include -pedantic -nostdinc++ -g -W -Wall -Wcast-qual -Winline -Wshadow -Wwrite-strings -Wno-long-long -Wcast-align $(TOPDIR)/util/localedef.cpp > In file included from $(TOPDIR)/util/def.h:45, > from $(TOPDIR)/util/localedef.cpp:30: > $(TOPDIR)/util/charmap.h:39:21: iconv.h: No such file or directory > In file included from $(TOPDIR)/util/def.h:45, > from $(TOPDIR)/util/localedef.cpp:30: > $(TOPDIR)/util/charmap.h:165: error: `iconv_t' does not name a type > $(TOPDIR)/util/charmap.h:165: error: extra semicolon > $(TOPDIR)/util/charmap.h:228: error: `iconv_t' does not name a type > $(TOPDIR)/util/charmap.h:228: error: extra semicolon > $(TOPDIR)/util/charmap.h:231: error: `iconv_t' does not name a type > $(TOPDIR)/util/charmap.h:231: error: extra semicolon > $(TOPDIR)/util/localedef.cpp: In function `bool process_command_line(ProgramOptions*, int, char**)': > $(TOPDIR)/util/localedef.cpp:475: warning: unused variable 'errors' > gmake: *** [localedef.o] Error 1 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.