From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6837 invoked by alias); 28 Aug 2009 16:33:37 -0000 Received: (qmail 6810 invoked by uid 22791); 28 Aug 2009 16:33:35 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from mtaout03-winn.ispmail.ntl.com (HELO mtaout03-winn.ispmail.ntl.com) (81.103.221.49) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 28 Aug 2009 16:33:30 +0000 Received: from aamtaout01-winn.ispmail.ntl.com ([81.103.221.35]) by mtaout03-winn.ispmail.ntl.com (InterMail vM.7.08.04.00 201-2186-134-20080326) with ESMTP id <20090828163314.QJRK5579.mtaout03-winn.ispmail.ntl.com@aamtaout01-winn.ispmail.ntl.com>; Fri, 28 Aug 2009 17:33:14 +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 <20090828163314.WSQD13254.aamtaout01-winn.ispmail.ntl.com@cog.dallaway.org.uk>; Fri, 28 Aug 2009 17:33:14 +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 n7SGXBq1030457; Fri, 28 Aug 2009 17:33:11 +0100 Message-ID: <4A9806C7.30008@dallaway.org.uk> Date: Fri, 28 Aug 2009 16:33:00 -0000 From: John Dallaway User-Agent: Thunderbird 2.0.0.22 (X11/20090625) MIME-Version: 1.0 To: Uwe Kindler CC: eCos development list Subject: uSTL config.h clash Content-Type: text/plain; charset=ISO-8859-1 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/msg00050.txt.bz2 Hi Uwe There's a problem with uSTL's config.h clashing with a header file used by the SNMP library package. In this case, it is clear that the uSTL header files should not be polluting the top-level include/ directory unless this is necessary as part of the contract with application code. I note that the upstream version of "ustl.h" looks for the other headers in a ustl/ subdirectory. Are you able to move all the other headers (including config.h) into include/ustl/ within the package without disrupting the rest of the sources too much? John Dallaway