Advertisement
Guest User

Untitled

a guest
Oct 28th, 2018
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 7.58 KB | None | 0 0
  1. root@192:/home/user1/Загрузки/gtk+-3.22.0# ./configure --prefix=/opt/gtk
  2. checking build system type... x86_64-unknown-linux-gnu
  3. checking host system type... x86_64-unknown-linux-gnu
  4. checking for a BSD-compatible install... /usr/bin/install -c
  5. checking whether build environment is sane... yes
  6. checking for a thread-safe mkdir -p... /bin/mkdir -p
  7. checking for gawk... no
  8. checking for mawk... mawk
  9. checking whether make sets $(MAKE)... yes
  10. checking whether make supports nested variables... yes
  11. checking whether UID '0' is supported by ustar format... yes
  12. checking whether GID '0' is supported by ustar format... yes
  13. checking how to create a ustar tar archive... gnutar
  14. checking whether to enable maintainer-specific portions of Makefiles... yes
  15. checking whether make supports nested variables... (cached) yes
  16. checking for gcc... gcc
  17. checking whether the C compiler works... yes
  18. checking for C compiler default output file name... a.out
  19. checking for suffix of executables...
  20. checking whether we are cross compiling... no
  21. checking for suffix of object files... o
  22. checking whether we are using the GNU C compiler... yes
  23. checking whether gcc accepts -g... yes
  24. checking for gcc option to accept ISO C89... none needed
  25. checking whether gcc understands -c and -o together... yes
  26. checking for style of include used by make... GNU
  27. checking dependency style of gcc... gcc3
  28. checking how to run the C preprocessor... gcc -E
  29. checking for gcc... gcc
  30. checking whether we are using the GNU C compiler... (cached) yes
  31. checking whether gcc accepts -g... yes
  32. checking for gcc option to accept ISO C89... (cached) none needed
  33. checking whether gcc understands -c and -o together... (cached) yes
  34. checking dependency style of gcc... (cached) gcc3
  35. checking how to run the C preprocessor... gcc -E
  36. checking whether gcc and cc understand -c and -o together... yes
  37. checking whether make sets $(MAKE)... (cached) yes
  38. checking for grep that handles long lines and -e... /bin/grep
  39. checking for egrep... /bin/grep -E
  40. checking for ANSI C header files... yes
  41. checking for sys/types.h... yes
  42. checking for sys/stat.h... yes
  43. checking for stdlib.h... yes
  44. checking for string.h... yes
  45. checking for memory.h... yes
  46. checking for strings.h... yes
  47. checking for inttypes.h... yes
  48. checking for stdint.h... yes
  49. checking for unistd.h... yes
  50. checking minix/config.h usability... no
  51. checking minix/config.h presence... no
  52. checking for minix/config.h... no
  53. checking whether it is safe to define __EXTENSIONS__... yes
  54. checking for a sed that does not truncate output... /bin/sed
  55. checking whether NLS is requested... yes
  56. checking for msgfmt... /usr/bin/msgfmt
  57. checking for gmsgfmt... /usr/bin/msgfmt
  58. checking for xgettext... /usr/bin/xgettext
  59. checking for msgmerge... /usr/bin/msgmerge
  60. checking for ld used by gcc... /usr/bin/ld
  61. checking if the linker (/usr/bin/ld) is GNU ld... yes
  62. checking for shared library run path origin... done
  63. checking for CFPreferencesCopyAppValue... no
  64. checking for CFLocaleCopyCurrent... no
  65. checking for GNU gettext in libc... yes
  66. checking whether to use NLS... yes
  67. checking where the gettext function comes from... libc
  68. checking for native Win32... no
  69. checking for c++... c++
  70. checking whether we are using the GNU C++ compiler... yes
  71. checking whether c++ accepts -g... yes
  72. checking dependency style of c++... gcc3
  73. checking how to print strings... printf
  74. checking for a sed that does not truncate output... (cached) /bin/sed
  75. checking for fgrep... /bin/grep -F
  76. checking for ld used by gcc... /usr/bin/ld
  77. checking if the linker (/usr/bin/ld) is GNU ld... yes
  78. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  79. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  80. checking whether ln -s works... yes
  81. checking the maximum length of command line arguments... 1572864
  82. checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
  83. checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
  84. checking for /usr/bin/ld option to reload object files... -r
  85. checking for objdump... objdump
  86. checking how to recognize dependent libraries... pass_all
  87. checking for dlltool... no
  88. checking how to associate runtime and link libraries... printf %s\n
  89. checking for ar... ar
  90. checking for archiver @FILE support... @
  91. checking for strip... strip
  92. checking for ranlib... ranlib
  93. checking command to parse /usr/bin/nm -B output from gcc object... ok
  94. checking for sysroot... no
  95. checking for a working dd... /bin/dd
  96. checking how to truncate binary pipes... /bin/dd bs=4096 count=1
  97. checking for mt... mt
  98. checking if mt is a manifest tool... no
  99. checking for dlfcn.h... yes
  100. checking for objdir... .libs
  101. checking if gcc supports -fno-rtti -fno-exceptions... no
  102. checking for gcc option to produce PIC... -fPIC -DPIC
  103. checking if gcc PIC flag -fPIC -DPIC works... yes
  104. checking if gcc static flag -static works... yes
  105. checking if gcc supports -c -o file.o... yes
  106. checking if gcc supports -c -o file.o... (cached) yes
  107. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  108. checking whether -lc should be explicitly linked in... no
  109. checking dynamic linker characteristics... GNU/Linux ld.so
  110. checking how to hardcode library paths into programs... immediate
  111. checking whether stripping libraries is possible... yes
  112. checking if libtool supports shared libraries... yes
  113. checking whether to build shared libraries... yes
  114. checking whether to build static libraries... no
  115. checking how to run the C++ preprocessor... c++ -E
  116. checking for ld used by c++... /usr/bin/ld -m elf_x86_64
  117. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  118. checking whether the c++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  119. checking for c++ option to produce PIC... -fPIC -DPIC
  120. checking if c++ PIC flag -fPIC -DPIC works... yes
  121. checking if c++ static flag -static works... yes
  122. checking if c++ supports -c -o file.o... yes
  123. checking if c++ supports -c -o file.o... (cached) yes
  124. checking whether the c++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  125. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  126. checking how to hardcode library paths into programs... immediate
  127. configure: creating ./config.lt
  128. config.lt: creating libtool
  129. checking for special C compiler options needed for large files... no
  130. checking for _FILE_OFFSET_BITS value needed for large files... no
  131. checking dependency style of gcc... gcc3
  132. checking for nm... /usr/bin/nm -B
  133. checking for some Win32 platform... no
  134. checking for shm_open in -lrt... yes
  135. checking for posix_fallocate... yes
  136. checking for flockfile... yes
  137. checking for _lock_file... no
  138. checking for pkg-config... /usr/bin/pkg-config
  139. checking pkg-config is at least version 0.9.0... yes
  140. checking for wayland-scanner... /usr/bin/wayland-scanner
  141. checking for WAYLAND_DEPENDENCIES... no
  142. checking whether build environment is sane... yes
  143. checking for BASE_DEPENDENCIES... no
  144. configure: error: Package requirements (glib-2.0 >= 2.49.4    atk >= 2.15.1    pango >= 1.37.3    cairo >= 1.14.0    cairo-gobject >= 1.14.0    gdk-pixbuf-2.0 >= 2.30.0) were not met:
  145.  
  146. No package 'glib-2.0' found
  147. No package 'atk' found
  148. No package 'pango' found
  149. No package 'cairo' found
  150. No package 'cairo-gobject' found
  151. No package 'gdk-pixbuf-2.0' found
  152.  
  153. Consider adjusting the PKG_CONFIG_PATH environment variable if you
  154. installed software in a non-standard prefix.
  155.  
  156. Alternatively, you may set the environment variables BASE_DEPENDENCIES_CFLAGS
  157. and BASE_DEPENDENCIES_LIBS to avoid the need to call pkg-config.
  158. See the pkg-config man page for more details.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement