From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10966 invoked by alias); 30 Aug 2009 17:39:19 -0000 Received: (qmail 10956 invoked by uid 22791); 30 Aug 2009 17:39:19 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,MISSING_HEADERS X-Spam-Check-By: sourceware.org Received: from mtaout01-winn.ispmail.ntl.com (HELO mtaout01-winn.ispmail.ntl.com) (81.103.221.47) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 30 Aug 2009 17:39:13 +0000 Received: from aamtaout01-winn.ispmail.ntl.com ([81.103.221.35]) by mtaout01-winn.ispmail.ntl.com (InterMail vM.7.08.04.00 201-2186-134-20080326) with ESMTP id <20090830173858.NRDO6742.mtaout01-winn.ispmail.ntl.com@aamtaout01-winn.ispmail.ntl.com>; Sun, 30 Aug 2009 18:38:58 +0100 Received: from cog.dallaway.org.uk ([86.9.207.237]) by aamtaout01-winn.ispmail.ntl.com (InterMail vG.2.02.00.01 201-2161-120-102-20060912) with ESMTP id <20090830173857.OEVG13254.aamtaout01-winn.ispmail.ntl.com@cog.dallaway.org.uk>; Sun, 30 Aug 2009 18:38:57 +0100 Received: from cog.dallaway.org.uk (cog.dallaway.org.uk [127.0.0.1]) by cog.dallaway.org.uk (8.13.8/8.13.8) with ESMTP id n7UHcqRR013460; Sun, 30 Aug 2009 18:38:52 +0100 Message-ID: <4A9AB92C.9080204@dallaway.org.uk> Date: Sun, 30 Aug 2009 17:39:00 -0000 From: John Dallaway User-Agent: Thunderbird 2.0.0.22 (X11/20090625) MIME-Version: 1.0 CC: Uwe Kindler , eCos development list Subject: Re: uSTL config.h clash References: <4A995E22.9010606@web.de> <4A9984BA.7040705@dallaway.org.uk> <4A998ECA.5050200@dallaway.org.uk> In-Reply-To: <4A998ECA.5050200@dallaway.org.uk> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Mailing-List: contact ecos-devel-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: ecos-devel-owner@ecos.sourceware.org X-SW-Source: 2009-08/txt/msg00056.txt.bz2 Hi Uwe John Dallaway wrote: > I think the correct long-term approach for eCos is to move the header > files (other than ustl.h) into include/ustl/ and to modify the source > code accordingly. This will involve changes to many files but the > changes are trivial and can be applied using a simple substitution so > this should not impact future code imports much. If you agree with this > approach, I will make the changes. Done. I did not need to change many files after all. I simply added the new include/ustl/ directory to the compiler's list of header file directories via CYGPKG_USTL_CFLAGS_ADD. In fact, ustl.h is now closer to the upstream version. John Dallaway