daily pastebin goal
76%
SHARE
TWEET

Untitled

a guest Aug 8th, 2012 7 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. desktop@ubuntu:~/Hämtningar/qvwm-1.1.12$ ./configure
  2. loading cache ./config.cache
  3. checking for a BSD compatible install... (cached) /usr/bin/install -c
  4. checking whether build environment is sane... yes
  5. checking whether make sets ${MAKE}... (cached) yes
  6. checking for working aclocal... found
  7. checking for working autoconf... found
  8. checking for working automake... found
  9. checking for working autoheader... found
  10. checking for working makeinfo... missing
  11. checking whether to enable maintainer-specific portions of Makefiles... no
  12. checking for gcc... (cached) gcc
  13. checking whether the C compiler (gcc  ) works... yes
  14. checking whether the C compiler (gcc  ) is a cross-compiler... no
  15. checking whether we are using GNU C... (cached) yes
  16. checking whether gcc accepts -g... (cached) yes
  17. checking how to run the C preprocessor... (cached) gcc -E
  18. checking for c++... (cached) c++
  19. checking whether the C++ compiler (c++  ) works... yes
  20. checking whether the C++ compiler (c++  ) is a cross-compiler... no
  21. checking whether we are using GNU C++... (cached) yes
  22. checking whether c++ accepts -g... (cached) yes
  23. checking for bison... (cached) bison -y
  24. checking for flex... (cached) flex
  25. checking for flex... (cached) flex
  26. checking for yywrap in -lfl... (cached) yes
  27. checking lex output file root... (cached) lex.yy
  28. checking whether yytext is a pointer... (cached) yes
  29. checking for a BSD compatible install... /usr/bin/install -c
  30. checking whether ln -s works... (cached) yes
  31. checking whether make sets ${MAKE}... (cached) yes
  32. checking for rm... (cached) /bin/rm
  33. checking for X... (cached) libraries , headers
  34. checking for dnet_ntoa in -ldnet... (cached) no
  35. checking for dnet_ntoa in -ldnet_stub... (cached) no
  36. checking for gethostbyname... (cached) yes
  37. checking for connect... (cached) yes
  38. checking for remove... (cached) yes
  39. checking for shmat... (cached) yes
  40. checking for IceConnectionNumber in -lICE... (cached) yes
  41. checking for XOpenDisplay in -lX11... (cached) yes
  42. checking for XShapeCombineMask in -lXext... (cached) yes
  43. checking for SmcOpenConnection in -lSM... (cached) yes
  44. checking for imlib-config... (cached) no
  45. checking for IMLIB - version >= 1.8.2... no
  46. *** The imlib-config script installed by IMLIB could not be found
  47. *** If IMLIB was installed in PREFIX, make sure PREFIX/bin is in
  48. *** your path, or set the IMLIB_CONFIG environment variable to the
  49. *** full path to imlib-config.
  50. configure: warning: Imlib not used
  51. checking for XpmReadFileToPixmap in -lXpm... (cached) yes
  52. checking for XScreenSaverQueryExtension in -lXss... (cached) no
  53. configure: warning: Screen saver extention not used
  54. checking for snd_cards in -lasound... (cached) no
  55. configure: warning: ALSA not used
  56. checking for esd-config... (cached) no
  57. checking for ESD - version >= 0.2.6... no
  58. *** The esd-config script installed by ESD could not be found
  59. *** If ESD was installed in PREFIX, make sure PREFIX/bin is in
  60. *** your path, or set the ESD_CONFIG environment variable to the
  61. *** full path to esd-config.
  62. configure: warning: Esd not used
  63. checking for _Xsetlocale in -lX11... (cached) no
  64. checking for setlocale in -lxpg4... (cached) no
  65. checking for ANSI C header files... (cached) yes
  66. checking for pid_t... (cached) yes
  67. checking for size_t... (cached) yes
  68. checking if gcc version is >= 2.95... (cached) yes
  69. checking for vfork.h... (cached) no
  70. checking for working vfork... (cached) yes
  71. checking for vprintf... (cached) yes
  72. checking for usleep... (cached) yes
  73. creating ./config.status
  74. creating Makefile
  75. creating src/Makefile
  76. creating src/bitmaps/Makefile
  77. creating images/Makefile
  78. creating sounds/Makefile
  79. creating doc/Makefile
  80. creating man/Makefile
  81. creating rc/Makefile
  82. creating rc/system.qvwmrc
  83. creating rc/kanji.qvwmrc
  84. creating rc/french.qvwmrc
  85. creating rc/korean.qvwmrc
  86. creating rc/german.qvwmrc
  87. creating rc/portuguese.qvwmrc
  88. creating rc/italian.qvwmrc
  89. creating rc/light.qvwmrc
  90. creating config.h
  91. config.h is unchanged
  92. linking ./man/qvwm.man to man/qvwm.1x
  93. desktop@ubuntu:~/Hämtningar/qvwm-1.1.12$ make
  94. make  all-recursive
  95. make[1]: Går till katalogen "/home/desktop/Hämtningar/qvwm-1.1.12"
  96. Making all in src
  97. make[2]: Går till katalogen "/home/desktop/Hämtningar/qvwm-1.1.12/src"
  98. Making all in bitmaps
  99. make[3]: Går till katalogen "/home/desktop/Hämtningar/qvwm-1.1.12/src/bitmaps"
  100. make[3]: Inget behöver göras för "all".
  101. make[3]: Lämnar katalogen "/home/desktop/Hämtningar/qvwm-1.1.12/src/bitmaps"
  102. make[3]: Går till katalogen "/home/desktop/Hämtningar/qvwm-1.1.12/src"
  103. c++ -DQVWMDIR=\"/usr/local/share/qvwm\" -DIMGDIR=\"/usr/local/share/qvwm/images\" -DSNDDIR=\"/usr/local/share/qvwm/sounds\" -DPATH_RM=\"/bin/rm\" -DHAVE_CONFIG_H -I.. -I.     -g -O2   -fpermissive -c main.cc
  104. main.cc:82:30: ödesdigert fel: bitmaps/logo16.xpm: Filen eller katalogen finns inte
  105. kompilering avslutad.
  106. make[3]: *** [main.o] Fel 1
  107. make[3]: Lämnar katalogen "/home/desktop/Hämtningar/qvwm-1.1.12/src"
  108. make[2]: *** [all-recursive] Fel 1
  109. make[2]: Lämnar katalogen "/home/desktop/Hämtningar/qvwm-1.1.12/src"
  110. make[1]: *** [all-recursive] Fel 1
  111. make[1]: Lämnar katalogen "/home/desktop/Hämtningar/qvwm-1.1.12"
  112. make: *** [all-recursive-am] Fel 2
  113. desktop@ubuntu:~/Hämtningar/qvwm-1.1.12$
RAW Paste Data
Pastebin PRO WINTER Special!
Get 40% OFF Pastebin PRO accounts!
Top