Advertisement
Guest User

Untitled

a guest
Sep 28th, 2013
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.46 KB | None | 0 0
  1. pi@raspberrypi ~/builds $ git clone https://github.com/Pulse-Eight/libcec.git
  2. Cloning into 'libcec'...
  3. remote: Counting objects: 11768, done.
  4. remote: Compressing objects: 100% (5390/5390), done.
  5. remote: Total 11768 (delta 6783), reused 11292 (delta 6332)
  6. Receiving objects: 100% (11768/11768), 8.13 MiB | 1.17 MiB/s, done.
  7. Resolving deltas: 100% (6783/6783), done.
  8. pi@raspberrypi ~/builds $ cd libcec/
  9. pi@raspberrypi ~/builds/libcec $ ./bootstrap
  10. autoreconf: Entering directory `.'
  11. autoreconf: configure.ac: not using Gettext
  12. autoreconf: running: aclocal --force
  13. autoreconf: configure.ac: tracing
  14. autoreconf: running: libtoolize --copy --force
  15. libtoolize: putting auxiliary files in `.'.
  16. libtoolize: copying file `./ltmain.sh'
  17. libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and
  18. libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
  19. libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
  20. autoreconf: running: /usr/bin/autoconf --force
  21. autoreconf: running: /usr/bin/autoheader --force
  22. autoreconf: running: automake --add-missing --copy --force-missing
  23. configure.ac:11: installing `./config.guess'
  24. configure.ac:11: installing `./config.sub'
  25. configure.ac:6: installing `./install-sh'
  26. configure.ac:6: installing `./missing'
  27. src/lib/Makefile.am: installing `./depcomp'
  28. autoreconf: Leaving directory `.'
  29. pi@raspberrypi ~/builds/libcec $ ./configure
  30. ...
  31. configure: will check for RPi support
  32. ...
  33. checking for interface/vchiq_arm/vchiq_if.h... no
  34. checking bcm_host.h usability... no
  35. checking bcm_host.h presence... no
  36. checking for bcm_host.h... no
  37. checking interface/vmcs_host/vc_cec.h compatibility... no
  38. checking for vchi_initialise in -lbcm_host... no
  39. checking for vc_vchi_cec_init in -lbcm_host... no
  40. checking for vc_cec_get_logical_address in -lbcm_host... no
  41. checking for vc_cec_get_physical_address in -lbcm_host... no
  42. checking for vc_cec_param2message in -lbcm_host... no
  43. checking for vc_cec_poll_address in -lbcm_host... no
  44. checking for vc_cec_register_callback in -lbcm_host... no
  45. checking for vc_cec_release_logical_address in -lbcm_host... no
  46. checking for vc_cec_set_passive in -lbcm_host... no
  47. checking for vcos_init in -lbcm_host... no
  48. checking for vchiq_initialise in -lbcm_host... no
  49. checking for vchi_initialise in -lbcm_host... (cached) no
  50. checking for vchi_create_connection in -lbcm_host... no
  51. checking for bcm_host_init in -lbcm_host... no
  52. ...
  53. Raspberry Pi support : no
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement