Advertisement
Guest User

Untitled

a guest
Mar 20th, 2015
1,066
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.53 KB | None | 0 0
  1. RabbitMQ support: yes
  2. WebSockets support: yes
  3. DataChannels support: yes
  4. Recordings post-processor: no
  5. Doxygen documentation: no
  6. Plugins:
  7. Echo Test: yes
  8. Streaming: yes
  9. Video Call: yes
  10. SIP Gateway: yes
  11. Audio Bridge: yes
  12. Video Room: yes
  13. Voice Mail: yes
  14. Record&Play: yes
  15.  
  16. If this configuration is ok for you, do a make to start building Janus
  17.  
  18. make all-recursive
  19. make[1]: Entering directory '/tmp/pacaurtmp-andrey/janus-gateway-git/src/janus-gateway'
  20. Making all in html
  21. make[2]: Entering directory '/tmp/pacaurtmp-andrey/janus-gateway-git/src/janus-gateway/html'
  22. make[2]: Nothing to be done for 'all'.
  23. make[2]: Leaving directory '/tmp/pacaurtmp-andrey/janus-gateway-git/src/janus-gateway/html'
  24. make[2]: Entering directory '/tmp/pacaurtmp-andrey/janus-gateway-git/src/janus-gateway'
  25. CC janus-apierror.o
  26. CC janus-cmdline.o
  27. CC janus-config.o
  28. CC janus-dtls.o
  29. cmdline.c: In function ‘cmdline_parser_internal’:
  30. cmdline.c:694:7: warning: variable ‘check_required’ set but not used [-Wunused-but-set-variable]
  31. int check_required;
  32. ^
  33. CC janus-ice.o
  34. CC janus-janus.o
  35. CC janus-record.o
  36. ice.c: In function ‘janus_ice_set_stun_server’:
  37. ice.c:455:94: warning: passing argument 3 of ‘stun_message_find_xor_addr’ from incompatible pointer type
  38. StunMessageReturn ret = stun_message_find_xor_addr(&msg, STUN_ATTRIBUTE_XOR_MAPPED_ADDRESS, (struct sockaddr *)&address, &addrlen);
  39. ^
  40. In file included from /usr/include/stun/stunagent.h:73:0,
  41. from /usr/include/stun/usages/bind.h:61,
  42. from ice.c:21:
  43. /usr/include/stun/stunmessage.h:671:19: note: expected ‘struct sockaddr_storage *’ but argument is of type ‘struct sockaddr *’
  44. StunMessageReturn stun_message_find_xor_addr (const StunMessage *msg,
  45. ^
  46. ice.c:461:68: warning: passing argument 3 of ‘stun_message_find_addr’ from incompatible pointer type
  47. ret = stun_message_find_addr(&msg, STUN_ATTRIBUTE_MAPPED_ADDRESS, (struct sockaddr *)&address, &addrlen);
  48. ^
  49. In file included from /usr/include/stun/stunagent.h:73:0,
  50. from /usr/include/stun/usages/bind.h:61,
  51. from ice.c:21:
  52. /usr/include/stun/stunmessage.h:652:19: note: expected ‘struct sockaddr_storage *’ but argument is of type ‘struct sockaddr *’
  53. StunMessageReturn stun_message_find_addr (const StunMessage *msg,
  54. ^
  55. janus.c: In function ‘janus_wss_reason_string’:
  56. janus.c:2826:8: error: ‘LWS_CALLBACK_OPENSSL_CONTEXT_REQUIRES_PRIVATE_KEY’ undeclared (first use in this function)
  57. case LWS_CALLBACK_OPENSSL_CONTEXT_REQUIRES_PRIVATE_KEY:
  58. ^
  59. janus.c:2826:8: note: each undeclared identifier is reported only once for each function it appears in
  60. CC janus-rtcp.o
  61. Makefile:1133: recipe for target 'janus-janus.o' failed
  62. make[2]: *** [janus-janus.o] Error 1
  63. make[2]: *** Waiting for unfinished jobs....
  64. make[2]: Leaving directory '/tmp/pacaurtmp-andrey/janus-gateway-git/src/janus-gateway'
  65. Makefile:1415: recipe for target 'all-recursive' failed
  66. make[1]: *** [all-recursive] Error 1
  67. make[1]: Leaving directory '/tmp/pacaurtmp-andrey/janus-gateway-git/src/janus-gateway'
  68. Makefile:756: recipe for target 'all' failed
  69. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement