Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 31207 invoked from network); 14 Mar 2007 15: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 15:37:30 -0000 Received: (qmail 9030 invoked by uid 500); 14 Mar 2007 15:37:38 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 9011 invoked by uid 500); 14 Mar 2007 15: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 8994 invoked by uid 99); 14 Mar 2007 15: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 08: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 08:37:29 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 3F38471403C for ; Wed, 14 Mar 2007 08:37:09 -0700 (PDT) Message-ID: <23639680.1173886629227.JavaMail.jira@brutus> Date: Wed, 14 Mar 2007 08:37:09 -0700 (PDT) From: "Eric Lemings (JIRA)" To: stdcxx-dev@incubator.apache.org Subject: [jira] Created: (STDCXX-356) Remove include path from INCLUDES in GNUmakefile.bin MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org 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.2, 4.1.3 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 Fix For: 4.2, 4.1.4 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.