From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14422 invoked by alias); 29 Aug 2009 16:58:23 -0000 Received: (qmail 14414 invoked by uid 22791); 29 Aug 2009 16:58:23 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from fmmailgate02.web.de (HELO fmmailgate02.web.de) (217.72.192.227) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 29 Aug 2009 16:58:16 +0000 Received: from smtp05.web.de (fmsmtp05.dlan.cinetic.de [172.20.4.166]) by fmmailgate02.web.de (Postfix) with ESMTP id CC70711887C14; Sat, 29 Aug 2009 18:58:13 +0200 (CEST) Received: from [62.153.151.131] (helo=[192.168.178.35]) by smtp05.web.de with asmtp (WEB.DE 4.110 #314) id 1MhRFl-0007HP-00; Sat, 29 Aug 2009 18:58:13 +0200 Message-ID: <4A995E22.9010606@web.de> Date: Sat, 29 Aug 2009 16:58:00 -0000 From: Uwe Kindler User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) MIME-Version: 1.0 To: John Dallaway CC: ecos-devel@sourceware.org Subject: uSTL config.h clash Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Sender: uwe_kindler@web.de 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/msg00051.txt.bz2 Hi John, if I move the all uSTL headers except of ustl.h into an ustl subdirectory, then I need to touch almost all include directives in the ustl header and source files. I.e. in unew.c I would replace #include "unew.h" by #include "ustl/unew.h". Did I understand this right? Another solution would be to rename config.h into something like ustlconfig.h and rename all include directives that include config.h into #include "ustlconfig.h". This would avoid a name clash but the ustl headers would still pollute the toplevel include directory. What would you prefer? Regards, Uwe