Advertisement
gaurav-joseph

Untitled

Nov 8th, 2015
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.39 KB | None | 0 0
  1. make all-recursive
  2. make[1]: Entering directory '/mnt/sda3/gaurav/aqualung-master'
  3. Making all in doc
  4. make[2]: Entering directory '/mnt/sda3/gaurav/aqualung-master/doc'
  5. make[2]: Nothing to be done for 'all'.
  6. make[2]: Leaving directory '/mnt/sda3/gaurav/aqualung-master/doc'
  7. Making all in po
  8. make[2]: Entering directory '/mnt/sda3/gaurav/aqualung-master/po'
  9. make[2]: Nothing to be done for 'all'.
  10. make[2]: Leaving directory '/mnt/sda3/gaurav/aqualung-master/po'
  11. Making all in skin
  12. make[2]: Entering directory '/mnt/sda3/gaurav/aqualung-master/skin'
  13. Making all in dark
  14. make[3]: Entering directory '/mnt/sda3/gaurav/aqualung-master/skin/dark'
  15. make[3]: Nothing to be done for 'all'.
  16. make[3]: Leaving directory '/mnt/sda3/gaurav/aqualung-master/skin/dark'
  17. Making all in default
  18. make[3]: Entering directory '/mnt/sda3/gaurav/aqualung-master/skin/default'
  19. make[3]: Nothing to be done for 'all'.
  20. make[3]: Leaving directory '/mnt/sda3/gaurav/aqualung-master/skin/default'
  21. Making all in metal
  22. make[3]: Entering directory '/mnt/sda3/gaurav/aqualung-master/skin/metal'
  23. make[3]: Nothing to be done for 'all'.
  24. make[3]: Leaving directory '/mnt/sda3/gaurav/aqualung-master/skin/metal'
  25. Making all in ocean
  26. make[3]: Entering directory '/mnt/sda3/gaurav/aqualung-master/skin/ocean'
  27. make[3]: Nothing to be done for 'all'.
  28. make[3]: Leaving directory '/mnt/sda3/gaurav/aqualung-master/skin/ocean'
  29. Making all in plain
  30. make[3]: Entering directory '/mnt/sda3/gaurav/aqualung-master/skin/plain'
  31. make[3]: Nothing to be done for 'all'.
  32. make[3]: Leaving directory '/mnt/sda3/gaurav/aqualung-master/skin/plain'
  33. Making all in woody
  34. make[3]: Entering directory '/mnt/sda3/gaurav/aqualung-master/skin/woody'
  35. make[3]: Nothing to be done for 'all'.
  36. make[3]: Leaving directory '/mnt/sda3/gaurav/aqualung-master/skin/woody'
  37. Making all in no_skin
  38. make[3]: Entering directory '/mnt/sda3/gaurav/aqualung-master/skin/no_skin'
  39. make[3]: Nothing to be done for 'all'.
  40. make[3]: Leaving directory '/mnt/sda3/gaurav/aqualung-master/skin/no_skin'
  41. make[3]: Entering directory '/mnt/sda3/gaurav/aqualung-master/skin'
  42. make[3]: Nothing to be done for 'all-am'.
  43. make[3]: Leaving directory '/mnt/sda3/gaurav/aqualung-master/skin'
  44. make[2]: Leaving directory '/mnt/sda3/gaurav/aqualung-master/skin'
  45. Making all in .
  46. make[2]: Entering directory '/mnt/sda3/gaurav/aqualung-master'
  47. cd src; \
  48. if test -e version.h; then svn1="`cat version.h`"; else svn1=""; fi; \
  49. if test -e ../.svn; then svn2="#define AQUALUNG_VERSION \"R-`cd ..; LC_ALL=C svn info | grep '^Revision' | awk '{print $2}'`\""; else svn2=""; fi; \
  50. if test -z "$svn2" -a -e ../../.svn; then svn2="#define AQUALUNG_VERSION \"R-`cd ../..; LC_ALL=C svn info | grep '^Revision' | awk '{print $2}'`\""; fi; \
  51. if test "$svn1" -a "$svn2" -a "$svn1" != "$svn2" -o -z "$svn1" -a "$svn2"; then echo "$svn2" > version.h; fi; \
  52. if test -z "$svn1" -a -z "$svn2"; then echo "#define AQUALUNG_VERSION \"R-???\"" > version.h; fi;
  53. make[2]: Leaving directory '/mnt/sda3/gaurav/aqualung-master'
  54. Making all in src
  55. make[2]: Entering directory '/mnt/sda3/gaurav/aqualung-master/src'
  56. Making all in decoder
  57. make[3]: Entering directory '/mnt/sda3/gaurav/aqualung-master/src/decoder'
  58. gcc -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/mnt/sda3/gaurav/builds//include -I/mnt/sda3/gaurav/builds/include -I/mnt/sda3/gaurav/builds/include -I/mnt/sda3/gaurav/builds//include -I/mnt/sda3/gaurav/builds/include -I/mnt/sda3/gaurav/builds/include -Wall -g -O2 -MT dec_lavc.o -MD -MP -MF .deps/dec_lavc.Tpo -c -o dec_lavc.o dec_lavc.c
  59. dec_lavc.c: In function ‘decode_lavc’:
  60. dec_lavc.c:200:2: warning: ‘av_free_packet’ is deprecated [-Wdeprecated-declarations]
  61. av_free_packet(&packet);
  62. ^
  63. In file included from dec_lavc.h:24:0,
  64. from dec_lavc.c:32:
  65. /mnt/sda3/gaurav/builds//include/libavcodec/avcodec.h:3972:6: note: declared here
  66. void av_free_packet(AVPacket *pkt);
  67. ^
  68. dec_lavc.c: In function ‘lavc_decoder_open’:
  69. dec_lavc.c:284:16: error: ‘AVCodecContext {aka struct AVCodecContext}’ has no member named ‘get_buffer’
  70. pd->avCodecCtx->get_buffer = avcodec_default_get_buffer;
  71. ^
  72. dec_lavc.c:284:31: error: ‘avcodec_default_get_buffer’ undeclared (first use in this function)
  73. pd->avCodecCtx->get_buffer = avcodec_default_get_buffer;
  74. ^
  75. dec_lavc.c:284:31: note: each undeclared identifier is reported only once for each function it appears in
  76. dec_lavc.c:285:16: error: ‘AVCodecContext {aka struct AVCodecContext}’ has no member named ‘release_buffer’
  77. pd->avCodecCtx->release_buffer = avcodec_default_release_buffer;
  78. ^
  79. dec_lavc.c:285:35: error: ‘avcodec_default_release_buffer’ undeclared (first use in this function)
  80. pd->avCodecCtx->release_buffer = avcodec_default_release_buffer;
  81. ^
  82. Makefile:461: recipe for target 'dec_lavc.o' failed
  83. make[3]: *** [dec_lavc.o] Error 1
  84. make[3]: Leaving directory '/mnt/sda3/gaurav/aqualung-master/src/decoder'
  85. Makefile:1241: recipe for target 'all-recursive' failed
  86. make[2]: *** [all-recursive] Error 1
  87. make[2]: Leaving directory '/mnt/sda3/gaurav/aqualung-master/src'
  88. Makefile:443: recipe for target 'all-recursive' failed
  89. make[1]: *** [all-recursive] Error 1
  90. make[1]: Leaving directory '/mnt/sda3/gaurav/aqualung-master'
  91. Makefile:384: recipe for target 'all' failed
  92. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement