Advertisement
Guest User

ardrone compile error

a guest
Jan 6th, 2012
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.18 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 libbluetooth-dev libsdl1.2-dev libgtk2.0-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. Package gtk+-2.0 was not found in the pkg-config search path.
  20. Perhaps you should add the directory containing `gtk+-2.0.pc'
  21. to the PKG_CONFIG_PATH environment variable
  22. No package 'gtk+-2.0' found
  23. Building ARDroneTool/Lib
  24. make[3]: Entering directory `/home/lb/Downloads/ARDrone_SDK_Version_1_8_20110726/ARDroneLib/VP_SDK/Build'
  25. cc video_codec.c
  26. In file included from ../../VLIB/../VLIB/video_controller.h:5:0,
  27. from ../../VLIB/../VLIB/video_codec.h:4,
  28. from ../../VLIB/video_codec.c:1:
  29. ../VP_Api/vp_api_picture.h:16:30: fatal error: libavutil/avutil.h: No such file or directory
  30. compilation terminated.
  31. 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
  32. make[4]: *** [all] Error 2
  33. make[3]: *** [build_vlib] Error 2
  34. make[3]: Leaving directory `/home/lb/Downloads/ARDrone_SDK_Version_1_8_20110726/ARDroneLib/VP_SDK/Build'
  35. make[2]: *** [all] Error 2
  36. make[2]: Leaving directory `/home/lb/Downloads/ARDrone_SDK_Version_1_8_20110726/ARDroneLib/Soft/Lib/Build'
  37. make[1]: *** [build_libs] Error 2
  38. make[1]: Leaving directory `/home/lb/Downloads/ARDrone_SDK_Version_1_8_20110726/ARDroneLib/Soft/Build'
  39. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement