What is compiling, and how do I do it? (I'm on Leopard, Mac)
When it's compiled and patched, does the DC run a shooting server as well? If not how do I patch that?
Thanks in advance, and sorry, you people must get this a lot here...
edit: I can get up to the "copy the your_mum directory" part of the wiki, but I'm not sure how to do that, exactly.
And when I get to the end of "make", it says:
In file included from tools/tDirectories.cpp:72:
./tUniversalVariables.h:2: error: stray ‘#’ in program
In file included from tools/tDirectories.cpp:72:
./tUniversalVariables.h:4:2: error: #endif without #if
./tUniversalVariables.h:5: error: stray ‘#’ in program
./tUniversalVariables.h:7:2: error: #endif without #if
./tUniversalVariables.h:8: error: stray ‘#’ in program
And then about 100 lines more of this. then:
./tUniversalVariables.h:106:2: error: #endif without #if
./tUniversalVariables.h:1: error: expected unqualified-id before ‘-’ token
tools/tDirectories.cpp: In function ‘tString GeneratePrefix()’:
tools/tDirectories.cpp
tools/tDirectories.cpp: In function ‘tString st_RelocatePath(const tString&)’:
tools/tDirectories.cpp
make[3]: *** [libtools_a-tDirectories.o] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
...help?