emulators/dosbox-0.62 failed to compile with this diagnostic: Making all in dos source='dos_programs.cpp' object='dos_programs.o' libtool=no depfile='.deps/dos_programs.Po' tmpdepfile='.deps/dos_programs.TPo' depmode=gcc /bin/sh ../../depcomp c++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I/usr/local/include -I/usr/local/include/SDL11 -I/usr/local/include -D_REENTRANT -D_THREAD_SAFE -O -pipe -march=pentiumpro -c -o dos_programs.o `test -f 'dos_programs.cpp' || echo './'`dos_programs.cpp In file included from dos_programs.cpp:30: cdrom.h:122: syntax error before `*' *** Error code 1 Stop in /usr/ports/emulators/dosbox/work/dosbox-0.62/src/dos. *** Error code 1 Fix: Unknown How-To-Repeat: Try to make port
On Fri, Oct 22, 2004 at 07:47:25PM +0700, Rashid N. Achilov wrote: > In file included from dos_programs.cpp:30: > cdrom.h:122: syntax error before `*' > *** Error code 1 Can you see if it works if you add USE_GCC=34 to the Makefile? Edwin -- Edwin Groothuis | Personal website: http://www.mavetju.org edwin@mavetju.org | Weblog: http://weblog.barnet.com.au/edwin/
USE_GCC=3.4 that is. Or 3.3. 3.3 works here under 5.2.1 without problems. Edwin -- Edwin Groothuis | Personal website: http://www.mavetju.org edwin@mavetju.org | Weblog: http://weblog.barnet.com.au/edwin/
Hi, I would like to submit the attached patches to fix build on FreeBSD 4. Please approve if it's ok for you. -- Oliver Lehmann http://www.pofo.de/ http://wishlist.ans-netz.de/
State Changed From-To: open->analyzed Fix is ready to commit, awaiting maintaineres approval
On Mon, Oct 25, 2004 at 10:40:20PM +0200, Oliver Lehmann wrote: > I would like to submit the attached patches to fix build on FreeBSD 4. > Please approve if it's ok for you. Thanks - if it works, I'm perfectly happy with it. This still compiles for my 5.x, in case it isn't tested.
State Changed From-To: analyzed->closed Committed a fix.