Advertisement
Guest User

Untitled

a guest
Dec 11th, 2019
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.64 KB | None | 0 0
  1. ||=== Build: linux in jsmpeg-vnc (compiler: GNU GCC Compiler) ===|
  2. /media/sf_Code/jsmpeg-vnc/source/app.c||In function ‘app_create’:|
  3. /media/sf_Code/jsmpeg-vnc/source/app.c|27|warning: assignment to ‘void (*)(void *, int)’ from incompatible pointer type ‘void (*)(app_t *, int)’ {aka ‘void (*)(struct <anonymous> *, int)’} [-Wincompatible-pointer-types]|
  4. /media/sf_Code/jsmpeg-vnc/source/app.c|30|warning: assignment to ‘void (*)(void *, char *)’ from incompatible pointer type ‘void (*)(app_t *, char *)’ {aka ‘void (*)(struct <anonymous> *, char *)’} [-Wincompatible-pointer-types]|
  5. /media/sf_Code/jsmpeg-vnc/source/app.c|31|warning: assignment to ‘void (*)(void *, char **)’ from incompatible pointer type ‘void (*)(app_t *, char **)’ {aka ‘void (*)(struct <anonymous> *, char **)’} [-Wincompatible-pointer-types]|
  6. /media/sf_Code/jsmpeg-vnc/source/app.c|32|warning: assignment to ‘void (*)(void *, int)’ from incompatible pointer type ‘void (*)(app_t *, int)’ {aka ‘void (*)(struct <anonymous> *, int)’} [-Wincompatible-pointer-types]|
  7. /media/sf_Code/jsmpeg-vnc/source/app.c|33|warning: assignment to ‘void (*)(void *, int)’ from incompatible pointer type ‘void (*)(app_t *, int)’ {aka ‘void (*)(struct <anonymous> *, int)’} [-Wincompatible-pointer-types]|
  8. /media/sf_Code/jsmpeg-vnc/source/app.c|34|warning: assignment to ‘void (*)(void *, int, int)’ from incompatible pointer type ‘void (*)(app_t *, int, int)’ {aka ‘void (*)(struct <anonymous> *, int, int)’} [-Wincompatible-pointer-types]|
  9. /media/sf_Code/jsmpeg-vnc/source/app.c|35|warning: assignment to ‘void (*)(void *)’ from incompatible pointer type ‘void (*)(app_t *)’ {aka ‘void (*)(struct <anonymous> *)’} [-Wincompatible-pointer-types]|
  10. /media/sf_Code/jsmpeg-vnc/source/app.c|36|warning: assignment to ‘void (*)(void *)’ from incompatible pointer type ‘void (*)(app_t *)’ {aka ‘void (*)(struct <anonymous> *)’} [-Wincompatible-pointer-types]|
  11. /media/sf_Code/jsmpeg-vnc/source/app.c|37|warning: assignment to ‘void (*)(void *)’ from incompatible pointer type ‘void (*)(app_t *)’ {aka ‘void (*)(struct <anonymous> *)’} [-Wincompatible-pointer-types]|
  12. /media/sf_Code/jsmpeg-vnc/source/app.c|38|warning: assignment to ‘void (*)(void *)’ from incompatible pointer type ‘void (*)(app_t *)’ {aka ‘void (*)(struct <anonymous> *)’} [-Wincompatible-pointer-types]|
  13. /media/sf_Code/jsmpeg-vnc/source/app.c|39|warning: assignment to ‘void (*)(void *)’ from incompatible pointer type ‘void (*)(app_t *)’ {aka ‘void (*)(struct <anonymous> *)’} [-Wincompatible-pointer-types]|
  14. /media/sf_Code/jsmpeg-vnc/source/app.c|40|warning: assignment to ‘void (*)(void *)’ from incompatible pointer type ‘void (*)(app_t *)’ {aka ‘void (*)(struct <anonymous> *)’} [-Wincompatible-pointer-types]|
  15. /media/sf_Code/jsmpeg-vnc/source/app.c|41|warning: assignment to ‘void (*)(void *, int)’ from incompatible pointer type ‘void (*)(app_t *, int)’ {aka ‘void (*)(struct <anonymous> *, int)’} [-Wincompatible-pointer-types]|
  16. /media/sf_Code/jsmpeg-vnc/source/app.c|42|warning: assignment to ‘void (*)(void *, char *, int, char *)’ from incompatible pointer type ‘void (*)(app_t *, char *, int, char *)’ {aka ‘void (*)(struct <anonymous> *, char *, int, char *)’} [-Wincompatible-pointer-types]|
  17. /media/sf_Code/jsmpeg-vnc/source/encoder.c||In function ‘encoder_create’:|
  18. /media/sf_Code/jsmpeg-vnc/source/encoder.c|45|warning: passing argument 6 of ‘avio_alloc_context’ from incompatible pointer type [-Wincompatible-pointer-types]|
  19. /usr/include/x86_64-linux-gnu/libavformat/avio.h|462|note: expected ‘int (*)(void *, uint8_t *, int)’ {aka ‘int (*)(void *, unsigned char *, int)’} but argument is of type ‘int (*)(encoder_t *, uint8_t *, int)’ {aka ‘int (*)(struct <anonymous> *, unsigned char *, int)’}|
  20. /media/sf_Code/jsmpeg-vnc/source/encoder.c||In function ‘encoder_encode’:|
  21. /media/sf_Code/jsmpeg-vnc/source/encoder.c|127|warning: passing argument 2 of ‘sws_scale’ from incompatible pointer type [-Wincompatible-pointer-types]|
  22. /usr/include/x86_64-linux-gnu/libswscale/swscale.h|217|note: expected ‘const uint8_t * const*’ {aka ‘const unsigned char * const*’} but argument is of type ‘uint8_t **’ {aka ‘unsigned char **’}|
  23. /media/sf_Code/jsmpeg-vnc/source/main.c||In function ‘main’:|
  24. /media/sf_Code/jsmpeg-vnc/source/main.c|49|warning: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘int64_t’ {aka ‘long int’} [-Wformat=]|
  25. /media/sf_Code/jsmpeg-vnc/source/main.c|50|note: format string is defined here|
  26. /media/sf_Code/jsmpeg-vnc/source/message_server.c||In function ‘message_server_process’:|
  27. /media/sf_Code/jsmpeg-vnc/source/message_server.c|105|warning: initialization of ‘int *’ from incompatible pointer type ‘char *’ [-Wincompatible-pointer-types]|
  28. /media/sf_Code/jsmpeg-vnc/source/stream_server.c||In function ‘stream_server_create’:|
  29. /media/sf_Code/jsmpeg-vnc/source/stream_server.c|65|warning: assignment to ‘struct stream_frame_t *’ from incompatible pointer type ‘char *’ [-Wincompatible-pointer-types]|
  30. /media/sf_Code/jsmpeg-vnc/source/stream_server.c||In function ‘callback_websockets’:|
  31. /media/sf_Code/jsmpeg-vnc/source/stream_server.c|136|warning: passing argument 2 of ‘lws_write’ from incompatible pointer type [-Wincompatible-pointer-types]|
  32. ../source/linux/libwebsocket/include/libwebsockets/lws-write.h|214|note: expected ‘unsigned char *’ but argument is of type ‘struct stream_frame_t *’|
  33. /usr/bin/ld: ../source/linux/libwebsocket/libwebsockets.a(unix-caps.c.o)||in function `lws_plat_drop_app_privileges':|
  34. unix-caps.c||warning: Using 'initgroups' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking|
  35. /usr/bin/ld: unix-caps.c||warning: Using 'getgrgid' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking|
  36. /usr/bin/ld: ../source/linux/libwebsocket/libwebsockets.a(unix-caps.c.o)||in function `lws_plat_user_colon_group_to_ids':|
  37. unix-caps.c||warning: Using 'getgrnam' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking|
  38. /usr/bin/ld: unix-caps.c||warning: Using 'getpwnam' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking|
  39. /usr/bin/ld: ../source/linux/libwebsocket/libwebsockets.a(unix-caps.c.o)||in function `lws_plat_drop_app_privileges':|
  40. unix-caps.c||warning: Using 'getpwuid' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking|
  41. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/libavformat.a(rtpproto.o)||in function `rtp_parse_addr_list':|
  42. ||warning: Using 'getaddrinfo' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking|
  43. /usr/bin/ld: ../bin/obj/source/stream_server.o||in function `stream_server_get_address':|
  44. /media/sf_Code/jsmpeg-vnc/source/stream_server.c|50|warning: Using 'gethostbyname' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking|
  45. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/libavcodec.a(crystalhd.o)||in function `receive_frame':|
  46. (.text+0xb8)||undefined reference to `DtsProcOutputNoCopy'|
  47. /usr/bin/ld: (.text+0x3d2)||undefined reference to `DtsGetDriverStatus'|
  48. /usr/bin/ld: (.text+0x624)||undefined reference to `DtsReleaseOutputBuffs'|
  49. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/libavcodec.a(crystalhd.o)||in function `crystalhd_receive_frame':|
  50. (.text+0xb2a)||undefined reference to `DtsTxFreeSize'|
  51. /usr/bin/ld: (.text+0xc01)||undefined reference to `DtsProcInput'|
  52. /usr/bin/ld: (.text+0xc64)||undefined reference to `DtsGetDriverStatus'|
  53. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/libavcodec.a(crystalhd.o)||in function `flush':|
  54. (.text+0x3c)||undefined reference to `DtsFlushInput'|
  55. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/libavcodec.a(crystalhd.o)||in function `uninit':|
  56. (.text.unlikely+0x22)||undefined reference to `DtsStopDecoder'|
  57. /usr/bin/ld: (.text.unlikely+0x2a)||undefined reference to `DtsCloseDecoder'|
  58. /usr/bin/ld: (.text.unlikely+0x32)||undefined reference to `DtsDeviceClose'|
  59. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/libavcodec.a(crystalhd.o)||in function `init':|
  60. (.text.unlikely+0x1b5)||undefined reference to `DtsDeviceOpen'|
  61. /usr/bin/ld: (.text.unlikely+0x1e1)||undefined reference to `DtsCrystalHDVersion'|
  62. /usr/bin/ld: (.text.unlikely+0x23d)||undefined reference to `DtsSetInputFormat'|
  63. /usr/bin/ld: (.text.unlikely+0x268)||undefined reference to `DtsOpenDecoder'|
  64. /usr/bin/ld: (.text.unlikely+0x296)||undefined reference to `DtsSetColorSpace'|
  65. /usr/bin/ld: (.text.unlikely+0x2bc)||undefined reference to `DtsStartDecoder'|
  66. /usr/bin/ld: (.text.unlikely+0x2e2)||undefined reference to `DtsStartCapture'|
  67. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/libavcodec.a(hapenc.o)||in function `hap_encode':|
  68. (.text+0x2b4)||undefined reference to `snappy_compress'|
  69. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/libavcodec.a(hapenc.o)||in function `hap_init':|
  70. (.text.unlikely+0x1fb)||undefined reference to `snappy_max_compressed_length'|
  71. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/libavcodec.a(libaomdec.o)||in function `aom_decode':|
  72. (.text+0x45)||undefined reference to `aom_codec_decode'|
  73. /usr/bin/ld: (.text+0x5a)||undefined reference to `aom_codec_get_frame'|
  74. /usr/bin/ld: (.text+0x48a)||undefined reference to `aom_codec_error'|
  75. /usr/bin/ld: (.text+0x495)||undefined reference to `aom_codec_error_detail'|
  76. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/libavcodec.a(libaomdec.o)||in function `aom_free':|
  77. (.text.unlikely+0x19)||undefined reference to `aom_codec_destroy'|
  78. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/libavcodec.a(libaomdec.o)||in function `av1_init':|
  79. (.text.unlikely+0x75)||undefined reference to `aom_codec_version_str'|
  80. /usr/bin/ld: (.text.unlikely+0x93)||undefined reference to `aom_codec_build_config'|
  81. /usr/bin/ld: (.text.unlikely+0xbe)||undefined reference to `aom_codec_av1_dx_algo'|
  82. /usr/bin/ld: (.text.unlikely+0xc6)||undefined reference to `aom_codec_dec_init_ver'|
  83. /usr/bin/ld: (.text.unlikely+0xd4)||undefined reference to `aom_codec_error'|
  84. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/libavcodec.a(libaomenc.o)||in function `aom_encode':|
  85. (.text+0xc8)||undefined reference to `aom_codec_encode'|
  86. /usr/bin/ld: (.text+0x1d3)||undefined reference to `aom_codec_get_cx_data'|
  87. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/libavcodec.a(libaomenc.o)||in function `log_encoder_error':|
  88. (.text.unlikely+0x309)||undefined reference to `aom_codec_error'|
  89. /usr/bin/ld: (.text.unlikely+0x314)||undefined reference to `aom_codec_error_detail'|
  90. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/libavcodec.a(libaomenc.o)||in function `av1_init_static':|
  91. (.text.unlikely+0x3a8)||undefined reference to `aom_codec_av1_cx'|
  92. /usr/bin/ld: (.text.unlikely+0x3b0)||undefined reference to `aom_codec_get_caps'|
  93. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/libavcodec.a(libaomenc.o)||in function `codecctl_int':|
  94. (.text.unlikely+0x477)||undefined reference to `aom_codec_control_'|
  95. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/libavcodec.a(libaomenc.o)||in function `aom_init':|
  96. (.text.unlikely+0x51f)||undefined reference to `aom_codec_get_caps'|
  97. /usr/bin/ld: (.text.unlikely+0x527)||undefined reference to `aom_codec_version_str'|
  98. /usr/bin/ld: (.text.unlikely+0x545)||undefined reference to `aom_codec_build_config'|
  99. /usr/bin/ld: (.text.unlikely+0x56d)||undefined reference to `aom_codec_enc_config_default'|
  100. /usr/bin/ld: (.text.unlikely+0x578)||undefined reference to `aom_codec_err_to_string'|
  101. /usr/bin/ld: (.text.unlikely+0xacb)||undefined reference to `aom_codec_enc_init_ver'|
  102. /usr/bin/ld: (.text.unlikely+0xbee)||undefined reference to `aom_img_wrap'|
  103. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/libavcodec.a(libaomenc.o)||in function `av1_init':|
  104. (.text.unlikely+0xc8e)||undefined reference to `aom_codec_av1_cx'|
  105. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/libavcodec.a(libaomenc.o)||in function `aom_free':|
  106. (.text.unlikely+0xcd9)||undefined reference to `aom_codec_destroy'|
  107. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/libavcodec.a(libcodec2.o)||in function `libcodec2_decode':|
  108. (.text+0x77)||undefined reference to `codec2_decode'|
  109. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/libavcodec.a(libcodec2.o)||in function `libcodec2_encode':|
  110. (.text+0x125)||undefined reference to `codec2_encode'|
  111. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/libavcodec.a(libcodec2.o)||in function `libcodec2_close':|
  112. (.text.unlikely+0x1d)||undefined reference to `codec2_destroy'|
  113. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/libavcodec.a(libcodec2.o)||in function `libcodec2_init_common':|
  114. (.text.unlikely+0x83)||undefined reference to `codec2_create'|
  115. /usr/bin/ld: (.text.unlikely+0x95)||undefined reference to `codec2_samples_per_frame'|
  116. ||More errors follow but not being shown.|
  117. ||Edit the max errors limit in compiler options...|
  118. ||=== Build failed: 50 error(s), 27 warning(s) (0 minute(s), 5 second(s)) ===|
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement