From owner-freebsd-ports@FreeBSD.ORG Sun May 30 08:58:44 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BEBFD106564A for ; Sun, 30 May 2010 08:58:44 +0000 (UTC) (envelope-from david.marec@davenulle.org) Received: from smtp.lamaiziere.net (net.lamaiziere.net [91.121.44.19]) by mx1.freebsd.org (Postfix) with ESMTP id 8920F8FC08 for ; Sun, 30 May 2010 08:58:44 +0000 (UTC) Received: from david.marec (unknown [93.28.76.178]) by smtp.lamaiziere.net (Postfix) with ESMTPSA id F1409633169 for ; Sun, 30 May 2010 10:58:42 +0200 (CEST) From: David Marec To: freebsd-ports@freebsd.org Date: Sun, 30 May 2010 10:58:42 +0200 User-Agent: KMail/1.13.3 (FreeBSD/8.1-PRERELEASE; KDE/4.4.3; amd64; ; ) MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201005301058.42268.david.marec@davenulle.org> Subject: DosBox upgrade failed. X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 May 2010 08:58:44 -0000 Hi all, I got the following issue, upgrading Dosbox to the 0.74 release: === Making all in core_dynrec g++44 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/usr/local/include - I/usr/local/include/SDL -I/usr/local/include -D_GNU_SOURCE=1 -D_REENTRANT -O2 -pipe -march=native -fno-strict-aliasing -MT callback.o -MD -MP -MF .deps/callback.Tpo -c -o callback.o callback.cpp mv -f .deps/callback.Tpo .deps/callback.Po g++44 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/usr/local/include - I/usr/local/include/SDL -I/usr/local/include -D_GNU_SOURCE=1 -D_REENTRANT -O2 -pipe -march=native -fno-strict-aliasing -MT cpu.o -MD -MP -MF .deps/cpu.Tpo - c -o cpu.o cpu.cpp In file included from cpu.cpp:29: ../../include/setup.h:247: error: 'FILE' has not been declared ../../include/setup.h:280: error: 'FILE' has not been declared ../../include/setup.h:315: error: 'FILE' has not been declared *** Error code 1 Stop in /usr/ports/emulators/dosbox/work/dosbox-0.74/src/cpu. *** Error code 1 Stop in /usr/ports/emulators/dosbox/work/dosbox-0.74/src/cpu. *** Error code 1 Stop in /usr/ports/emulators/dosbox/work/dosbox-0.74/src. *** Error code 1 Stop in /usr/ports/emulators/dosbox/work/dosbox-0.74. *** Error code 1 Stop in /usr/ports/emulators/dosbox/work/dosbox-0.74. *** Error code 1 Stop in /usr/ports/emulators/dosbox. ===>>> make failed for emulators/dosbox ===>>> Aborting update ===>>> Update for dosbox-0.73_1 failed ===>>> Aborting update === Any idea to solve this ?