Linux SDK error on ucc make

  • Two Factor Authentication is now available on BeyondUnreal Forums. To configure it, visit your Profile and look for the "Two Step Verification" option on the left side. We can send codes via email (may be slower) or you can set up any TOTP Authenticator app on your phone (Authy, Google Authenticator, etc) to deliver codes. It is highly recommended that you configure this to keep your account safe.

JoeyJoeJo

New Member
Oct 11, 2004
8
0
0
I have set up the linux sdk just like the wiki said. I type ./utmake LowGrav (lowgrav being the mutator I made) and I get this error.

Compiling GameObjective
H:\ut2k4\ut2k4_linux_sdk\utenv\UnrealGame\Classes\GameObjective.uc(454) : Error, Can't find Sound 'GameSounds.CTFAlarm'
Compile aborted due to errors.
Failure - 1 error(s), 0 warning(s)

As far as I can tell, it doesn't even get to compiling my mutator. Have I done something wrong?