From owner-freebsd-current@FreeBSD.ORG Sun Jun 29 11:40:01 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 4755B37B401 for ; Sun, 29 Jun 2003 11:40:01 -0700 (PDT) Received: from mbox1.netikka.net (mbox1.netikka.net [213.250.81.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C65C44014 for ; Sun, 29 Jun 2003 11:39:58 -0700 (PDT) (envelope-from markus.niemisto@iki.fi) Received: from ogorod.dielocalwarez.com (fl43.netikka.fi [81.209.127.43]) by mbox1.netikka.net (Postfix) with SMTP id 5007749C0AA for ; Sun, 29 Jun 2003 21:39:56 +0300 (EEST) Date: Sun, 29 Jun 2003 21:39:54 +0300 From: Markus =?ISO-8859-1?Q?Niemist=F6?= To: freebsd-current@freebsd.org Message-Id: <20030629213954.605ed0f5.markus.niemisto@iki.fi> In-Reply-To: <013601c33e6a$eb312d70$0200000a@io> References: <013601c33e6a$eb312d70$0200000a@io> Organization: -=Die LocalWarez=- X-Mailer: Sylpheed version 0.9.0 (GTK+ 1.2.10; i386-portbld-freebsd5.1) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: errors under g++ 3.2.2 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: Sun, 29 Jun 2003 18:40:01 -0000 On Sun, 29 Jun 2003 11:19:02 -0700 "Allan Bowhill" wrote: > I recently updated one of my machines to -current to adapt some code > to build under the new version of gcc (3.2.2). However, file IO using > gives error messages about implicit typenames being > deprecated, and I can't for the life of me figure out what to do my > code to make the compiler happy. Has anyone encountered this? I encountered similiar problem when I tried to compile Lyx from CVS tree. Pretty annoying, I think. Markus Niemist=F6