Re: [Flightgear-users] glut 3.7 still needed ?

2004-11-11 Thread Erik Hofman
Sid Boyce wrote: FlightGear-0.9.6 won't build on SuSE 9.2, i had the same errors on 9.1. It's linking in libGLU.so.1 from xorg-x11-Mesa-6.8.1-15 (on 9.2) even with --enable-sdl. freeglut-2.2.0-82 is installed and glut-3.7 no longer is at the URL in the docs. Glut is still needed for some test

Re: [Flightgear-users] glut 3.7 still needed ?

2004-11-11 Thread Erik Hofman
Jon Stockill wrote: Curtis L. Olson wrote: For what it's worth, we can't drop glut support entirely. SDL does not play well with multiheaded systems ... i.e. if you go full screen with SDL on one of your displays, you other display is completely locked out. That's not good if you are trying

Re: [Flightgear-users] glut 3.7 still needed ?

2004-11-11 Thread Curtis L. Olson
Erik Hofman wrote: * When exiting, if the screen resolution has been changed it's not restored, effectively leaving you with a small window onto a large desktop, which you can pan around. This is a known limitation of SDL. Are you sure? Other SDL apps seem to return to the original desktop

Re: [Flightgear-users] glut 3.7 still needed ?

2004-11-11 Thread Erik Hofman
Curtis L. Olson wrote: Erik Hofman wrote: * When exiting, if the screen resolution has been changed it's not restored, effectively leaving you with a small window onto a large desktop, which you can pan around. This is a known limitation of SDL. Are you sure? Other SDL apps seem to return to

Re: [Flightgear-users] glut 3.7 still needed ?

2004-11-11 Thread Curtis L. Olson
Erik Hofman wrote: Curtis L. Olson wrote: Erik Hofman wrote: * When exiting, if the screen resolution has been changed it's not restored, effectively leaving you with a small window onto a large desktop, which you can pan around. This is a known limitation of SDL. Are you sure? Other SDL apps

Re: [Flightgear-users] glut 3.7 still needed ?

2004-11-11 Thread Sid Boyce
Curtis L. Olson wrote: Erik Hofman wrote: Sid Boyce wrote: FlightGear-0.9.6 won't build on SuSE 9.2, i had the same errors on 9.1. It's linking in libGLU.so.1 from xorg-x11-Mesa-6.8.1-15 (on 9.2) even with --enable-sdl. freeglut-2.2.0-82 is installed and glut-3.7 no longer is at the URL in the

[Flightgear-users] glut 3.7 still needed ?

2004-11-10 Thread Sid Boyce
FlightGear-0.9.6 won't build on SuSE 9.2, i had the same errors on 9.1. It's linking in libGLU.so.1 from xorg-x11-Mesa-6.8.1-15 (on 9.2) even with --enable-sdl. freeglut-2.2.0-82 is installed and glut-3.7 no longer is at the URL in the docs. I currently am using NVIDIA-Linux-x86-1.0-6629. Help