我的系统是 MANDRIVA LINUX 2006 POWERPACK
按照网上提到的做法安装SOCKS5服务器,
执行 #make 时就发生了错误:
/commands.c:2096: error: syntax error before 'va_dcl'
./commands.c:2097: error: syntax error before '{' token
./commands.c:2104: warning: parameter names (without types) in function declaration
./commands.c:2104: warning: data definition has no type or storage class
./commands.c:2105: error: conflicting types for 'routine'
./commands.c:2100: error: previous declaration of 'routine' was here
./commands.c:2105: error: 'ap' undeclared here (not in a function)
./commands.c:2105: error: syntax error before 'intrtn_t'
./commands.c:2109: warning: parameter names (without types) in function declaration
./commands.c:2109: warning: data definition has no type or storage class
./commands.c:2110: error: syntax error before 'return'
make[2]: *** [commands.o] 错误 1
make[2]: 由于错误目标“all”并未重新创建。
make[2]: Leaving directory `/home/saltyshrimp/tmp/socks5-v1.0r11/clients/telnet'
make[1]: *** [all] 错误 2
make[1]: Leaving directory `/home/saltyshrimp/tmp/socks5-v1.0r11/clients'
make: *** [clients] 错误 2