View Single Post
Posts: 5 | Thanked: 0 times | Joined on Oct 2006
#16
Originally Posted by ArnimS View Post
Strange, frodo runs nice and fast. - Not sure about fps since it's easily above 20 (edit on a 770(.
Vice is slower than Frodo in general, not just on 770. I guess the emulation is more accurate in Vice.

I haven't found out how to reduce those in the rules, configure and automake files.
I downloaded vice-1.21.tar.gz and it compiled without modifications with ./configure --enable-gnomeui ; make. Those few gnome functions I mentioned before have already been replaced with gtk equivalents in version 1.21.

I guess you are trying to make a deb package. The official tarball doesn't contain any debian/ directory. Anyway, I think you could just check that configure gets only the --enable-gnomeui switch in the rules file, and you could remove all package dependencies in the control file. That way you get it compiled to have a test run. Worry about the package dependencies sometime later.