Advertisement
Guest User

Untitled

a guest
Jul 25th, 2011
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.29 KB | None | 0 0
  1. artist@Maxwell:/tmp/gwibber-3.1.4$ sudo ./configure
  2. [sudo] password for artist:
  3. checking for a BSD-compatible install... /usr/bin/install -c
  4. checking whether build environment is sane... yes
  5. checking for a thread-safe mkdir -p... /bin/mkdir -p
  6. checking for gawk... no
  7. checking for mawk... mawk
  8. checking whether make sets $(MAKE)... yes
  9. checking whether to enable maintainer-specific portions of Makefiles... no
  10. checking for valac... /usr/bin/valac
  11. checking /usr/bin/valac is at least version 0.9.2... yes
  12. checking for gcc... gcc
  13. checking whether the C compiler works... yes
  14. checking for C compiler default output file name... a.out
  15. checking for suffix of executables...
  16. checking whether we are cross compiling... no
  17. checking for suffix of object files... o
  18. checking whether we are using the GNU C compiler... yes
  19. checking whether gcc accepts -g... yes
  20. checking for gcc option to accept ISO C89... none needed
  21. checking for style of include used by make... GNU
  22. checking dependency style of gcc... gcc3
  23. checking whether gcc and cc understand -c and -o together... yes
  24. checking how to run the C preprocessor... gcc -E
  25. checking for grep that handles long lines and -e... /bin/grep
  26. checking for egrep... /bin/grep -E
  27. checking for ANSI C header files... yes
  28. checking build system type... i686-pc-linux-gnu
  29. checking host system type... i686-pc-linux-gnu
  30. checking how to print strings... printf
  31. checking for a sed that does not truncate output... /bin/sed
  32. checking for fgrep... /bin/grep -F
  33. checking for ld used by gcc... /usr/bin/ld
  34. checking if the linker (/usr/bin/ld) is GNU ld... yes
  35. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  36. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  37. checking whether ln -s works... yes
  38. checking the maximum length of command line arguments... 1572864
  39. checking whether the shell understands some XSI constructs... yes
  40. checking whether the shell understands "+="... yes
  41. checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format... func_convert_file_noop
  42. checking how to convert i686-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  43. checking for /usr/bin/ld option to reload object files... -r
  44. checking for objdump... objdump
  45. checking how to recognize dependent libraries... pass_all
  46. checking for dlltool... no
  47. checking how to associate runtime and link libraries... printf %s\n
  48. checking for ar... ar
  49. checking for archiver @FILE support... @
  50. checking for strip... strip
  51. checking for ranlib... ranlib
  52. checking command to parse /usr/bin/nm -B output from gcc object... ok
  53. checking for sysroot... no
  54. checking for mt... mt
  55. checking if mt is a manifest tool... no
  56. checking for sys/types.h... yes
  57. checking for sys/stat.h... yes
  58. checking for stdlib.h... yes
  59. checking for string.h... yes
  60. checking for memory.h... yes
  61. checking for strings.h... yes
  62. checking for inttypes.h... yes
  63. checking for stdint.h... yes
  64. checking for unistd.h... yes
  65. checking for dlfcn.h... yes
  66. checking for objdir... .libs
  67. checking if gcc supports -fno-rtti -fno-exceptions... no
  68. checking for gcc option to produce PIC... -fPIC -DPIC
  69. checking if gcc PIC flag -fPIC -DPIC works... yes
  70. checking if gcc static flag -static works... yes
  71. checking if gcc supports -c -o file.o... yes
  72. checking if gcc supports -c -o file.o... (cached) yes
  73. checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
  74. checking whether -lc should be explicitly linked in... no
  75. checking dynamic linker characteristics... GNU/Linux ld.so
  76. checking how to hardcode library paths into programs... immediate
  77. checking whether stripping libraries is possible... yes
  78. checking if libtool supports shared libraries... yes
  79. checking whether to build shared libraries... yes
  80. checking whether to build static libraries... yes
  81. checking for a Python interpreter with version >= 2.6... python
  82. checking for python... /usr/bin/python
  83. checking for python version... 2.7
  84. checking for python platform... linux2
  85. checking for python script directory... ${prefix}/lib/python2.7/site-packages
  86. checking for python extension module directory... ${exec_prefix}/lib/python2.7/site-packages
  87. checking whether NLS is requested... yes
  88. checking for msgfmt... /usr/bin/msgfmt
  89. checking for gmsgfmt... /usr/bin/msgfmt
  90. checking for xgettext... /usr/bin/xgettext
  91. checking for msgmerge... /usr/bin/msgmerge
  92. checking for ld used by GCC... /usr/bin/ld
  93. checking if the linker (/usr/bin/ld) is GNU ld... yes
  94. checking for shared library run path origin... done
  95. checking for CFPreferencesCopyAppValue... no
  96. checking for CFLocaleCopyCurrent... no
  97. checking for GNU gettext in libc... yes
  98. checking whether to use NLS... yes
  99. checking where the gettext function comes from... libc
  100. checking for intltool >= 0.35.0... 0.41.1 found
  101. checking for intltool-update... /usr/bin/intltool-update
  102. checking for intltool-merge... /usr/bin/intltool-merge
  103. checking for intltool-extract... /usr/bin/intltool-extract
  104. checking for xgettext... (cached) /usr/bin/xgettext
  105. checking for msgmerge... (cached) /usr/bin/msgmerge
  106. checking for msgfmt... (cached) /usr/bin/msgfmt
  107. checking for gmsgfmt... (cached) /usr/bin/msgfmt
  108. checking for perl... /usr/bin/perl
  109. checking for perl >= 5.8.1... 5.10.1
  110. checking for XML::Parser... ok
  111. checking for pkg-config... /usr/bin/pkg-config
  112. checking pkg-config is at least version 0.16... yes
  113. checking for BASE... no
  114. configure: error: Package requirements (glib-2.0 >= 2.26
  115. gobject-2.0 >= 2.26
  116. gtk+-3.0 >= 3.0
  117. gdk-3.0 >= 3.0
  118. gio-2.0
  119. gio-unix-2.0 >= 2.26
  120. gee-1.0
  121. libnotify >= 0.7
  122. libsoup-2.4
  123. pangocairo
  124. dee-1.0 >= 0.5
  125. json-glib-1.0
  126. gmodule-2.0
  127. gsettings-desktop-schemas) were not met:
  128.  
  129. No package 'gee-1.0' found
  130. Requested 'libnotify >= 0.7' but version of libnotify is 0.5.0
  131. No package 'dee-1.0' found
  132. No package 'json-glib-1.0' found
  133. No package 'gsettings-desktop-schemas' found
  134.  
  135. Consider adjusting the PKG_CONFIG_PATH environment variable if you
  136. installed software in a non-standard prefix.
  137.  
  138. Alternatively, you may set the environment variables BASE_CFLAGS
  139. and BASE_LIBS to avoid the need to call pkg-config.
  140. See the pkg-config man page for more details.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement