Has anyone attempted this, or even come close to succeeding? I ran into so many problems that I gave up.
First of all, it's impossible to install SDL through Fink because it depends on XFree86 and Leopard uses X.org. I kind of got around this by installing the SDL package from the SDL website. But when running the configure script following the
instructions on Gwenole's site, I get all kinds of errors because the script seems corrupted:
Code:
./configure: line 8426: syntax error near unexpected token `<<<'
./configure: line 8426: `<<<<<<< configure.ac'
I managed to get it to work by removing all those lines from the script that looked like randomly inserted garbage. I also had to explicitly use "--without-gtk". But when running 'make', I get:
Code:
sigsegv.cpp:1660: error: ‘SIGSEGV_FAULT_HANDLER_ARGLIST’ was not declared in this scope
And at this point I simply gave up.
The reason why I'm trying this, is because I have yet again lost some work due to the crashing keyboard/mouse access and I'm getting to the threshold of being prepared to try to debug it myself.