Guest User

Untitled

a guest
Jan 15th, 2021
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 9.53 KB | None | 0 0
  1. root@debian:/home/user/docklike-plugin# ./autogen.sh
  2. Preparing package directory /home/user/docklike-plugin...
  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 libtoolize --force --copy...
  17. libtoolize: putting auxiliary files in '.'.
  18. libtoolize: copying file './ltmain.sh'
  19. libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
  20. libtoolize: copying file 'm4/libtool.m4'
  21. libtoolize: copying file 'm4/ltoptions.m4'
  22. libtoolize: copying file 'm4/ltsugar.m4'
  23. libtoolize: copying file 'm4/ltversion.m4'
  24. libtoolize: copying file 'm4/lt~obsolete.m4'
  25. Running aclocal   -I /usr/share/xfce4/dev-tools/m4macros -I /usr/share//xfce4/dev-tools/m4macros -I /usr/share/xfce4/dev-tools/m4macros -I /home/user/docklike-plugin/m4...
  26. Running automake --force-missing --add-missing --copy --gnu...
  27. configure.ac:44: installing './compile'
  28. configure.ac:36: installing './missing'
  29. src/Makefile.am: installing './depcomp'
  30. Running autoconf...
  31.  
  32. Running /home/user/docklike-plugin/configure --enable-maintainer-mode ...
  33. checking build system type... x86_64-pc-linux-gnu
  34. checking host system type... x86_64-pc-linux-gnu
  35. checking target system type... x86_64-pc-linux-gnu
  36. checking for a BSD-compatible install... /usr/bin/install -c
  37. checking whether build environment is sane... yes
  38. checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
  39. checking for gawk... no
  40. checking for mawk... mawk
  41. checking whether make sets $(MAKE)... yes
  42. checking whether make supports nested variables... yes
  43. checking whether to enable maintainer-specific portions of Makefiles... yes
  44. checking whether make supports nested variables... (cached) yes
  45. checking how to print strings... printf
  46. checking whether make supports the include directive... yes (GNU style)
  47. checking for gcc... gcc
  48. checking whether the C compiler works... yes
  49. checking for C compiler default output file name... a.out
  50. checking for suffix of executables...
  51. checking whether we are cross compiling... no
  52. checking for suffix of object files... o
  53. checking whether we are using the GNU C compiler... yes
  54. checking whether gcc accepts -g... yes
  55. checking for gcc option to accept ISO C89... none needed
  56. checking whether gcc understands -c and -o together... yes
  57. checking dependency style of gcc... gcc3
  58. checking for a sed that does not truncate output... /usr/bin/sed
  59. checking for grep that handles long lines and -e... /usr/bin/grep
  60. checking for egrep... /usr/bin/grep -E
  61. checking for fgrep... /usr/bin/grep -F
  62. checking for ld used by gcc... /usr/bin/ld
  63. checking if the linker (/usr/bin/ld) is GNU ld... yes
  64. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  65. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  66. checking whether ln -s works... yes
  67. checking the maximum length of command line arguments... 1572864
  68. checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
  69. checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  70. checking for /usr/bin/ld option to reload object files... -r
  71. checking for objdump... objdump
  72. checking how to recognize dependent libraries... pass_all
  73. checking for dlltool... no
  74. checking how to associate runtime and link libraries... printf %s\n
  75. checking for ar... ar
  76. checking for archiver @FILE support... @
  77. checking for strip... strip
  78. checking for ranlib... ranlib
  79. checking command to parse /usr/bin/nm -B output from gcc object... ok
  80. checking for sysroot... no
  81. checking for a working dd... /usr/bin/dd
  82. checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
  83. checking for mt... mt
  84. checking if mt is a manifest tool... no
  85. checking how to run the C preprocessor... gcc -E
  86. checking for ANSI C header files... yes
  87. checking for sys/types.h... yes
  88. checking for sys/stat.h... yes
  89. checking for stdlib.h... yes
  90. checking for string.h... yes
  91. checking for memory.h... yes
  92. checking for strings.h... yes
  93. checking for inttypes.h... yes
  94. checking for stdint.h... yes
  95. checking for unistd.h... yes
  96. checking for dlfcn.h... yes
  97. checking for objdir... .libs
  98. checking if gcc supports -fno-rtti -fno-exceptions... no
  99. checking for gcc option to produce PIC... -fPIC -DPIC
  100. checking if gcc PIC flag -fPIC -DPIC works... yes
  101. checking if gcc static flag -static works... yes
  102. checking if gcc supports -c -o file.o... yes
  103. checking if gcc supports -c -o file.o... (cached) yes
  104. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  105. checking whether -lc should be explicitly linked in... no
  106. checking dynamic linker characteristics... GNU/Linux ld.so
  107. checking how to hardcode library paths into programs... immediate
  108. checking whether stripping libraries is possible... yes
  109. checking if libtool supports shared libraries... yes
  110. checking whether to build shared libraries... yes
  111. checking whether to build static libraries... no
  112. checking for g++... g++
  113. checking whether we are using the GNU C++ compiler... yes
  114. checking whether g++ accepts -g... yes
  115. checking dependency style of g++... gcc3
  116. checking how to run the C++ preprocessor... g++ -E
  117. checking for ld used by g++... /usr/bin/ld -m elf_x86_64
  118. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  119. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  120. checking for g++ option to produce PIC... -fPIC -DPIC
  121. checking if g++ PIC flag -fPIC -DPIC works... yes
  122. checking if g++ static flag -static works... yes
  123. checking if g++ supports -c -o file.o... yes
  124. checking if g++ supports -c -o file.o... (cached) yes
  125. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  126. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  127. checking how to hardcode library paths into programs... immediate
  128. checking for ld used by gcc... (cached) /usr/bin/ld
  129. checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
  130. checking whether ln -s works... yes
  131. checking whether NLS is requested... yes
  132. checking for intltool >= 0.35.0... 0.51.0 found
  133. checking for intltool-update... /usr/bin/intltool-update
  134. checking for intltool-merge... /usr/bin/intltool-merge
  135. checking for intltool-extract... /usr/bin/intltool-extract
  136. checking for xgettext... /usr/bin/xgettext
  137. checking for msgmerge... /usr/bin/msgmerge
  138. checking for msgfmt... /usr/bin/msgfmt
  139. checking for gmsgfmt... /usr/bin/msgfmt
  140. checking for perl... /usr/bin/perl
  141. checking for perl >= 5.8.1... 5.28.1
  142. checking for XML::Parser... ok
  143. checking for ANSI C header files... (cached) yes
  144. checking for X... libraries , headers
  145. checking for gethostbyname... yes
  146. checking for connect... yes
  147. checking for remove... yes
  148. checking for shmat... yes
  149. checking for IceConnectionNumber in -lICE... yes
  150. checking for main in -lX11... yes
  151. checking for pkg-config... /usr/bin/pkg-config
  152. checking pkg-config is at least version 0.9.0... yes
  153. checking for gio-2.0 >= 2.42.0... 2.58.3
  154. checking GIO_CFLAGS... -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
  155. checking GIO_LIBS... -lgio-2.0 -lgobject-2.0 -lglib-2.0
  156. checking for pkg-config... (cached) /usr/bin/pkg-config
  157. checking pkg-config is at least version 0.9.0... yes
  158. checking for glib-2.0 >= 2.42.0... 2.58.3
  159. checking GLIB_CFLAGS... -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
  160. checking GLIB_LIBS... -lglib-2.0
  161. checking for pkg-config... (cached) /usr/bin/pkg-config
  162. checking pkg-config is at least version 0.9.0... yes
  163. checking for gtk+-3.0 >= 3.24.0... 3.24.5
  164. 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/x86_64-linux-gnu/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/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -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/uuid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
  165. checking GTK_LIBS... -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0
  166. checking for pkg-config... (cached) /usr/bin/pkg-config
  167. checking pkg-config is at least version 0.9.0... yes
  168. checking for cairo >= 1.16.0... 1.16.0
  169. checking CAIRO_CFLAGS... -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16
  170. checking CAIRO_LIBS... -lcairo
  171. checking for pkg-config... (cached) /usr/bin/pkg-config
  172. checking pkg-config is at least version 0.9.0... yes
  173. checking for libwnck-3.0 >= 3.30.0... not found
  174. *** The required package libwnck-3.0 was not found on your system.
  175. *** Please install libwnck-3.0 (atleast version 3.30.0) or adjust
  176. *** the PKG_CONFIG_PATH environment variable if you
  177. *** installed the package in a nonstandard prefix so that
  178. *** pkg-config is able to find it.
  179. root@debian:/home/user/docklike-plugin#
  180.  
Advertisement
Add Comment
Please, Sign In to add comment