Guest User

Untitled

a guest
Jun 21st, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.70 KB | None | 0 0
  1. [hsa2@difuzyon gnome-gmail-notifier-0.9.4]$ ./configure --prefix=/usr
  2. checking for gcc... gcc
  3. checking for C compiler default output file name... a.out
  4. checking whether the C compiler works... yes
  5. checking whether we are cross compiling... no
  6. checking for suffix of executables...
  7. checking for suffix of object files... o
  8. checking whether we are using the GNU C compiler... yes
  9. checking whether gcc accepts -g... yes
  10. checking for gcc option to accept ISO C89... none needed
  11. checking for a BSD-compatible install... /bin/install -c
  12. checking for intltool >= 0.35.0... 0.35.5 found
  13. checking for perl... /usr/bin/perl
  14. checking for XML::Parser... ok
  15. checking for iconv... /usr/bin/iconv
  16. checking for msgfmt... /usr/bin/msgfmt
  17. checking for msgmerge... /usr/bin/msgmerge
  18. checking for xgettext... /usr/bin/xgettext
  19. checking how to run the C preprocessor... gcc -E
  20. checking for grep that handles long lines and -e... /bin/grep
  21. checking for egrep... /bin/grep -E
  22. checking for ANSI C header files... yes
  23. checking whether build environment is sane... yes
  24. checking for gawk... gawk
  25. checking whether make sets $(MAKE)... yes
  26. checking for style of include used by make... GNU
  27. checking dependency style of gcc... gcc3
  28. checking for sys/types.h... yes
  29. checking for sys/stat.h... yes
  30. checking for stdlib.h... yes
  31. checking for string.h... yes
  32. checking for memory.h... yes
  33. checking for strings.h... yes
  34. checking for inttypes.h... yes
  35. checking for stdint.h... yes
  36. checking for unistd.h... yes
  37. checking build system type... i686-pc-linux-gnu
  38. checking host system type... i686-pc-linux-gnu
  39. checking locale.h usability... yes
  40. checking locale.h presence... yes
  41. checking for locale.h... yes
  42. checking for LC_MESSAGES... yes
  43. checking libintl.h usability... yes
  44. checking libintl.h presence... yes
  45. checking for libintl.h... yes
  46. checking for ngettext in libc... yes
  47. checking for dgettext in libc... yes
  48. checking for bind_textdomain_codeset... yes
  49. checking for msgfmt... /usr/bin/msgfmt
  50. checking for dcgettext... yes
  51. checking if msgfmt accepts -c... yes
  52. checking for gmsgfmt... /usr/bin/msgfmt
  53. checking for xgettext... /usr/bin/xgettext
  54. checking for pkg-config... /usr/bin/pkg-config
  55. checking pkg-config is at least version 0.9.0... yes
  56. checking for glib... yes
  57. checking for libnotify... yes
  58. checking for gnome... yes
  59. checking for libsoup... configure: error: Package requirements (libsoup-2.2 >= 2.2.0) were not met:
  60.  
  61. No package 'libsoup-2.2' found
  62.  
  63. Consider adjusting the PKG_CONFIG_PATH environment variable if you
  64. installed software in a non-standard prefix.
  65.  
  66. Alternatively, you may set the environment variables libsoup_CFLAGS
  67. and libsoup_LIBS to avoid the need to call pkg-config.
  68. See the pkg-config man page for more details.
Add Comment
Please, Sign In to add comment