View Single Post
ArnimS's Avatar
Posts: 1,107 | Thanked: 720 times | Joined on Mar 2007 @ Germany
#6
Originally Posted by OSEmuTech View Post
SDL_VideoInfo' has no member named 'current_h'
make: *** [src/emucore/OSystem.o] Error 1
These structures were added to SDL 1.2.10. OS2008 only has 1.2.8/
http://www.libsdl.org/release/changes-1.2.html

diff OSystem.cxx OSystem.cxx.orig
Code:
767d766
<   /*
802,811d800
<   */
<       ostringstream buf;
<       Resolution r;
<       r.width  = 800;
<       r.height = 480;
<       buf.str("");
<       buf << r.width << "x" << r.height;
<       myResolutions.insert_at(0, r);  // insert fixed Nokia res (device specific hack)
 

The Following User Says Thank You to ArnimS For This Useful Post: