Hello, I'm not very familar with yahoo groups and file uploads and so on. I made one OSX (Panther) port of SSS-2.16.5 and it works quite well. There's no need...
Barney - thanks for doing this - I know there are a couple of people that wanted an OSX build, so they'll be pleased with this. Yes - feel free to upload the...
i used these guys to make my bills alot more manageable, it was free so what the hell, why not? http://debtskwohzutook.b3.nu If you dont want to be part of...
Hi I tried to upload this yesterday but I got the message that there's not enougth space left in the files area. (As I posted yesterday the gzipped sss...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the slope_soaring_sim group. File :...
slope_soaring_sim@yah...
Jul 3, 2004 9:13 pm
618
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the slope_soaring_sim group. File :...
slope_soaring_sim@yah...
Jul 3, 2004 11:40 pm
619
The OSX version now is fully functional... I didn't had much time but over the weekend I managed to load *.3ds files on BIG_ENDIAN machines. Everything I...
... Well done! Anyone else tried it yet...? ... brake the i386 ... hmmm I'm not intending to make any more changes to the current version of SSS, so I'm not...
The Moth on the front an on the dark side in the ds scenario is unbelievable! After coding some days I flew the past 2 hours. I wish my M60 would fly half as ...
You sure your joysticks not upside down ;) Not really a serious question, but some joysticks have no clear top and bottom. ... -- /"To find yourself, think for...
... You can fix this by editing the relevant config file (e.g. sss.cfg if you're running sss.exe directly). Open it with WordPad (under M$ Windows). Go down to...
... _________________________________________________________________ Get tips for maintaining your PC, notebook accessories and reviews in Technology 101....
I get all the way through the compilations and then the linker complains:- /usr/bin/ld: cannot find -lglui I believe it needs to be installed in /usr/X11R6/lib...
... There's a tweaked version of glui on the download page... http://www.rowlhouse.co.uk/sss/glui_v2_1_beta_unofficial.tar.gz I hope it will compile OK - it's...
... Once you've compiled the GLUI package it should be just a matter of copying (as root) libglui.a into /usr/X11R6/lib and the relevant header file(s) into...
Copy the libglui.a to a special directory /usr/local/lib for example. Copy all *.h files to /usr/local/include (for example) compile with the gcc flag...
I was sure there wasnt a makefile in the Glui directory. Seems to be one now, how embarassing. The make worked OK. Thanks for the help, will move the .a file...
libglui or rather lglui error message now gone to be replaced by lfmod /usr/bin/ld: cannot find -lfmod collect2: ld returned 1 exit status There isnt much in...
... from? ... That's OK - libfile.a is a "static archive" (basically a collection of object files). libfile.so is a shared object - equivalent to a dll under...
Progress continues. I've found a file that defines most of these constants, but I'm not sure about the next step. Especially as libglut.so isnt where the error...
... Hi . In case Danny or one of the coders on this list doesn't get back to you soon. This is from memory and because I had this problem over a year ago I...
... This is the script I used, don't think I've changed it. for i in `find /usr | grep so | grep lib`; do nm $i | grep [put undefined ref name here] && echo...
... undefined ref name here] && echo $i; done ... Thanks for the script, I can almost understand it, I use to write such things about 20 years ago. The first...
... Either: 1. copy libfmod.so to somewhere "standard" like /usr/lib or /usr/X11R6/lib (may need to rename it) 2. or add its location to the LD_LIBRARY_PATH...