From owner-freebsd-current@FreeBSD.ORG Thu Jul 17 13:47:06 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D3A9537B401 for ; Thu, 17 Jul 2003 13:47:06 -0700 (PDT) Received: from tuebingen.mpg.de (connect.tuebingen.mpg.de [192.124.26.250]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD04743F85 for ; Thu, 17 Jul 2003 13:47:04 -0700 (PDT) (envelope-from peter.kadau@tuebingen.mpg.de) Received: from [217.84.141.90] ([217.84.141.90] verified) by tuebingen.mpg.de (CommuniGate Pro SMTP 4.0.6) with ESMTP id 4966171; Thu, 17 Jul 2003 22:47:03 +0200 From: Peter Kadau To: Jeremy Messenger In-Reply-To: References: <1058366903.81198.18.camel@skeeve> <20030716110743.1e44c8e0.ak03@gte.com> <200307162209.22237.michaelnottebrock@gmx.net> <1058472457.12586.30.camel@straycat> Content-Type: text/plain Message-Id: <1058474822.12586.51.camel@straycat> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.3 Date: 17 Jul 2003 22:47:02 +0200 Content-Transfer-Encoding: 7bit cc: freebsd-current@freebsd.org Subject: Re: gcc-3.3 issues X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Jul 2003 20:47:07 -0000 Hi ! Sorry for that... That was my pre-get-rid-of-g++-workaround - how embarrassing ! Alexander pointed out in private (thank you), that this was a failure. > I am willing to test the patches if one of you have any. Try that instead: --- prog/checker_string.hpp.orig Tue Sep 24 03:34:52 2002 +++ prog/checker_string.hpp Thu Jul 17 22:37:38 2003 @@ -5,6 +5,7 @@ // it at http://www.gnu.org/. #include +#include #include "aspell.h" And *please* don't ask why I didn't use assert.h in the first place. *flush* Cheers anyway Peter