cl_input.c, the lines 785 and 784 should be swapped. The line starting with "const char *ptr" should appear before the line starting with "clc.voipTarget1". zinx from IRC tells me that it's some C++/C99 assumption about out-of-order variable declaration or some such tomfoolery.
I ran into this while trying to get USE_VOIP working with Visual Studio 2005.
I will attach a diff that I hope will work.
Created attachment 1919[details]
Diff to swap lines 784 and 785
If this doesn't work for people, I can just attach the entire cl_input.c that I modified. I have not modified anything else from SVN for this file besides swapping those two lines.
Created attachment 1919 [details] Diff to swap lines 784 and 785 If this doesn't work for people, I can just attach the entire cl_input.c that I modified. I have not modified anything else from SVN for this file besides swapping those two lines.