Guest User

Untitled

a guest
Jan 19th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.19 KB | None | 0 0
  1. [gabo@machina ~]$ cd luz/
  2. [gabo@machina luz]$ make
  3. for dir in input-manager spectrum-analyzer; do make -C $dir all; done
  4. make[1]: Entering directory `/home/gabo/luz/input-manager'
  5. gcc -o input-manager *.cc -pthread -lcwiimote -lportmidi -lporttime -I/usr/include/libcwiimote `pkg-config gtkmm-2.4 unique-1.0 liblo sdl bluez --cflags --libs`
  6. In file included from input-manager-window.h:8:0,
  7. from input-manager.cc:5:
  8. input-wiimote.h:5:22: fatal error: wiimote.h: No such file or directory
  9. compilation terminated.
  10. In file included from input-manager-window.h:8:0,
  11. from input-manager-window.cc:4:
  12. input-wiimote.h:5:22: fatal error: wiimote.h: No such file or directory
  13. compilation terminated.
  14. In file included from input-midi.cc:5:0:
  15. input-midi.h:2:23: fatal error: portmidi.h: No such file or directory
  16. compilation terminated.
  17. In file included from input-tablet.cc:1:0:
  18. input-tablet.h:5:22: fatal error: wiimote.h: No such file or directory
  19. compilation terminated.
  20. In file included from input-wiimote.cc:1:0:
  21. input-wiimote.h:5:22: fatal error: wiimote.h: No such file or directory
  22. compilation terminated.
  23. make[1]: *** [input-manager] Error 1
  24. make[1]: Leaving directory `/home/gabo/luz/input-manager'
  25. make[1]: Entering directory `/home/gabo/luz/spectrum-analyzer'
  26. gcc -o spectrum-analyzer *.cc -lasound -lm `pkg-config --cflags --libs fftw3 gl glu liblo gtkmm-2.4 gtkglextmm-1.2`
  27. Package gtkglextmm-1.2 was not found in the pkg-config search path.
  28. Perhaps you should add the directory containing `gtkglextmm-1.2.pc'
  29. to the PKG_CONFIG_PATH environment variable
  30. No package 'gtkglextmm-1.2' found
  31. In file included from my-drawing-area.cc:1:0:
  32. my-drawing-area.h:1:19: fatal error: gtkmm.h: No such file or directory
  33. compilation terminated.
  34. spectrum-analyzer.cc:25:26: fatal error: glibmm/timer.h: No such file or directory
  35. compilation terminated.
  36. spectrum-analyzer-window.cc:3:21: fatal error: gtkglmm.h: No such file or directory
  37. compilation terminated.
  38. utils.cc:1:19: fatal error: gtkmm.h: No such file or directory
  39. compilation terminated.
  40. make[1]: *** [spectrum-analyzer] Error 1
  41. make[1]: Leaving directory `/home/gabo/luz/spectrum-analyzer'
  42. make: *** [all] Error 2
Add Comment
Please, Sign In to add comment