From: Chrom_ on 15 Oct 2009 08:12 Hi all, just tested on Vice2.1 under Windows Vista ultimate and the bug is also there. Here are samples: http://www.2shared.com/file/8447499/44d6061e/vista_resid.html http://www.2shared.com/file/8447569/c28c70e6/vista_residfp.html I had a friend of mine test under OSX 10.6.1 Snow Leopard Vice2.1 and he told me the bug is there. Unfortunately I don't have samples. So it's a ReSIDfp bug definitely. I opened a bug report on the Vice message board as follows. https://sourceforge.net/tracker/?func=detail&aid=2879842&group_id=223021&atid=1057617 I really really hope they will fix it. ReSIDfp is such a good engine. Regards, Mauro
From: Chrom_ on 15 Oct 2009 10:41 Hi, just to let you know that the opened bug has been acknowledge and already fixed in the SVN trunk. So in the next VICE release, we'll be able to enjoy digi samples courtesy of ReSID-fp. Mauro
From: Lars Haugseth on 15 Oct 2009 14:07 * Chrom_ <maurograuso(a)gmail.com> wrote: > > Hi, > > just to let you know that the opened bug has been acknowledge and > already fixed in the SVN trunk. So in the next VICE release, we'll be > able to enjoy digi samples courtesy of ReSID-fp. Sweet! Anyone successfully built it from the SVN trunk in Ubuntu 9.04? Just tried (autogen.sh, configure then make) but it fails when building the arch/unix/readline stuff, even with --without-readline given to configure: make[5]: Entering directory `/home/lars/src/svn/vice-emu/vice/src/arch/unix/readline' gcc -DHAVE_CONFIG_H -DANSI_ARROWS -DHAVE_TCGETATTR -DHIDE -DUSE_DIRENT -DSYS_UNIX -DHAVE_STDLIB -I. -I../../../../src -I../../../../src/arch/unix -D_REENTRANT -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I../../../../src -I../../../../src -g -O2 -finline-functions -Wall -Winline -MT editline.o -MD -MP -MF .deps/editline.Tpo -c -o editline.o editline.c In file included from ../../../../src/vice.h:38, from editline.h:8, from editline.c:5: .../../../../src/config.h:475:1: warning: "HAVE_STDLIB" redefined <command-line>: warning: this is the location of the previous definition editline.c:59: error: 'HIST_SIZE' undeclared here (not in a function) editline.c:88: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'Length' editline.c:89: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'ScreenCount' editline.c:90: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'ScreenSize' editline.c: In function 'TTYflush': editline.c:109: error: 'ScreenCount' undeclared (first use in this function) editline.c:109: error: (Each undeclared identifier is reported only once [etc] -- Lars Haugseth
From: Anssi Saari on 16 Oct 2009 09:40
Lars Haugseth <njus(a)larshaugseth.com> writes: > Anyone successfully built it from the SVN trunk in Ubuntu 9.04? > Just tried (autogen.sh, configure then make) but it fails when > building the arch/unix/readline stuff, even with --without-readline > given to configure: Don't have Ubuntu, but maybe readline is required, so why not install the relevant dev package, libreadline-dev probably? Or maybe you need to run make clean or make distclean before you can configure so that it takes? |