Advertisement
Guest User

Untitled

a guest
Jun 1st, 2012
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.43 KB | None | 0 0
  1. ....
  2. config.status: executing libtool commands
  3. configure: WARNING: --without-portaudio passed, boblightd will not have support for sound devices
  4. configure: WARNING: --with-ffmpeg not passed, boblight-v4l will not be built (if you don't plan to use boblight-v4l this is ok!)
  5. configure: WARNING: --without-opengl passed, boblight-X11 will not be able to capture on vblanks
  6. configure: WARNING: --without-x11 passed, boblight-X11 and boblight-v4l will not be built
  7. don@xbmc:~/boblight-read-only$ make
  8. make all-recursive
  9. make[1]: Entering directory `/home/don/boblight-read-only'
  10. Making all in src
  11. make[2]: Entering directory `/home/don/boblight-read-only/src'
  12. source='lib/boblight_client.cpp' object='libboblight_la-boblight_client.lo' libtool=yes \
  13. DEPDIR=.deps depmode=none /bin/bash ../depcomp \
  14. /bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -c -o libboblight_la-boblight_client.lo `test -f 'lib/boblight_client.cpp' || echo './'`lib/boblight_client.cpp
  15. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -c lib/boblight_client.cpp -o .libs/libboblight_la-boblight_client.o
  16. ../libtool: line 984: g++: command not found
  17. make[2]: *** [libboblight_la-boblight_client.lo] Error 1
  18. make[2]: Leaving directory `/home/don/boblight-read-only/src'
  19. make[1]: *** [all-recursive] Error 1
  20. make[1]: Leaving directory `/home/don/boblight-read-only'
  21. make: *** [all] Error 2
  22. don@xbmc:~/boblight-read-only$ ^C
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement