I'm getting this error when running scons (scons configure runs through without problems)
Code: Select all
ar: creating libstreflop.a
Succes building streflop!
sh: installer/make_gamedata_arch.sh: /bin/sh^M: bad interpreter: No such file or directory
http://www.unixboard.de/vb3/showthread.php?t=21644Das '^M' deutet darauf hin, dass sich in der Datei ein <LF> Zeichen befindet, das als Teil des Interpreters interpretiert wird. Das koennte daher kommen, dass Du die Datei unter Windows abgespeichert hast.
~translation:
'^M' indicates that an <LF> sign is in the file, which is interpreted by the interpreter. That could be caused by saving the file under windows.
Is it possible that's what you ment with that nasty bug?
http://spring.clan-sy.com/phpbb/viewtopic.php?t=11113YokoZar wrote:Anyway, after a couple hours of hacking I think I've managed to get the new version packaged up properly - it's compiling now, and along the way I found a rather nasty bug in the Spring scons script.
i'm running ubuntu 7.04 amd64, i compiled version .74b3 without problems (on this machine) before
Thanks for any help :)