Advertisement
Guest User

Untitled

a guest
May 12th, 2013
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.75 KB | None | 0 0
  1. make all-recursive
  2. make[1]: Entering directory `/tmp/yaourt-tmp-doraneko/aur-stuurman-git/src/stuurman'
  3. Making all in src
  4. make[2]: Entering directory `/tmp/yaourt-tmp-doraneko/aur-stuurman-git/src/stuurman/src'
  5. CC stuurman-pcmanfm.o
  6. CC stuurman-app-config.o
  7. CC stuurman-main-win.o
  8. CC stuurman-overall-nav-history.o
  9. CC stuurman-tab-page.o
  10. tab-page.c:24:28: fatal error: libsmfm/fm-gtk.h: No such file or directory
  11. #include <libsmfm/fm-gtk.h>
  12. ^
  13. compilation terminated.
  14. app-config.c:26:28: fatal error: libsmfm/fm-gtk.h: No such file or directory
  15. #include <libsmfm/fm-gtk.h>
  16. ^
  17. compilation terminated.
  18. make[2]: *** [stuurman-app-config.o] Error 1
  19. make[2]: *** Waiting for unfinished jobs....
  20. make[2]: *** [stuurman-tab-page.o] Error 1
  21. In file included from overall-nav-history.c:26:0:
  22. overall-nav-history.h:25:24: fatal error: libsmfm/fm.h: No such file or directory
  23. #include <libsmfm/fm.h>
  24. ^
  25. compilation terminated.
  26. make[2]: *** [stuurman-overall-nav-history.o] Error 1
  27. pcmanfm.c:39:28: fatal error: libsmfm/fm-gtk.h: No such file or directory
  28. #include <libsmfm/fm-gtk.h>
  29. ^
  30. compilation terminated.
  31. make[2]: *** [stuurman-pcmanfm.o] Error 1
  32. In file included from main-win.c:34:0:
  33. pcmanfm.h:26:24: fatal error: libsmfm/fm.h: No such file or directory
  34. #include <libsmfm/fm.h>
  35. ^
  36. compilation terminated.
  37. make[2]: *** [stuurman-main-win.o] Error 1
  38. make[2]: Leaving directory `/tmp/yaourt-tmp-doraneko/aur-stuurman-git/src/stuurman/src'
  39. make[1]: *** [all-recursive] Error 1
  40. make[1]: Leaving directory `/tmp/yaourt-tmp-doraneko/aur-stuurman-git/src/stuurman'
  41. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement