From owner-freebsd-libh Wed Sep 25 15:25:38 2002 Delivered-To: freebsd-libh@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 52BBC37B401 for ; Wed, 25 Sep 2002 15:25:37 -0700 (PDT) Received: from fump.kawo2.rwth-aachen.de (fump.kawo2.RWTH-Aachen.DE [134.130.181.148]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65B8D43E6E for ; Wed, 25 Sep 2002 15:25:36 -0700 (PDT) (envelope-from alex@fump.kawo2.rwth-aachen.de) Received: from fump.kawo2.rwth-aachen.de (localhost [127.0.0.1]) by fump.kawo2.rwth-aachen.de (8.12.5/8.12.5) with ESMTP id g8PMQnu6043408; Thu, 26 Sep 2002 00:26:49 +0200 (CEST) (envelope-from alex@fump.kawo2.rwth-aachen.de) Received: (from alex@localhost) by fump.kawo2.rwth-aachen.de (8.12.5/8.12.5/Submit) id g8PMQnxj043407; Thu, 26 Sep 2002 00:26:49 +0200 (CEST) Date: Thu, 26 Sep 2002 00:26:48 +0200 From: Alexander Langer To: Alexander Langer Cc: freebsd-libh@FreeBSD.ORG Subject: Re: cvs commit: libh/bin/tclh Makefile tclh.cc libh/include Log.hh Pointer.hh ProgressIndicator.hh String.hh limits libh/include/database DatabaseEngineDb185.hh libh/include/file Archive.hh libh/include/hui Hui.hh libh/lib/common ... Message-ID: <20020925222648.GD41575@fump.kawo2.rwth-aachen.de> References: <200209252218.g8PMIpki042647@rtp1.SlowBlink.Com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200209252218.g8PMIpki042647@rtp1.SlowBlink.Com> X-PGP-Fingerprint: 7EC1 5B98 4554 2A63 9079 2B2F 9A94 CD6F 7F14 EFA4 X-PGP-at: finger alex@big.endian.de X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. User-Agent: Mutt/1.5.1i Sender: owner-freebsd-libh@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Thus spake Alexander Langer (alex@rtp1.SlowBlink.Com): > Fix build with GCC 3.x This probably breaks builds with gcc 2.x, but only because gcc 2.x doesn't comform to the C++ standards. I suggest we only use GCC 3.x from now. Btw, this fix includes a lot of ugly hacks, e.g. the additional public: declarations in Hui.hh, but I saw no other, cleaner, way. They have to be public anyways, since they are used elsewhere. Alex To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message