Advertisement
Guest User

Untitled

a guest
Feb 3rd, 2013
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 16.04 KB | None | 0 0
  1. libtool: compile: gcc -DPACKAGE_NAME=\"LiVES\" -DPACKAGE_TARNAME=\"lives\" -DPACKAGE_VERSION=\"1.8.2\" "-DPACKAGE_STRING=\"LiVES 1.8.2\"" "-DPACKAGE_BUGREPORT=\"http://www.sourceforge.net/tracker/?group_id=64341&atid=507139\"" -DPACKAGE_URL=\"\" -DPACKAGE=\"lives\" -DVERSION=\"1.8.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DGETTEXT_PACKAGE=\"lives\" "-DLOCALEDIR=\"\${datarootdir}/locale\"" -DPREFIX=\"/usr\" -DLiVES_VERSION=\"1.8.2\" -DHAVE_VISIBILITY=1 -DHAVE_STDINT_H_WITH_UINTMAX=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DINTDIV0_RAISES_SIGFPE=1 -DHAVE_INTTYPES_H_WITH_UINTMAX=1 -DHAVE_UNSIGNED_LONG_LONG_INT=1 -DHAVE_UINTMAX_T=1 -DHAVE_INTTYPES_H=1 -DUSE_POSIX_THREADS=1 -DUSE_POSIX_THREADS_WEAK=1 -DHAVE_PTHREAD_RWLOCK=1 -DHAVE_PTHREAD_MUTEX_RECURSIVE=1 -DHAVE_BUILTIN_EXPECT=1 -DHAVE_ARGZ_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETCWD=1 -DHAVE_GETEGID=1 -DHAVE_GETEUID=1 -DHAVE_GETGID=1 -DHAVE_GETUID=1 -DHAVE_MEMPCPY=1 -DHAVE_MUNMAP=1 -DHAVE_STPCPY=1 -DHAVE_STRCASECMP=1 -DHAVE_STRDUP=1 -DHAVE_STRTOUL=1 -DHAVE_TSEARCH=1 -DHAVE_ARGZ_COUNT=1 -DHAVE_ARGZ_STRINGIFY=1 -DHAVE_ARGZ_NEXT=1 -DHAVE___FSETLOCKING=1 -DHAVE_DECL_FEOF_UNLOCKED=1 -DHAVE_DECL_FGETS_UNLOCKED=1 -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_NL_LOCALE_NAME=1 -DHAVE_LONG_LONG_INT=1 -DHAVE_WCHAR_T=1 -DHAVE_WINT_T=1 -DHAVE_INTMAX_T=1 -DHAVE_POSIX_PRINTF=1 -DHAVE_STDINT_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_ASPRINTF=1 -DHAVE_FWPRINTF=1 -DHAVE_PUTENV=1 -DHAVE_SETENV=1 -DHAVE_SETLOCALE=1 -DHAVE_SNPRINTF=1 -DHAVE_WCSLEN=1 -DHAVE_DECL__SNPRINTF=0 -DHAVE_DECL__SNWPRINTF=0 -DHAVE_DECL_GETC_UNLOCKED=1 -DHAVE_LANGINFO_CODESET=1 -DHAVE_LC_MESSAGES=1 -DENABLE_NLS=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DHAVE_LIBDL=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_LINUX_JOYSTICK_H=1 -DHAVE_JACK_JACK_H=1 -DHAVE_JACK_TRANSPORT_H=1 -DHAVE_BZLIB_H=1 -DHAVE_LADSPA_H=1 -DHAVE_LIBV4L1_VIDEODEV_H=1 -DHAVE_LINUX_VIDEODEV2_H=1 -DHAVE_FREI0R_H=1 -DHAVE_LIBRAW1394_RAW1394_H=1 -DHAVE_LIBAVC1394_AVC1394_H=1 -DHAVE_LIBAVC1394_ROM1394_H=1 -I. -fPIC -DPIC -DHAVE_SYSTEM_WEED=1 -DHAVE_SYSTEM_WEED_COMPAT -I/usr/local/include -I/usr/local/include -Wno-deprecated-declarations -march=native -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wall -MT mkv_decoder_la-mkv_decoder.lo -MD -MP -MF .deps/mkv_decoder_la-mkv_decoder.Tpo -c mkv_decoder.c -fPIC -DPIC -o .libs/mkv_decoder_la-mkv_decoder.o
  2. In file included from mkv_decoder.c:70:0:
  3. mkv_decoder.h:313:27: error: 'CODEC_ID_SRT' undeclared here (not in a function)
  4. In file included from mkv_decoder.c:70:0:
  5. mkv_decoder.h:894:7: error: 'CODEC_ID_R10K' undeclared here (not in a function)
  6. mkv_decoder.h:894:5: error: initializer element is not constant
  7. mkv_decoder.h:894:5: error: (near initialization for 'codec_movvideo_tags[15].id')
  8. mkv_decoder.h:895:5: error: initializer element is not constant
  9. mkv_decoder.h:895:5: error: (near initialization for 'codec_movvideo_tags[16].id')
  10. mkv_decoder.h:1022:7: error: 'CODEC_ID_PRORES' undeclared here (not in a function)
  11. mkv_decoder.h:1022:5: error: initializer element is not constant
  12. mkv_decoder.h:1022:5: error: (near initialization for 'codec_movvideo_tags[127].id')
  13. mkv_decoder.h:1023:5: error: initializer element is not constant
  14. mkv_decoder.h:1023:5: error: (near initialization for 'codec_movvideo_tags[128].id')
  15. mkv_decoder.h:1024:5: error: initializer element is not constant
  16. mkv_decoder.h:1024:5: error: (near initialization for 'codec_movvideo_tags[129].id')
  17. mkv_decoder.h:1025:5: error: initializer element is not constant
  18. mkv_decoder.h:1025:5: error: (near initialization for 'codec_movvideo_tags[130].id')
  19. mkv_decoder.h:1026:5: error: initializer element is not constant
  20. mkv_decoder.h:1026:5: error: (near initialization for 'codec_movvideo_tags[131].id')
  21. In file included from mkv_decoder.c:73:0:
  22. /usr/include/libavutil/intreadwrite.h:34:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'av_alias64'
  23. /usr/include/libavutil/intreadwrite.h:41:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'av_alias32'
  24. /usr/include/libavutil/intreadwrite.h:46:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'av_alias16'
  25. /usr/include/libavutil/intreadwrite.h:189:60: error: conflicting types for 'av_alias'
  26. /usr/include/libavutil/intreadwrite.h:188:60: note: previous declaration of 'av_alias' was here
  27. /usr/include/libavutil/intreadwrite.h:190:60: error: conflicting types for 'av_alias'
  28. /usr/include/libavutil/intreadwrite.h:188:60: note: previous declaration of 'av_alias' was here
  29. mkv_decoder.c: In function 'ebml_read_float':
  30. mkv_decoder.c:320:1: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  31. mkv_decoder.c:335:1: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  32. mkv_decoder.c: In function 'lives_mkv_read_header':
  33. mkv_decoder.c:1314:3: warning: passing argument 1 of 'av_dict_set' from incompatible pointer type [enabled by default]
  34. In file included from mkv_decoder.c:75:0:
  35. /usr/include/libavutil/dict.h:113:5: note: expected 'struct AVDictionary **' but argument is of type 'struct AVMetadata **'
  36. mkv_decoder.c:1483:26: error: 'AV_DISPOSITION_FORCED' undeclared (first use in this function)
  37. mkv_decoder.c:1483:26: note: each undeclared identifier is reported only once for each function it appears in
  38. mkv_decoder.c:1483:23: error: invalid operands to binary | (have 'int' and 'const struct AVCodecTag *')
  39. mkv_decoder.c:1483:7: warning: statement with no effect [-Wunused-value]
  40. mkv_decoder.c:1544:4: warning: passing argument 1 of 'av_dict_set' from incompatible pointer type [enabled by default]
  41. In file included from mkv_decoder.c:75:0:
  42. /usr/include/libavutil/dict.h:113:5: note: expected 'struct AVDictionary **' but argument is of type 'struct AVMetadata **'
  43. mkv_decoder.c: In function 'matroska_read_seek':
  44. mkv_decoder.c:2471:13: warning: unused variable 'st' [-Wunused-variable]
  45. mkv_decoder.c:2469:20: warning: unused variable 's' [-Wunused-variable]
  46. make[3]: *** [mkv_decoder_la-mkv_decoder.lo] Error 1
  47. make[3]: *** Waiting for unfinished jobs....
  48. libtool: compile: gcc -DPACKAGE_NAME=\"LiVES\" -DPACKAGE_TARNAME=\"lives\" -DPACKAGE_VERSION=\"1.8.2\" "-DPACKAGE_STRING=\"LiVES 1.8.2\"" "-DPACKAGE_BUGREPORT=\"http://www.sourceforge.net/tracker/?group_id=64341&atid=507139\"" -DPACKAGE_URL=\"\" -DPACKAGE=\"lives\" -DVERSION=\"1.8.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DGETTEXT_PACKAGE=\"lives\" "-DLOCALEDIR=\"\${datarootdir}/locale\"" -DPREFIX=\"/usr\" -DLiVES_VERSION=\"1.8.2\" -DHAVE_VISIBILITY=1 -DHAVE_STDINT_H_WITH_UINTMAX=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DINTDIV0_RAISES_SIGFPE=1 -DHAVE_INTTYPES_H_WITH_UINTMAX=1 -DHAVE_UNSIGNED_LONG_LONG_INT=1 -DHAVE_UINTMAX_T=1 -DHAVE_INTTYPES_H=1 -DUSE_POSIX_THREADS=1 -DUSE_POSIX_THREADS_WEAK=1 -DHAVE_PTHREAD_RWLOCK=1 -DHAVE_PTHREAD_MUTEX_RECURSIVE=1 -DHAVE_BUILTIN_EXPECT=1 -DHAVE_ARGZ_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETCWD=1 -DHAVE_GETEGID=1 -DHAVE_GETEUID=1 -DHAVE_GETGID=1 -DHAVE_GETUID=1 -DHAVE_MEMPCPY=1 -DHAVE_MUNMAP=1 -DHAVE_STPCPY=1 -DHAVE_STRCASECMP=1 -DHAVE_STRDUP=1 -DHAVE_STRTOUL=1 -DHAVE_TSEARCH=1 -DHAVE_ARGZ_COUNT=1 -DHAVE_ARGZ_STRINGIFY=1 -DHAVE_ARGZ_NEXT=1 -DHAVE___FSETLOCKING=1 -DHAVE_DECL_FEOF_UNLOCKED=1 -DHAVE_DECL_FGETS_UNLOCKED=1 -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_NL_LOCALE_NAME=1 -DHAVE_LONG_LONG_INT=1 -DHAVE_WCHAR_T=1 -DHAVE_WINT_T=1 -DHAVE_INTMAX_T=1 -DHAVE_POSIX_PRINTF=1 -DHAVE_STDINT_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_ASPRINTF=1 -DHAVE_FWPRINTF=1 -DHAVE_PUTENV=1 -DHAVE_SETENV=1 -DHAVE_SETLOCALE=1 -DHAVE_SNPRINTF=1 -DHAVE_WCSLEN=1 -D
  49. HAVE_DECL__SNPRINTF=0 -DHAVE_DECL__SNWPRINTF=0 -DHAVE_DECL_GETC_UNLOCKED=1 -DHAVE_LANGINFO_CODESET=1 -DHAVE_LC_MESSAGES=1 -DENABLE_NLS=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DHAVE_LIBDL=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_LINUX_JOYSTICK_H=1 -DHAVE_JACK_JACK_H=1 -DHAVE_JACK_TRANSPORT_H=1 -DHAVE_BZLIB_H=1 -DHAVE_LADSPA_H=1 -DHAVE_LIBV4L1_VIDEODEV_H=1 -DHAVE_LINUX_VIDEODEV2_H=1 -DHAVE_FREI0R_H=1 -DHAVE_LIBRAW1394_RAW1394_H=1 -DHAVE_LIBAVC1394_AVC1394_H=1 -DHAVE_LIBAVC1394_ROM1394_H=1 -I. -fPIC -DPIC -DHAVE_SYSTEM_WEED=1 -DHAVE_SYSTEM_WEED_COMPAT -I/usr/local/include -I/usr/local/include -Wno-deprecated-declarations -march=native -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wall -MT mpegts_decoder_la-mpegts_decoder.lo -MD -MP -MF .deps/mpegts_decoder_la-mpegts_decoder.Tpo -c mpegts_decoder.c -fPIC -DPIC -o .libs/mpegts_decoder_la-mpegts_decoder.o
  50. mpegts_decoder.c:342:120: error: 'FF_OPT_TYPE_INT' undeclared here (not in a function)
  51. mpegts_decoder.c:928:49: error: 'CODEC_ID_S302M' undeclared here (not in a function)
  52. mpegts_decoder.c:928:3: error: initializer element is not constant
  53. mpegts_decoder.c:928:3: error: (near initialization for 'REGD_types[2].codec_id')
  54. mpegts_decoder.c: In function 'ff_parse_mpeg2_descriptor':
  55. mpegts_decoder.c:1787:56: error: 'CODEC_ID_AAC_LATM' undeclared (first use in this function)
  56. mpegts_decoder.c:1787:56: note: each undeclared identifier is reported only once for each function it appears in
  57. mpegts_decoder.c:1787:53: warning: comparison between pointer and integer [enabled by default]
  58. mpegts_decoder.c:1802:5: warning: passing argument 1 of 'av_dict_set' from incompatible pointer type [enabled by default]
  59. In file included from /usr/include/libavutil/opt.h:32:0,
  60. from mpegts_decoder.c:59:
  61. /usr/include/libavutil/dict.h:113:5: note: expected 'struct AVDictionary **' but argument is of type 'struct AVMetadata **'
  62. mpegts_decoder.c:1817:26: error: 'AV_DISPOSITION_HEARING_IMPAIRED' undeclared (first use in this function)
  63. mpegts_decoder.c:1817:23: error: invalid operands to binary | (have 'int' and 'const struct StreamType *')
  64. mpegts_decoder.c:1817:7: warning: statement with no effect [-Wunused-value]
  65. mpegts_decoder.c:1831:5: warning: passing argument 1 of 'av_dict_set' from incompatible pointer type [enabled by default]
  66. In file included from /usr/include/libavutil/opt.h:32:0,
  67. from mpegts_decoder.c:59:
  68. /usr/include/libavutil/dict.h:113:5: note: expected 'struct AVDictionary **' but argument is of type 'struct AVMetadata **'
  69. mpegts_decoder.c:1840:37: error: 'AV_DISPOSITION_CLEAN_EFFECTS' undeclared (first use in this function)
  70. mpegts_decoder.c:1840:34: error: invalid operands to binary | (have 'int' and 'const struct StreamType *')
  71. mpegts_decoder.c:1840:18: warning: statement with no effect [-Wunused-value]
  72. mpegts_decoder.c:1841:34: error: invalid operands to binary | (have 'int' and 'const struct StreamType *')
  73. mpegts_decoder.c:1841:18: warning: statement with no effect [-Wunused-value]
  74. mpegts_decoder.c:1842:37: error: 'AV_DISPOSITION_VISUAL_IMPAIRED' undeclared (first use in this function)
  75. mpegts_decoder.c:1842:34: error: invalid operands to binary | (have 'int' and 'const struct StreamType *')
  76. mpegts_decoder.c:1842:18: warning: statement with no effect [-Wunused-value]
  77. mpegts_decoder.c:1847:7: warning: passing argument 1 of 'av_dict_set' from incompatible pointer type [enabled by default]
  78. In file included from /usr/include/libavutil/opt.h:32:0,
  79. from mpegts_decoder.c:59:
  80. /usr/include/libavutil/dict.h:113:5: note: expected 'struct AVDictionary **' but argument is of type 'struct AVMetadata **'
  81. mpegts_decoder.c: In function 'sdt_cb':
  82. mpegts_decoder.c:2155:6: warning: passing argument 1 of 'av_dict_set' from incompatible pointer type [enabled by default]
  83. In file included from /usr/include/libavutil/opt.h:32:0,
  84. from mpegts_decoder.c:59:
  85. /usr/include/libavutil/dict.h:113:5: note: expected 'struct AVDictionary **' but argument is of type 'struct AVMetadata **'
  86. mpegts_decoder.c:2156:6: warning: passing argument 1 of 'av_dict_set' from incompatible pointer type [enabled by default]
  87. In file included from /usr/include/libavutil/opt.h:32:0,
  88. from mpegts_decoder.c:59:
  89. /usr/include/libavutil/dict.h:113:5: note: expected 'struct AVDictionary **' but argument is of type 'struct AVMetadata **'
  90. make[3]: *** [mpegts_decoder_la-mpegts_decoder.lo] Error 1
  91. libtool: compile: gcc -DPACKAGE_NAME=\"LiVES\" -DPACKAGE_TARNAME=\"lives\" -DPACKAGE_VERSION=\"1.8.2\" "-DPACKAGE_STRING=\"LiVES 1.8.2\"" "-DPACKAGE_BUGREPORT=\"http://www.sourceforge.net/tracker/?group_id=64341&atid=507139\"" -DPACKAGE_URL=\"\" -DPACKAGE=\"lives\" -DVERSION=\"1.8.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DGETTEXT_PACKAGE=\"lives\" "-DLOCALEDIR=\"\${datarootdir}/locale\"" -DPREFIX=\"/usr\" -DLiVES_VERSION=\"1.8.2\" -DHAVE_VISIBILITY=1 -DHAVE_STDINT_H_WITH_UINTMAX=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DINTDIV0_RAISES_SIGFPE=1 -DHAVE_INTTYPES_H_WITH_UINTMAX=1 -DHAVE_UNSIGNED_LONG_LONG_INT=1 -DHAVE_UINTMAX_T=1 -DHAVE_INTTYPES_H=1 -DUSE_POSIX_THREADS=1 -DUSE_POSIX_THREADS_WEAK=1 -DHAVE_PTHREAD_RWLOCK=1 -DHAVE_PTHREAD_MUTEX_RECURSIVE=1 -DHAVE_BUILTIN_EXPECT=1 -DHAVE_ARGZ_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETCWD=1 -DHAVE_GETEGID=1 -DHAVE_GETEUID=1 -DHAVE_GETGID=1 -DHAVE_GETUID=1 -DHAVE_MEMPCPY=1 -DHAVE_MUNMAP=1 -DHAVE_STPCPY=1 -DHAVE_STRCASECMP=1 -DHAVE_STRDUP=1 -DHAVE_STRTOUL=1 -DHAVE_TSEARCH=1 -DHAVE_ARGZ_COUNT=1 -DHAVE_ARGZ_STRINGIFY=1 -DHAVE_ARGZ_NEXT=1 -DHAVE___FSETLOCKING=1 -DHAVE_DECL_FEOF_UNLOCKED=1 -DHAVE_DECL_FGETS_UNLOCKED=1 -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_NL_LOCALE_NAME=1 -DHAVE_LONG_LONG_INT=1 -DHAVE_WCHAR_T=1 -DHAVE_WINT_T=1 -DHAVE_INTMAX_T=1 -DHAVE_POSIX_PRINTF=1 -DHAVE_STDINT_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_ASPRINTF=1 -DHAVE_FWPRINTF=1 -DHAVE_PUTENV=1 -DHAVE_SETENV=1 -DHAVE_SETLOCALE=1 -DHAVE_SNPRINTF=1 -DHAVE_WCSLEN=1 -DHAVE_DECL__SNPRINTF=0 -DHAVE_DECL__SNWPRINTF=0 -DHAVE_DECL_GETC_UNLOCKED=1 -DHAVE_LANGINFO_CODESET=1 -DHAVE_LC_MESSAGES=1 -DENABLE_NLS=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DHAVE_LIBDL=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_LINUX_JOYSTICK_H=1 -DHAVE_JACK_JACK_H=1 -DHAVE_JACK_TRANSPORT_H=1 -DHAVE_BZLIB_H=1 -DHAVE_LADSPA_H=1 -DHAVE_LIBV4L1_VIDEODEV_H=1 -DHAVE_LINUX_VIDEODEV2_H=1 -DHAVE_FREI0R_H=1 -DHAVE_LIBRAW1394_RAW1394_H=1 -DHAVE_LIBAVC1394_AVC1394_H=1 -DHAVE_LIBAVC1394_ROM1394_H=1 -I. -fPIC -DPIC -DHAVE_SYSTEM_WEED=1 -DHAVE_SYSTEM_WEED_COMPAT -I/usr/local/include -Wno-deprecated-declarations -march=native -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wall -MT asf_decoder_la-asf_decoder.lo -MD -MP -MF .deps/asf_decoder_la-asf_decoder.Tpo -c asf_decoder.c -o asf_decoder_la-asf_decoder.o >/dev/null 2>&1
  92. mv -f .deps/asf_decoder_la-asf_decoder.Tpo .deps/asf_decoder_la-asf_decoder.Plo
  93. make[3]: Leaving directory `/Storage/AUR/build/lives/src/lives-1.8.2/lives-plugins/plugins/decoders'
  94. make[2]: *** [all-recursive] Error 1
  95. make[2]: Leaving directory `/Storage/AUR/build/lives/src/lives-1.8.2/lives-plugins/plugins'
  96. make[1]: *** [all-recursive] Error 1
  97. make[1]: Leaving directory `/Storage/AUR/build/lives/src/lives-1.8.2/lives-plugins'
  98. make: *** [all-recursive] Error 1
  99. ==> ERROR: A failure occurred in build().
  100. Aborting...
  101. notice: lives failed while building, remove source files (/Storage/AUR/build//lives)? [Y/n]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement