Advertisement
Guest User

Untitled

a guest
Jun 28th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.91 KB | None | 0 0
  1. sietsemolenaar@ubuntu:~/Downloads/Unreal3.2/src/modules$ make custommodule MODULEFILE=m_svsprivmsg
  2. cc  -fPIC -DPIC -shared  -DDYNAMIC_LINKING \
  3.         -o m_svsprivmsg.so m_svsprivmsg.c      
  4. m_svsprivmsg.c:20:20: error: config.h: No such file or directory
  5. m_svsprivmsg.c:21:20: error: struct.h: No such file or directory
  6. m_svsprivmsg.c:22:20: error: common.h: No such file or directory
  7. m_svsprivmsg.c:23:17: error: sys.h: No such file or directory
  8. m_svsprivmsg.c:24:21: error: numeric.h: No such file or directory
  9. m_svsprivmsg.c:25:17: error: msg.h: No such file or directory
  10. m_svsprivmsg.c:26:21: error: channel.h: No such file or directory
  11. m_svsprivmsg.c:37:15: error: h.h: No such file or directory
  12. m_svsprivmsg.c:38:19: error: proto.h: No such file or directory
  13. m_svsprivmsg.c:46: error: expected ‘=,,,;, ‘asm’ or ‘__attribute__’ before ‘int’
  14. m_svsprivmsg.c:52: error: expected ‘=,,,;, ‘asm’ or ‘__attribute__’ before ‘MOD_HEADER’
  15. m_svsprivmsg.c:62: error: expected ‘=,,,;, ‘asm’ or ‘__attribute__’ before ‘int’
  16. m_svsprivmsg.c:72: error: expected ‘=,,,;, ‘asm’ or ‘__attribute__’ before ‘int’
  17. m_svsprivmsg.c:78: error: expected ‘=,,,;, ‘asm’ or ‘__attribute__’ before ‘int’
  18. m_svsprivmsg.c: In function ‘CMD_FUNC’:
  19. m_svsprivmsg.c:97: error: ‘aClient’ undeclared (first use in this function)
  20. m_svsprivmsg.c:97: error: (Each undeclared identifier is reported only once
  21. m_svsprivmsg.c:97: error: for each function it appears in.)
  22. m_svsprivmsg.c:97: error: ‘acptr’ undeclared (first use in this function)
  23. m_svsprivmsg.c:98: error: ‘sptr’ undeclared (first use in this function)
  24. m_svsprivmsg.c:101: error: ‘parc’ undeclared (first use in this function)
  25. m_svsprivmsg.c:101: error: ‘parv’ undeclared (first use in this function)
  26. make: *** [custommodule] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement