1 (edited by Saben 2016-11-16 08:57:50)

Topic: (War3 By Rajh) Problems Compiling On Mac

I only recently started playing Teeworlds as a LAN game to play with friends. I have found the zCatch and OpenFNG mods very enjoyable and was looking for more mods. I found War3 and wanted to install it, but being on a mac I have to compile from source. This is what I did.
1) Downloaded the mod and unzipped it
2) Opened terminal (bash) and set the cd to bam-0.4.0 (cd /Users/name/Desktop/bam-0.4.0)
3) Made it (./make_unix_clang.sh)
4) Set the cd to War3 (cd /Users/name/Desktop/war3-master)
5) Built the server (../bam-0.4.0/bam server_release)
After I did this terminal started running and outputted a lot of stuff I don't understand. It repeated fatal error many times in red writing and stopped. The text can be found here.
Thanks for any help.

2 (edited by Henningstone 2016-11-16 15:00:19)

Re: (War3 By Rajh) Problems Compiling On Mac

From the errors it seems as if you'd have to install the Mac OSX 10.5 SDK, which the compiler expects to be in '/Developer/SDKs/MacOSX10.5.sdk'. I don't have a Mac though, so that's all I can tell you...

3

Re: (War3 By Rajh) Problems Compiling On Mac

Thanks for the help, I can now compile and play on the mod.