Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 May 2010 13:21:13 +0300
From:      Alex Kozlov <spam@rm-rf.kiev.ua>
To:        David Marec <david.marec@davenulle.org>, freebsd-ports@freebsd.org, spam@rm-rf.kiev.ua
Subject:   Re: DosBox upgrade failed.
Message-ID:  <20100530102113.GA61971@ravenloft.kiev.ua>

next in thread | raw e-mail | index | archive | help
On Sun, May 30, 2010 at 10:58:42AM +0200, David Marec wrote:
> 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
> Any idea to solve this ?
Try to add 'include <cstdio>', if it's not help, use base gcc (4.2.1)
instead of lang/gcc44.


--
Adios



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100530102113.GA61971>