Guest User

Untitled

a guest
Jan 19th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.74 KB | None | 0 0
  1. [gabo@machina gimp-save-for-web-0.29.0]$ ./configure && make
  2. checking for a BSD-compatible install... /bin/install -c
  3. checking whether build environment is sane... yes
  4. checking for a thread-safe mkdir -p... /bin/mkdir -p
  5. checking for gawk... gawk
  6. checking whether make sets $(MAKE)... yes
  7. checking for style of include used by make... GNU
  8. checking for gcc... gcc
  9. checking for C compiler default output file name... a.out
  10. checking whether the C compiler works... yes
  11. checking whether we are cross compiling... no
  12. checking for suffix of executables...
  13. checking for suffix of object files... o
  14. checking whether we are using the GNU C compiler... yes
  15. checking whether gcc accepts -g... yes
  16. checking for gcc option to accept ISO C89... none needed
  17. checking dependency style of gcc... gcc3
  18. checking for library containing strerror... none required
  19. checking for gcc... (cached) gcc
  20. checking whether we are using the GNU C compiler... (cached) yes
  21. checking whether gcc accepts -g... (cached) yes
  22. checking for gcc option to accept ISO C89... (cached) none needed
  23. checking dependency style of gcc... (cached) gcc3
  24. checking for gcc... (cached) gcc
  25. checking whether we are using the GNU C compiler... (cached) yes
  26. checking whether gcc accepts -g... (cached) yes
  27. checking for gcc option to accept ISO C89... (cached) none needed
  28. checking dependency style of gcc... (cached) gcc3
  29. checking how to run the C preprocessor... gcc -E
  30. checking for grep that handles long lines and -e... /bin/grep
  31. checking for egrep... /bin/grep -E
  32. checking for ANSI C header files... yes
  33. checking whether to enable maintainer-specific portions of Makefiles... no
  34. checking for target architecture...
  35. checking for some Win32 platform... no
  36. checking for native Win32... no
  37. checking for pkg-config... /usr/bin/pkg-config
  38. checking pkg-config is at least version 0.9.0... yes
  39. checking for GIMP... yes
  40. checking whether NLS is requested... yes
  41. checking for intltool-update... /usr/bin/intltool-update
  42. checking for intltool-merge... /usr/bin/intltool-merge
  43. checking for intltool-extract... /usr/bin/intltool-extract
  44. checking for xgettext... /usr/bin/xgettext
  45. checking for msgmerge... /usr/bin/msgmerge
  46. checking for msgfmt... /usr/bin/msgfmt
  47. checking for gmsgfmt... /usr/bin/msgfmt
  48. checking for perl... /usr/bin/perl
  49. checking for perl >= 5.8.1... 5.14.2
  50. checking for XML::Parser... ok
  51. checking for sys/types.h... yes
  52. checking for sys/stat.h... yes
  53. checking for stdlib.h... yes
  54. checking for string.h... yes
  55. checking for memory.h... yes
  56. checking for strings.h... yes
  57. checking for inttypes.h... yes
  58. checking for stdint.h... yes
  59. checking for unistd.h... yes
  60. checking locale.h usability... yes
  61. checking locale.h presence... yes
  62. checking for locale.h... yes
  63. checking for LC_MESSAGES... yes
  64. checking libintl.h usability... yes
  65. checking libintl.h presence... yes
  66. checking for libintl.h... yes
  67. checking for ngettext in libc... yes
  68. checking for dgettext in libc... yes
  69. checking for bind_textdomain_codeset... yes
  70. checking for msgfmt... (cached) /usr/bin/msgfmt
  71. checking for dcgettext... yes
  72. checking if msgfmt accepts -c... yes
  73. checking for gmsgfmt... (cached) /usr/bin/msgfmt
  74. checking for xgettext... (cached) /usr/bin/xgettext
  75. checking for catalogs to be installed... ca es fr it ko ru sk sv
  76. checking for bind_textdomain_codeset... (cached) yes
  77. checking if GTK+ is version 2.7.0 or newer... yes
  78. checking if GIMP is version 2.3.0 or newer... yes
  79. configure: creating ./config.status
  80. config.status: creating Makefile
  81. config.status: creating src/Makefile
  82. config.status: creating src/cursors/Makefile
  83. config.status: creating po/Makefile.in
  84. config.status: creating help/Makefile
  85. config.status: creating help/en/Makefile
  86. config.status: creating help/images/Makefile
  87. config.status: creating config.h
  88. config.status: config.h is unchanged
  89. config.status: executing depfiles commands
  90. config.status: executing default-1 commands
  91. config.status: executing po/stamp-it commands
  92. make all-recursive
  93. make[1]: Entering directory `/home/gabo/Downloads/gimp-save-for-web-0.29.0'
  94. Making all in po
  95. make[2]: Entering directory `/home/gabo/Downloads/gimp-save-for-web-0.29.0/po'
  96. make[2]: Nothing to be done for `all'.
  97. make[2]: Leaving directory `/home/gabo/Downloads/gimp-save-for-web-0.29.0/po'
  98. Making all in src
  99. make[2]: Entering directory `/home/gabo/Downloads/gimp-save-for-web-0.29.0/src'
  100. Making all in cursors
  101. make[3]: Entering directory `/home/gabo/Downloads/gimp-save-for-web-0.29.0/src/cursors'
  102. make[3]: Nothing to be done for `all'.
  103. make[3]: Leaving directory `/home/gabo/Downloads/gimp-save-for-web-0.29.0/src/cursors'
  104. make[3]: Entering directory `/home/gabo/Downloads/gimp-save-for-web-0.29.0/src'
  105. gcc -DHAVE_CONFIG_H -I. -I.. -I.. -pthread -I/usr/include/gimp-2.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng14 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/local/include -DLOCALEDIR=\""/usr/local/share/locale"\" -DDATADIR=\""/usr/local/share/gimp-save-for-web"\" -g -O2 -Wall -MT webx_main.o -MD -MP -MF .deps/webx_main.Tpo -c -o webx_main.o webx_main.c
  106. In file included from webx_dialog.h:24:0,
  107. from webx_main.c:30:
  108. /usr/include/gimp-2.0/libgimpwidgets/gimpdialog.h:23:2: error: #error "Only <libgimpwidgets/gimpwidgets.h> can be included directly."
  109. make[3]: *** [webx_main.o] Error 1
  110. make[3]: Leaving directory `/home/gabo/Downloads/gimp-save-for-web-0.29.0/src'
  111. make[2]: *** [all-recursive] Error 1
  112. make[2]: Leaving directory `/home/gabo/Downloads/gimp-save-for-web-0.29.0/src'
  113. make[1]: *** [all-recursive] Error 1
  114. make[1]: Leaving directory `/home/gabo/Downloads/gimp-save-for-web-0.29.0'
  115. make: *** [all] Error 2
Add Comment
Please, Sign In to add comment