Hi everyone. My problem is that upon trying to launch supermodel, I'm given a :Segmentation fault:11" error. This happened firstly with the pre-compiled binary I downloaded.
So after some work and lots of help from Bart I was able to compile Supermodel with a modified makefile.
The modifications I made to the makefile are as follows:
1. implemented the changes listed here - viewtopic.php?f=5&t=1036
2. implemented the changes listed here - "Edit the Makefile and replace "-O3" (optimizations, level 3) in COMPILER_FLAGS with "-g"
3. ran "make" and compiled the binary
I then attempted to run the compiled version and unfortunately I still got the "Segmentation fault:11" error.
So this is where I stand now. I have installed SDL 1.2.15. I've even tried installing other versions of SDL (2.0 etc) to see if that might fix it but that didn't work either. I'm effectively stuck at this point now. Anybody with advice or suggestions I'd really appreciate and help.
Thanks again to Bart who's been really helpful and patient with me.