Hi Nigel,
welcome to the Cafu forums!
Please try this patch:
Code:
Index: Libs/SConscript
===================================================================
--- Libs/SConscript (Revision 39)
+++ Libs/SConscript (Arbeitskopie)
@@ -206,7 +206,7 @@
elif sys.platform=="linux2":
envSoundSys.Append(LINKFLAGS=["Libs/SoundSystem/Common/linker-script"])
envSoundSys.Append(LIBPATH=['#/ExtLibs/fmod/api'])
- envSoundSys.Append(LIBS=["SoundSys", "fmod"])
+ envSoundSys.Append(LIBS=["SoundSys", "fmod-3.75"])
if sys.platform!="linux2" or platform.machine()!="x86_64": # We don't have the FMod libraries for x86_64 platforms...
envSoundSys.SharedLibrary(
(that is, insert "-3.75" as shown above in file Libs/SConscript).
Please let me know if it works, I'll only tomorrow be at the right machine again in order to test it myself.
