Advertisement
Guest User

Untitled

a guest
Feb 16th, 2013
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.57 KB | None | 0 0
  1. /usr/bin/ld: warning: libavutil.so.51, needed by /usr/lib/gcc/x86_64-unknown-linux-gnu/4.7.2/../../../../lib/libffms2.so, not found (try using -rpath or -rpath-link)
  2. /usr/lib/gcc/x86_64-unknown-linux-gnu/4.7.2/../../../../lib/libffms2.so: undefined reference to `av_log_get_level@LIBAVUTIL_51'
  3. /usr/lib/gcc/x86_64-unknown-linux-gnu/4.7.2/../../../../lib/libffms2.so: undefined reference to `av_mallocz@LIBAVUTIL_51'
  4. /usr/lib/gcc/x86_64-unknown-linux-gnu/4.7.2/../../../../lib/libffms2.so: undefined reference to `av_get_picture_type_char@LIBAVUTIL_51'
  5. /usr/lib/gcc/x86_64-unknown-linux-gnu/4.7.2/../../../../lib/libffms2.so: undefined reference to `av_sha_init@LIBAVUTIL_51'
  6. /usr/lib/gcc/x86_64-unknown-linux-gnu/4.7.2/../../../../lib/libffms2.so: undefined reference to `av_pix_fmt_descriptors@LIBAVUTIL_51'
  7. /usr/lib/gcc/x86_64-unknown-linux-gnu/4.7.2/../../../../lib/libffms2.so: undefined reference to `av_log_set_level@LIBAVUTIL_51'
  8. /usr/lib/gcc/x86_64-unknown-linux-gnu/4.7.2/../../../../lib/libffms2.so: undefined reference to `av_set_int@LIBAVUTIL_51'
  9. /usr/lib/gcc/x86_64-unknown-linux-gnu/4.7.2/../../../../lib/libffms2.so: undefined reference to `av_sha_final@LIBAVUTIL_51'
  10. /usr/lib/gcc/x86_64-unknown-linux-gnu/4.7.2/../../../../lib/libffms2.so: undefined reference to `av_malloc@LIBAVUTIL_51'
  11. /usr/lib/gcc/x86_64-unknown-linux-gnu/4.7.2/../../../../lib/libffms2.so: undefined reference to `av_freep@LIBAVUTIL_51'
  12. /usr/lib/gcc/x86_64-unknown-linux-gnu/4.7.2/../../../../lib/libffms2.so: undefined reference to `av_sha_size@LIBAVUTIL_51'
  13. /usr/lib/gcc/x86_64-unknown-linux-gnu/4.7.2/../../../../lib/libffms2.so: undefined reference to `avutil_version@LIBAVUTIL_51'
  14. /usr/lib/gcc/x86_64-unknown-linux-gnu/4.7.2/../../../../lib/libffms2.so: undefined reference to `av_sha_update@LIBAVUTIL_51'
  15. /usr/lib/gcc/x86_64-unknown-linux-gnu/4.7.2/../../../../lib/libffms2.so: undefined reference to `av_reduce@LIBAVUTIL_51'
  16. /usr/lib/gcc/x86_64-unknown-linux-gnu/4.7.2/../../../../lib/libffms2.so: undefined reference to `av_get_bits_per_sample_fmt@LIBAVUTIL_51'
  17. /usr/lib/gcc/x86_64-unknown-linux-gnu/4.7.2/../../../../lib/libffms2.so: undefined reference to `av_get_pix_fmt@LIBAVUTIL_51'
  18. /usr/lib/gcc/x86_64-unknown-linux-gnu/4.7.2/../../../../lib/libffms2.so: undefined reference to `av_get_pix_fmt_name@LIBAVUTIL_51'
  19. /usr/lib/gcc/x86_64-unknown-linux-gnu/4.7.2/../../../../lib/libffms2.so: undefined reference to `av_free@LIBAVUTIL_51'
  20. collect2: error: ld returned 1 exit status
  21. make[1]: *** [aegisub-3.0] error 1
  22. make[1]: leaving directory `~/rebuild/aegisub/src/aegisub/aegisub/src'
  23. make: *** [src] error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement