sietsemolenaar@ubuntu:~/Downloads/Unreal3.2/src/modules$ make custommodule MODULEFILE=m_svsprivmsg cc -fPIC -DPIC -shared -DDYNAMIC_LINKING \ -o m_svsprivmsg.so m_svsprivmsg.c m_svsprivmsg.c:20:20: error: config.h: No such file or directory m_svsprivmsg.c:21:20: error: struct.h: No such file or directory m_svsprivmsg.c:22:20: error: common.h: No such file or directory m_svsprivmsg.c:23:17: error: sys.h: No such file or directory m_svsprivmsg.c:24:21: error: numeric.h: No such file or directory m_svsprivmsg.c:25:17: error: msg.h: No such file or directory m_svsprivmsg.c:26:21: error: channel.h: No such file or directory m_svsprivmsg.c:37:15: error: h.h: No such file or directory m_svsprivmsg.c:38:19: error: proto.h: No such file or directory m_svsprivmsg.c:46: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ m_svsprivmsg.c:52: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘MOD_HEADER’ m_svsprivmsg.c:62: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ m_svsprivmsg.c:72: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ m_svsprivmsg.c:78: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ m_svsprivmsg.c: In function ‘CMD_FUNC’: m_svsprivmsg.c:97: error: ‘aClient’ undeclared (first use in this function) m_svsprivmsg.c:97: error: (Each undeclared identifier is reported only once m_svsprivmsg.c:97: error: for each function it appears in.) m_svsprivmsg.c:97: error: ‘acptr’ undeclared (first use in this function) m_svsprivmsg.c:98: error: ‘sptr’ undeclared (first use in this function) m_svsprivmsg.c:101: error: ‘parc’ undeclared (first use in this function) m_svsprivmsg.c:101: error: ‘parv’ undeclared (first use in this function) make: *** [custommodule] Error 1