Re: [Super-tux-devel] OpenGL fix
Brought to you by:
wkendrick
From: Ricardo C. <ri...@ae...> - 2004-05-04 22:36:45
|
Well, you should firstly have checkout the last cvs... Anyway, you just need to remove defines.h and do the checkout. In case it still happens (sometimes the sourceforge cvs takes a while to b= e=20 updated for ppl that do not have direct access), just add these lines to=20 defines.h : #define SCREEN_W 640 #define SCREEN_H 480 Please, do it... Let's cross the fingers ;) Ricardo Cruz Em Ter=E7a, 4 de Maio de 2004 20:44, o Keir Lawson escreveu: > On Tue, 2004-05-04 at 12:46 +0100, Ricardo Cruz wrote: > > Hey there, > > > > I ask for those that have OpenGL problems (looking at Keir Lawson) to > > try to do this: replace all 'screen->w' and 'screen->h' by 'SCREEN_W' a= nd > > 'SCREEN_H', respectively (and without the ' ). > > tried that... on make i get: > badguy.cpp: In member function `void BadGuy::action_mriceblock(double)': > badguy.cpp:264: error: `SCREEN_W' undeclared (first use this function) > badguy.cpp:264: error: (Each undeclared identifier is reported only once > for > each function it appears in.) > badguy.cpp: In member function `virtual void BadGuy::action(double)': > badguy.cpp:671: error: `SCREEN_H' undeclared (first use this function) > make[1]: *** [badguy.o] Error 1 > make[1]: Leaving directory `/home/keir/supertux/src' > make: *** [all-recursive] Error 1 > > > Keir Lawson > > > =2D-=20 There's a trick to the Graceful Exit. It begins with the vision to recognize when a job, a life stage, a relationship is over -- and to let go. It means leaving what's over without denying its validity or its past importance in our lives. It involves a sense of future, a belief that every exit line is an entry, that we are moving on, rather than out. The trick of retiring well may be the trick of living well. It's hard to recognize that life isn't a holding action, but a process. It's hard to learn that we don't leave the best parts of ourselves behind, back in the dugout or the office. We own what we learned back there. The experiences and the growth are grafted onto our lives. And when we exit, we can take ourselves along -- quite gracefully. -- Ellen Goodman |