Advertisement
Guest User

Untitled

a guest
Apr 19th, 2015
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.47 KB | None | 0 0
  1. nook@satellite:~/Downloads/dolphin-c5b1ec3329d47006bfddb381f730ad4310528b00$ make
  2. [ 1%] Built target bdisasm
  3. [ 3%] Built target enet
  4. [ 5%] Built target sfml-network
  5. [ 5%] Built target GLEW
  6. [ 6%] Built target clrun
  7. [ 6%] Built target pch
  8. [ 8%] Built target audiocommon
  9. Scanning dependencies of target common
  10. [ 9%] Building CXX object Source/Core/Common/CMakeFiles/common.dir/Src/Version.cpp.o
  11. Linking CXX static library libcommon.a
  12. [ 15%] Built target common
  13. [ 15%] Built target traversal_server
  14. [ 17%] Built target inputcommon
  15. [ 23%] Built target videosoftware
  16. [ 26%] Built target videoogl
  17. [ 26%] Building CXX object Source/Core/VideoCommon/CMakeFiles/videocommon.dir/Src/AVIDump.cpp.o
  18. /home/nook/Downloads/dolphin-c5b1ec3329d47006bfddb381f730ad4310528b00/Source/Core/VideoCommon/Src/AVIDump.cpp:212:32: fatal error: libavcodec/avcodec.h: No such file or directory
  19. #include <libavcodec/avcodec.h>
  20. ^
  21. compilation terminated.
  22. Source/Core/VideoCommon/CMakeFiles/videocommon.dir/build.make:1087: recipe for target 'Source/Core/VideoCommon/CMakeFiles/videocommon.dir/Src/AVIDump.cpp.o' failed
  23. make[2]: *** [Source/Core/VideoCommon/CMakeFiles/videocommon.dir/Src/AVIDump.cpp.o] Error 1
  24. CMakeFiles/Makefile2:828: recipe for target 'Source/Core/VideoCommon/CMakeFiles/videocommon.dir/all' failed
  25. make[1]: *** [Source/Core/VideoCommon/CMakeFiles/videocommon.dir/all] Error 2
  26. Makefile:137: recipe for target 'all' failed
  27. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement