Sounds like you are making good progress.
If you need someone to test anything you are working on just let me know.
If you are using a current Ubuntu (or I think Fedora) I would have to compile it myself though since it is using a newer version of glibc than Debian.
Thanks.
Build system is in shambles, unfortunately, custom paths hardcoded everywhere, binaries looking for stuff in obscure places, etc. This also needs some attention, or a readme at least.
I'll be building "releases" in a VM, since fgtestbed development kept pushing me onto the bleeding edge because of Mesa GL3 support. I currently build 32bit builds with gcc-4.5, the version that df3411-linux seems to be built with, but for the libc, and various SDL's dependencies it ain't that simple. Is ubuntu 12.04 a good choice? 11.10 might be possible, but beyond that I'm afraid it'll get hairy.
The
glibc version in Debian is 2.13 right now, I don't expect that to change in the next few months since they are in a package freeze/bugfixing period as they prepare for their next stable release.
I know that 12.04 won't work, I started seeing .deb packages from individual developers stop working due to being complied with a newer version of glibc when it was released.
This is what makes running the Steam linux beta such a pain in the ass in Debian since you have to extract the glibc 2.15 from 12.04 into the Steam install directory to make it work.
I am not sure how stable that is though, I have not gotten around to trying it yet.
It looks like 11.10 should work,
it looks like it is using glibc 2.13.
You might be able to build in Debian unstable/Sid if that does not work for you.
Most of the packages you would be interested in are about the same version as in a current Ubuntu release, glibc is just an annoying exception to that.