


Screensavers by oddsocks1024 15 comments
Please take the little extra effort of actually looking at doc/README.compiling, particularly the "UBUNTU" section. Not to mention, the output is a giant clue that you're missing a bunch of dependencies.
- Jun 03 2012

Screensavers by oddsocks1024 15 comments

Screensavers by oddsocks1024 15 comments
make
Try this instead
make LIBS="-lSDL -lGLU -lGL -lSDL_image"
If that compiles, continue as normal. Note, this is 'hack' but I'll get around to implementing a proper fix - May 29 2012

Screensavers by oddsocks1024 15 comments

Screensavers by oddsocks1024 5 comments
You should be able to work around it.
Instead of just using make to compile it, try:
make LDFLAGS="-lGLU"
Let me know how that goes.
- Jan 19 2011

Screensavers by oddsocks1024 15 comments
The planet sizes versus the sun don't even come close to reality really. Aesthetics being the main reason, but I've tried to give a feeling of distance of each planet from the sun. Do you feel the sun is generally too large or too small? - Sep 20 2009

Screensavers by oddsocks1024 5 comments
There's a section in the README about it that explains why you won't see the ship names on some systems. It's essentially that your OpenGL implementation doesn't support NPOT textures and I haven't written code yet to emulate it (but plan to). The glxinfo command should tell you your OpenGL version and most likely it's less than 2.1. - Sep 06 2009