Advertisement
Guest User

error ffplay

a guest
May 29th, 2014
336
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.38 KB | None | 0 0
  1. make
  2. CC ffplay.o
  3. In file included from testoscheader.h:2:0,
  4. from ffplay.c:47:
  5. libOSC/OSC-client.c:57:12: error: conflicting types for ‘strlen’
  6. libOSC/OSC-client.c: In function ‘PatchMessageSize’:
  7. libOSC/OSC-client.c:127:5: error: implicit declaration of function ‘htonl’ [-Werror=implicit-function-declaration]
  8. libOSC/OSC-client.c: In function ‘OSC_openBundle’:
  9. libOSC/OSC-client.c:132:19: warning: assignment discards ‘const’ qualifier from pointer target type [enabled by default]
  10. libOSC/OSC-client.c:137:19: warning: assignment discards ‘const’ qualifier from pointer target type [enabled by default]
  11. libOSC/OSC-client.c:142:19: warning: assignment discards ‘const’ qualifier from pointer target type [enabled by default]
  12. libOSC/OSC-client.c:154:2: warning: assignment discards ‘const’ qualifier from pointer target type [enabled by default]
  13. libOSC/OSC-client.c:158:2: warning: assignment discards ‘const’ qualifier from pointer target type [enabled by default]
  14. libOSC/OSC-client.c:165:5: warning: passing argument 2 of ‘OSC_padString’ discards ‘const’ qualifier from pointer target type [enabled by default]
  15. libOSC/OSC-client.c:58:12: note: expected ‘char *’ but argument is of type ‘const char *’
  16. libOSC/OSC-client.c: In function ‘ChangeOutermostTimestamp’:
  17. libOSC/OSC-client.c:205:20: warning: assignment discards ‘const’ qualifier from pointer target type [enabled by default]
  18. libOSC/OSC-client.c: In function ‘OSC_closeBundle’:
  19. libOSC/OSC-client.c:217:19: warning: assignment discards ‘const’ qualifier from pointer target type [enabled by default]
  20. libOSC/OSC-client.c: In function ‘OSC_closeAllBundles’:
  21. libOSC/OSC-client.c:247:26: warning: assignment discards ‘const’ qualifier from pointer target type [enabled by default]
  22. libOSC/OSC-client.c: In function ‘OSC_writeAddress’:
  23. libOSC/OSC-client.c:264:19: warning: assignment discards ‘const’ qualifier from pointer target type [enabled by default]
  24. libOSC/OSC-client.c:269:26: warning: assignment discards ‘const’ qualifier from pointer target type [enabled by default]
  25. libOSC/OSC-client.c:279:2: warning: assignment discards ‘const’ qualifier from pointer target type [enabled by default]
  26. libOSC/OSC-client.c:283:2: warning: assignment discards ‘const’ qualifier from pointer target type [enabled by default]
  27. libOSC/OSC-client.c: In function ‘OSC_writeAddressAndTypes’:
  28. libOSC/OSC-client.c:312:5: warning: assignment discards ‘const’ qualifier from pointer target type [enabled by default]
  29. libOSC/OSC-client.c: In function ‘CheckTypeTag’:
  30. libOSC/OSC-client.c:325:20: warning: assignment discards ‘const’ qualifier from pointer target type [enabled by default]
  31. libOSC/OSC-client.c:328:20: warning: assignment discards ‘const’ qualifier from pointer target type [enabled by default]
  32. libOSC/OSC-client.c:331:20: warning: assignment discards ‘const’ qualifier from pointer target type [enabled by default]
  33. libOSC/OSC-client.c: In function ‘OSC_writeFloatArg’:
  34. libOSC/OSC-client.c:347:5: warning: assignment discards ‘const’ qualifier from pointer target type [enabled by default]
  35. libOSC/OSC-client.c:345:9: warning: unused variable ‘result’ [-Wunused-variable]
  36. libOSC/OSC-client.c: In function ‘OSC_writeFloatArgs’:
  37. libOSC/OSC-client.c:367:5: warning: assignment discards ‘const’ qualifier from pointer target type [enabled by default]
  38. libOSC/OSC-client.c: In function ‘OSC_writeIntArg’:
  39. libOSC/OSC-client.c:383:5: warning: assignment discards ‘const’ qualifier from pointer target type [enabled by default]
  40. libOSC/OSC-client.c: In function ‘OSC_writeStringArg’:
  41. libOSC/OSC-client.c:406:2: warning: assignment discards ‘const’ qualifier from pointer target type [enabled by default]
  42. libOSC/OSC-client.c:411:2: warning: assignment discards ‘const’ qualifier from pointer target type [enabled by default]
  43. libOSC/OSC-client.c: At top level:
  44. libOSC/OSC-client.c:475:5: error: no previous prototype for ‘OSC_effectiveBlobLength’ [-Werror=missing-prototypes]
  45. In file included from htmsocket.c:41:0,
  46. from testoscheader.h:3,
  47. from ffplay.c:47:
  48. /usr/include/netinet/in.h:368:17: error: conflicting types for ‘htonl’
  49. In file included from testoscheader.h:2:0,
  50. from ffplay.c:47:
  51. libOSC/OSC-client.c:127:27: note: previous implicit declaration of ‘htonl’ was here
  52. In file included from testoscheader.h:3:0,
  53. from ffplay.c:47:
  54. htmsocket.c: In function ‘OpenHTMSocket’:
  55. htmsocket.c:92:9: warning: redundant redeclaration of ‘mktemp’ [-Wredundant-decls]
  56. In file included from libavutil/common.h:34:0,
  57. from libavutil/avutil.h:271,
  58. from libavutil/imgutils.h:30,
  59. from ffplay.c:34:
  60. /usr/include/stdlib.h:606:14: note: previous declaration of ‘mktemp’ was here
  61. In file included from ffplay.c:47:0:
  62. testoscheader.h: In function ‘SendBuffer’:
  63. testoscheader.h:38:9: warning: passing argument 1 of ‘fatal_error’ discards ‘const’ qualifier from pointer target type [enabled by default]
  64. testoscheader.h:23:6: note: expected ‘char *’ but argument is of type ‘const char *’
  65. testoscheader.h: In function ‘WriteMessage’:
  66. testoscheader.h:60:13: warning: passing argument 1 of ‘complain’ discards ‘const’ qualifier from pointer target type [enabled by default]
  67. testoscheader.h:24:6: note: expected ‘char *’ but argument is of type ‘const char *’
  68. testoscheader.h:84:17: warning: passing argument 1 of ‘fatal_error’ discards ‘const’ qualifier from pointer target type [enabled by default]
  69. testoscheader.h:23:6: note: expected ‘char *’ but argument is of type ‘const char *’
  70. testoscheader.h:92:13: warning: passing argument 1 of ‘complain’ discards ‘const’ qualifier from pointer target type [enabled by default]
  71. testoscheader.h:24:6: note: expected ‘char *’ but argument is of type ‘const char *’
  72. testoscheader.h:117:13: warning: passing argument 1 of ‘fatal_error’ discards ‘const’ qualifier from pointer target type [enabled by default]
  73. testoscheader.h:23:6: note: expected ‘char *’ but argument is of type ‘const char *’
  74. ffplay.c: In function ‘queue_picture’:
  75. ffplay.c:1591:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
  76. ffplay.c:1613:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
  77. ffplay.c:1586:21: warning: unused variable ‘y’ [-Wunused-variable]
  78. ffplay.c: In function ‘is_realtime’:
  79. ffplay.c:2743:5: warning: passing argument 1 of ‘strlen’ discards ‘const’ qualifier from pointer target type [enabled by default]
  80. In file included from testoscheader.h:2:0,
  81. from ffplay.c:47:
  82. libOSC/OSC-client.c:422:12: note: expected ‘char *’ but argument is of type ‘const char *’
  83. ffplay.c:2744:18: warning: passing argument 1 of ‘strlen’ discards ‘const’ qualifier from pointer target type [enabled by default]
  84. In file included from testoscheader.h:2:0,
  85. from ffplay.c:47:
  86. libOSC/OSC-client.c:422:12: note: expected ‘char *’ but argument is of type ‘const char *’
  87. ffplay.c: In function ‘read_thread’:
  88. ffplay.c:2896:18: warning: passing argument 1 of ‘strlen’ discards ‘const’ qualifier from pointer target type [enabled by default]
  89. In file included from testoscheader.h:2:0,
  90. from ffplay.c:47:
  91. libOSC/OSC-client.c:422:12: note: expected ‘char *’ but argument is of type ‘const char *’
  92. ffplay.c:2896:18: warning: passing argument 1 of ‘strlen’ discards ‘const’ qualifier from pointer target type [enabled by default]
  93. In file included from testoscheader.h:2:0,
  94. from ffplay.c:47:
  95. libOSC/OSC-client.c:422:12: note: expected ‘char *’ but argument is of type ‘const char *’
  96. In file included from ffplay.c:47:0:
  97. ffplay.c: At top level:
  98. testoscheader.h:28:12: warning: ‘exitStatus’ defined but not used [-Wunused-variable]
  99. testoscheader.h:33:13: warning: ‘bufferForOSCbuf’ defined but not used [-Wunused-variable]
  100. In file included from testoscheader.h:3:0,
  101. from ffplay.c:47:
  102. ffplay.c: In function ‘OpenHTMSocket’:
  103. htmsocket.c:123:10: warning: ignoring return value of ‘mktemp’, declared with attribute warn_unused_result [-Wunused-result]
  104. cc1: some warnings being treated as errors
  105. make: *** [ffplay.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement