Advertisement
Guest User

ardrone compile error

a guest
Jan 6th, 2012
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.96 KB | None | 0 0
  1. make[1]: Entering directory `/home/lb/Downloads/ARDrone_SDK_Version_1_8_20110726/ARDroneLib/Soft/Build'
  2. sh ./check_dependencies.sh
  3. Checking required Ubuntu packages ...
  4. You should install the following packages to compile the Mykonos project with Ubuntu:
  5. libavformat-dev libavcodec-dev libavutil-dev libswscale-dev libavfilter-dev libcwiid1-dev libsdl1.2-dev libudev-dev libiw-dev
  6. Do you want to install them now [y/n] ?
  7. y
  8. Reading package lists... Done
  9. Building dependency tree
  10. Reading state information... Done
  11. Package libcwiid1-dev is not available, but is referred to by another package.
  12. This may mean that the package is missing, has been obsoleted, or
  13. is only available from another source
  14. However the following packages replace it:
  15. libcwiid-dev
  16.  
  17. E: Package 'libcwiid1-dev' has no installation candidate
  18. make[2]: Entering directory `/home/lb/Downloads/ARDrone_SDK_Version_1_8_20110726/ARDroneLib/Soft/Lib/Build'
  19. Building ARDroneTool/Lib
  20. make[3]: Entering directory `/home/lb/Downloads/ARDrone_SDK_Version_1_8_20110726/ARDroneLib/VP_SDK/Build'
  21. cc video_codec.c
  22. In file included from ../../VLIB/../VLIB/video_controller.h:5:0,
  23. from ../../VLIB/../VLIB/video_codec.h:4,
  24. from ../../VLIB/video_codec.c:1:
  25. ../VP_Api/vp_api_picture.h:16:30: fatal error: libavutil/avutil.h: No such file or directory
  26. compilation terminated.
  27. make[5]: *** [../../Soft/Build/targets_versions/ffmpeg_Intel_PROD_MODE_Linux_3.0.0-14-generic-pae_GNU_Linux_gcc_4.6.1/video_codec.o] Error 1
  28. make[4]: *** [all] Error 2
  29. make[3]: *** [build_vlib] Error 2
  30. make[3]: Leaving directory `/home/lb/Downloads/ARDrone_SDK_Version_1_8_20110726/ARDroneLib/VP_SDK/Build'
  31. make[2]: *** [all] Error 2
  32. make[2]: Leaving directory `/home/lb/Downloads/ARDrone_SDK_Version_1_8_20110726/ARDroneLib/Soft/Lib/Build'
  33. make[1]: *** [build_libs] Error 2
  34. make[1]: Leaving directory `/home/lb/Downloads/ARDrone_SDK_Version_1_8_20110726/ARDroneLib/Soft/Build'
  35. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement