View Single Post
OSEmuTech's Avatar
Posts: 466 | Thanked: 142 times | Joined on Jan 2008 @ Temple Terrorist, FL
#4
I tried a quick and dirty build of Stella from the latest CVS sources using Scratchbox and the Maemo SDK.

The source configures O.K. (./configure --enable-static) and the make process gets pretty far advanced, but eventually errors on the following:

src/emucore/OSystem.cxx: In member function `virtual void OSystem::queryVideoHardware()':
src/emucore/OSystem.cxx:772: error: 'const struct SDL_VideoInfo' has no member named 'current_w'
src/emucore/OSystem.cxx:773: error: 'const struct SDL_VideoInfo' has no member named 'current_h'
make: *** [src/emucore/OSystem.o] Error 1