Advertisement
Guest User

Untitled

a guest
Aug 9th, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 10.98 KB | None | 0 0
  1. ./autogen.sh --prefix=/usr --libexecdir=/usr/lib/ristretto --disable-maintainer-mode --with-x
  2. Preparing package directory /home/jolupa/Baixades/ristretto-0.10.0...
  3. Running glib-gettextize --force --copy...
  4. Copying file po/Makefile.in.in
  5.  
  6. Please add the files
  7.   codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4
  8.   progtest.m4
  9. from the /usr/share/aclocal directory to your autoconf macro directory
  10. or directly to your aclocal.m4 file.
  11. You will also need config.guess and config.sub, which you can get from
  12. ftp://ftp.gnu.org/pub/gnu/config/.
  13.  
  14. Running intltoolize --automake --copy --force
  15. Patching file 'po/Makefile.in.in'
  16. Running aclocal   -I /usr/share/xfce4/dev-tools/m4macros -I /usr/share/xfce4/dev-tools/m4macros...
  17. Running autoheader...
  18. Running automake --force-missing --add-missing --copy --gnu...
  19. configure.ac:38: warning: AM_INIT_AUTOMAKE: two- and three-arguments forms are deprecated.  For more info, see:
  20. configure.ac:38: https://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_005fINIT_005fAUTOMAKE-invocation
  21. src/Makefile.am:60: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
  22. Running autoconf...
  23.  
  24. Running /home/jolupa/Baixades/ristretto-0.10.0/configure --enable-maintainer-mode --prefix=/usr --libexecdir=/usr/lib/ristretto --disable-maintainer-mode --with-x...
  25. checking for a BSD-compatible install... /usr/bin/install -c
  26. checking whether build environment is sane... yes
  27. checking for a thread-safe mkdir -p... /bin/mkdir -p
  28. checking for gawk... gawk
  29. checking whether make sets $(MAKE)... yes
  30. checking whether make supports nested variables... yes
  31. checking whether to enable maintainer-specific portions of Makefiles... no
  32. checking whether make supports the include directive... yes (GNU style)
  33. checking for gcc... gcc
  34. checking whether the C compiler works... yes
  35. checking for C compiler default output file name... a.out
  36. checking for suffix of executables...
  37. checking whether we are cross compiling... no
  38. checking for suffix of object files... o
  39. checking whether we are using the GNU C compiler... yes
  40. checking whether gcc accepts -g... yes
  41. checking for gcc option to accept ISO C89... none needed
  42. checking whether gcc understands -c and -o together... yes
  43. checking dependency style of gcc... gcc3
  44. checking how to run the C preprocessor... gcc -E
  45. checking for grep that handles long lines and -e... /usr/bin/grep
  46. checking for egrep... /usr/bin/grep -E
  47. checking for ANSI C header files... yes
  48. checking for sys/types.h... yes
  49. checking for sys/stat.h... yes
  50. checking for stdlib.h... yes
  51. checking for string.h... yes
  52. checking for memory.h... yes
  53. checking for strings.h... yes
  54. checking for inttypes.h... yes
  55. checking for stdint.h... yes
  56. checking for unistd.h... yes
  57. checking minix/config.h usability... no
  58. checking minix/config.h presence... no
  59. checking for minix/config.h... no
  60. checking whether it is safe to define __EXTENSIONS__... yes
  61. checking for library containing strerror... none required
  62. checking for gcc... (cached) gcc
  63. checking whether we are using the GNU C compiler... (cached) yes
  64. checking whether gcc accepts -g... (cached) yes
  65. checking for gcc option to accept ISO C89... (cached) none needed
  66. checking whether gcc understands -c and -o together... (cached) yes
  67. checking dependency style of gcc... (cached) gcc3
  68. checking whether NLS is requested... yes
  69. checking for intltool >= 0.35... 0.51.0 found
  70. checking for intltool-update... /usr/bin/intltool-update
  71. checking for intltool-merge... /usr/bin/intltool-merge
  72. checking for intltool-extract... /usr/bin/intltool-extract
  73. checking for xgettext... /usr/bin/xgettext
  74. checking for msgmerge... /usr/bin/msgmerge
  75. checking for msgfmt... /usr/bin/msgfmt
  76. checking for gmsgfmt... /usr/bin/msgfmt
  77. checking for perl... /usr/bin/perl
  78. checking for perl >= 5.8.1... 5.28.2
  79. checking for ANSI C header files... (cached) yes
  80. checking locale.h usability... yes
  81. checking locale.h presence... yes
  82. checking for locale.h... yes
  83. checking for LC_MESSAGES... yes
  84. checking for CFPreferencesCopyAppValue... no
  85. checking for CFLocaleCopyCurrent... no
  86. checking libintl.h usability... yes
  87. checking libintl.h presence... yes
  88. checking for libintl.h... yes
  89. checking for ngettext in libc... yes
  90. checking for dgettext in libc... yes
  91. checking for bind_textdomain_codeset... yes
  92. checking for msgfmt... (cached) /usr/bin/msgfmt
  93. checking for dcgettext... yes
  94. checking if msgfmt accepts -c... yes
  95. checking for gmsgfmt... (cached) /usr/bin/msgfmt
  96. checking for xgettext... (cached) /usr/bin/xgettext
  97. checking for catalogs to be installed...  ar ast be bg ca cs da de el en_AU en_GB es eu fi fr gl he hr hu hy_AM id ie is it ja kk ko lt lv ms nb nl oc pl pt pt_BR ro ru sk sl sq sr sv te th tr ug uk ur ur_PK vi zh_CN zh_TW
  98. checking for bind_textdomain_codeset... (cached) yes
  99. checking for locales directory... ${datarootdir}/locale
  100. checking for additional xgettext flags... --keyword=Q_ --from-code=UTF-8
  101. checking for pkg-config... /usr/bin/pkg-config
  102. checking pkg-config is at least version 0.9.0... yes
  103. checking for libexif >= 0.6.0... 0.6.21
  104. checking LIBEXIF_CFLAGS...
  105. checking LIBEXIF_LIBS... -lexif
  106. checking for pkg-config... (cached) /usr/bin/pkg-config
  107. checking pkg-config is at least version 0.9.0... yes
  108. checking for gtk+-3.0 >= 3.22.0... 3.24.10
  109. checking GTK_CFLAGS... -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
  110. checking GTK_LIBS... -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0
  111. checking for pkg-config... (cached) /usr/bin/pkg-config
  112. checking pkg-config is at least version 0.9.0... yes
  113. checking for glib-2.0 >= 2.42.0... 2.60.6
  114. checking GLIB_CFLAGS... -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
  115. checking GLIB_LIBS... -lglib-2.0
  116. checking for pkg-config... (cached) /usr/bin/pkg-config
  117. checking pkg-config is at least version 0.9.0... yes
  118. checking for gthread-2.0 >= 2.42.0... 2.60.6
  119. checking GTHREAD_CFLAGS... -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
  120. checking GTHREAD_LIBS... -pthread -lgthread-2.0 -lglib-2.0
  121. checking for pkg-config... (cached) /usr/bin/pkg-config
  122. checking pkg-config is at least version 0.9.0... yes
  123. checking for gobject-2.0 >= 2.42.0... 2.60.6
  124. checking GOBJECT_CFLAGS... -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
  125. checking GOBJECT_LIBS... -lgobject-2.0 -lglib-2.0
  126. checking for pkg-config... (cached) /usr/bin/pkg-config
  127. checking pkg-config is at least version 0.9.0... yes
  128. checking for gio-2.0 >= 2.42.0... 2.60.6
  129. checking GIO_CFLAGS... -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
  130. checking GIO_LIBS... -lgio-2.0 -lgobject-2.0 -lglib-2.0
  131. checking for pkg-config... (cached) /usr/bin/pkg-config
  132. checking pkg-config is at least version 0.9.0... yes
  133. checking for gio-unix-2.0 >= 2.42.0... 2.60.6
  134. checking GIO_UNIX_CFLAGS... -pthread -I/usr/include/gio-unix-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
  135. checking GIO_UNIX_LIBS... -lgio-2.0 -lgobject-2.0 -lglib-2.0
  136. checking for pkg-config... (cached) /usr/bin/pkg-config
  137. checking pkg-config is at least version 0.9.0... yes
  138. checking for libxfce4util-1.0 >= 4.10.0... 4.13.4
  139. checking LIBXFCE4UTIL_CFLAGS... -I/usr/include/xfce4 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
  140. checking LIBXFCE4UTIL_LIBS... -lxfce4util -lglib-2.0
  141. checking for pkg-config... (cached) /usr/bin/pkg-config
  142. checking pkg-config is at least version 0.9.0... yes
  143. checking for libxfce4ui-2 >= 4.10.0... 4.13.6
  144. checking LIBXFCE4UI_CFLAGS... -pthread -I/usr/include/xfce4/libxfce4ui-2 -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/xfce4 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
  145. checking LIBXFCE4UI_LIBS... -lxfce4ui-2 -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lxfce4util -lglib-2.0
  146. checking for pkg-config... (cached) /usr/bin/pkg-config
  147. checking pkg-config is at least version 0.9.0... yes
  148. checking for libxfconf-0 >= 4.12.1... 4.13.8
  149. checking XFCONF_CFLAGS... -pthread -I/usr/include/xfce4/xfconf-0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
  150. checking XFCONF_LIBS... -lxfconf-0 -lgio-2.0 -lgobject-2.0 -lglib-2.0
  151. checking for pkg-config... (cached) /usr/bin/pkg-config
  152. checking pkg-config is at least version 0.9.0... yes
  153. checking for cairo >= 1.8.0... 1.16.0
  154. checking CAIRO_CFLAGS... -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16
  155. checking CAIRO_LIBS... -lcairo
  156. checking for X... libraries , headers
  157. checking for gethostbyname... yes
  158. checking for connect... yes
  159. checking for remove... yes
  160. checking for shmat... yes
  161. checking for IceConnectionNumber in -lICE... yes
  162. checking for main in -lX11... yes
  163. checking magic.h usability... yes
  164. checking magic.h presence... yes
  165. checking for magic.h... yes
  166. checking for magic_open in -lmagic... yes
  167. checking build system type... x86_64-pc-linux-gnu
  168. checking host system type... x86_64-pc-linux-gnu
  169. checking for cos in -lm... yes
  170. checking whether to build with debugging support... minimum
  171. checking that generated files are newer than configure... done
  172. configure: creating ./config.status
  173. config.status: creating Makefile
  174. config.status: creating po/Makefile.in
  175. config.status: creating src/Makefile
  176. config.status: creating icons/Makefile
  177. config.status: creating icons/16x16/Makefile
  178. config.status: creating icons/48x48/Makefile
  179. config.status: creating icons/128x128/Makefile
  180. config.status: creating icons/scalable/Makefile
  181. config.status: creating config.h
  182. config.status: config.h is unchanged
  183. config.status: executing depfiles commands
  184. config.status: executing default-1 commands
  185. config.status: executing po/stamp-it commands
  186. ----------------------------------------
  187. Build Configuration for ristretto 0.10.0:
  188.   libmagic support: yes
  189.  
  190. The binary will be installed in /usr/bin
  191. ----------------------------------------
  192. Now type "make" to compile.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement