Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 29133 invoked from network); 13 Jul 2007 19:47:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Jul 2007 19:47:25 -0000 Received: (qmail 49301 invoked by uid 500); 13 Jul 2007 19:47:28 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 49192 invoked by uid 500); 13 Jul 2007 19:47:28 -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 49179 invoked by uid 99); 13 Jul 2007 19:47:27 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Jul 2007 12:47:27 -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; Fri, 13 Jul 2007 12:47:24 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id A030B71420C for ; Fri, 13 Jul 2007 12:47:04 -0700 (PDT) Message-ID: <7204698.1184356024652.JavaMail.jira@brutus> Date: Fri, 13 Jul 2007 12:47:04 -0700 (PDT) From: "Eric Lemings (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 ] Eric Lemings updated STDCXX-404: -------------------------------- Environment: gcc 3.4.6/FreeBSD/x86 gcc 4.2/Mac OS X 10.4.10 (Tiger) was:gcc 3.4.6/FreeBSD/x86 > [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: 4.2 > Environment: gcc 3.4.6/FreeBSD/x86 > gcc 4.2/Mac OS X 10.4.10 (Tiger) > Reporter: 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.