OK I had Diaspora up and working fine, then I went to install the 1.0.4 patch (I didn't know about 1.1 or 1.1.1 yet), but it didn't work (Kubuntu 13.10 btw). First it told me that I didn't have autoconf installed, which seemed weird because aren't I doing the same thing as before when I first installed it? So I installed it, then did the patch instructions. After running autogen.sh, it didn't work, giving me this:
checking for std::ios_base... no
checking for sdl-config... no
checking for SDL - version >= 1.2.6... no
*** The sdl-config script installed by SDL could not be found
*** If SDL was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the SDL_CONFIG environment variable to the
*** full path to sdl-config.
configure: error: *** SDL >= 1.2.6 not found!
I checked and as far as I can tell, I've got SDL 1.2.15 installed (1.2.15-5ubuntu2), so what could be the problem? It looks like it is just not finding it but I don't know how to fix that. So I tried installing the 1.1 patch and got the same thing. Anyone know what to do?