Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 56402 invoked from network); 14 Mar 2007 23:37:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Mar 2007 23:37:30 -0000 Received: (qmail 36561 invoked by uid 500); 14 Mar 2007 23:37:38 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 36550 invoked by uid 500); 14 Mar 2007 23:37:38 -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 36539 invoked by uid 99); 14 Mar 2007 23:37:38 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Mar 2007 16:37:38 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= 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; Wed, 14 Mar 2007 16:37:29 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 5E3DA714077 for ; Wed, 14 Mar 2007 16:37:09 -0700 (PDT) Message-ID: <31286443.1173915429383.JavaMail.jira@brutus> Date: Wed, 14 Mar 2007 16:37:09 -0700 (PDT) From: "Martin Sebor (JIRA)" To: stdcxx-dev@incubator.apache.org Subject: [jira] Closed: (STDCXX-356) Remove include path from INCLUDES in GNUmakefile.bin In-Reply-To: <23639680.1173886629227.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-356?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor closed STDCXX-356. ------------------------------- Resolution: Fixed Fixed as suggested. > Remove include path from INCLUDES in GNUmakefile.bin > ---------------------------------------------------- > > Key: STDCXX-356 > URL: https://issues.apache.org/jira/browse/STDCXX-356 > Project: C++ Standard Library > Issue Type: Bug > Components: Build > Affects Versions: 4.1.3, 4.1.2 > Environment: Darwin host.local 8.8.1 Darwin Kernel Version 8.8.1: Mon Sep 25 19:42:00 PDT 2006; root:xnu-792.13.8.obj~1/RELEASE_I386 i386 i386 > Reporter: Eric Lemings > Assigned To: Martin Sebor > Fix For: 4.2 > > > The compile flag '-I$(TOPDIR)/include/loc' needs to be removed from INCLUDES in the GNUmakefile.bin makefile. Patch listed below. > Index: etc/config/GNUmakefile.bin > =================================================================== > --- etc/config/GNUmakefile.bin (revision 517771) > +++ etc/config/GNUmakefile.bin (working copy) > @@ -14,7 +14,6 @@ > ONE_REPOSITORY = 1 > include ../makefile.common > > -INCLUDES += -I$(TOPDIR)/include/loc > TARGET = exec localedef locale > > # locale sources and related -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.