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 _______________________________________________ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"