Advertisement
Guest User

babl problem

a guest
Jun 29th, 2012
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.43 KB | None | 0 0
  1. autoreconf: Entering directory `.'
  2. autoreconf: configure.ac: not using Gettext
  3. autoreconf: running: aclocal --force -I m4 ${ACLOCAL_FLAGS}
  4. autoreconf: configure.ac: tracing
  5. autoreconf: running: libtoolize --install --copy --force
  6. libtoolize: putting auxiliary files in `.'.
  7. libtoolize: copying file `./config.guess'
  8. libtoolize: copying file `./config.sub'
  9. libtoolize: copying file `./install-sh'
  10. libtoolize: copying file `./ltmain.sh'
  11. libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
  12. libtoolize: copying file `m4/libtool.m4'
  13. libtoolize: copying file `m4/ltoptions.m4'
  14. libtoolize: copying file `m4/ltsugar.m4'
  15. libtoolize: copying file `m4/ltversion.m4'
  16. libtoolize: copying file `m4/lt~obsolete.m4'
  17. autoreconf: running: /usr/bin/autoconf --force
  18. autoreconf: running: /usr/bin/autoheader --force
  19. autoreconf: running: automake --add-missing --copy --force-missing
  20. autoreconf: Leaving directory `.'
  21. checking whether make supports nested variables... yes
  22. checking for a BSD-compatible install... /usr/bin/install -c
  23. checking whether build environment is sane... yes
  24. checking for a thread-safe mkdir -p... /bin/mkdir -p
  25. checking for gawk... gawk
  26. checking whether make sets $(MAKE)... yes
  27. checking whether to enable maintainer-specific portions of Makefiles... yes
  28. checking for gcc... gcc
  29. checking whether the C compiler works... yes
  30. checking for C compiler default output file name... a.out
  31. checking for suffix of executables...
  32. checking whether we are cross compiling... no
  33. checking for suffix of object files... o
  34. checking whether we are using the GNU C compiler... yes
  35. checking whether gcc accepts -g... yes
  36. checking for gcc option to accept ISO C89... none needed
  37. checking for style of include used by make... GNU
  38. checking dependency style of gcc... gcc3
  39. checking for g++... g++
  40. checking whether we are using the GNU C++ compiler... yes
  41. checking whether g++ accepts -g... yes
  42. checking dependency style of g++... gcc3
  43. checking whether make sets $(MAKE)... (cached) yes
  44. checking for special C compiler options needed for large files... no
  45. checking for _FILE_OFFSET_BITS value needed for large files... no
  46. checking build system type... x86_64-unknown-linux-gnu
  47. checking host system type... x86_64-unknown-linux-gnu
  48. checking how to print strings... printf
  49. checking for a sed that does not truncate output... /bin/sed
  50. checking for grep that handles long lines and -e... /bin/grep
  51. checking for egrep... /bin/grep -E
  52. checking for fgrep... /bin/grep -F
  53. checking for ld used by gcc... /usr/bin/ld
  54. checking if the linker (/usr/bin/ld) is GNU ld... yes
  55. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  56. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  57. checking whether ln -s works... yes
  58. checking the maximum length of command line arguments... 1572864
  59. checking whether the shell understands some XSI constructs... yes
  60. checking whether the shell understands "+="... yes
  61. checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
  62. checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
  63. checking for /usr/bin/ld option to reload object files... -r
  64. checking for objdump... objdump
  65. checking how to recognize dependent libraries... pass_all
  66. checking for dlltool... no
  67. checking how to associate runtime and link libraries... printf %s\n
  68. checking for ar... ar
  69. checking for archiver @FILE support... @
  70. checking for strip... strip
  71. checking for ranlib... ranlib
  72. checking command to parse /usr/bin/nm -B output from gcc object... ok
  73. checking for sysroot... no
  74. checking for mt... mt
  75. checking if mt is a manifest tool... no
  76. checking how to run the C preprocessor... gcc -E
  77. checking for ANSI C header files... yes
  78. checking for sys/types.h... yes
  79. checking for sys/stat.h... yes
  80. checking for stdlib.h... yes
  81. checking for string.h... yes
  82. checking for memory.h... yes
  83. checking for strings.h... yes
  84. checking for inttypes.h... yes
  85. checking for stdint.h... yes
  86. checking for unistd.h... yes
  87. checking for dlfcn.h... yes
  88. checking for objdir... .libs
  89. checking if gcc supports -fno-rtti -fno-exceptions... no
  90. checking for gcc option to produce PIC... -fPIC -DPIC
  91. checking if gcc PIC flag -fPIC -DPIC works... yes
  92. checking if gcc static flag -static works... yes
  93. checking if gcc supports -c -o file.o... yes
  94. checking if gcc supports -c -o file.o... (cached) yes
  95. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  96. checking whether -lc should be explicitly linked in... no
  97. checking dynamic linker characteristics... GNU/Linux ld.so
  98. checking how to hardcode library paths into programs... immediate
  99. checking for shl_load... no
  100. checking for shl_load in -ldld... no
  101. checking for dlopen... no
  102. checking for dlopen in -ldl... yes
  103. checking whether a program can dlopen itself... yes
  104. checking whether a statically linked program can dlopen itself... no
  105. checking whether stripping libraries is possible... yes
  106. checking if libtool supports shared libraries... yes
  107. checking whether to build shared libraries... yes
  108. checking whether to build static libraries... no
  109. checking how to run the C++ preprocessor... g++ -E
  110. checking for ld used by g++... /usr/bin/ld -m elf_x86_64
  111. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  112. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  113. checking for g++ option to produce PIC... -fPIC -DPIC
  114. checking if g++ PIC flag -fPIC -DPIC works... yes
  115. checking if g++ static flag -static works... yes
  116. checking if g++ supports -c -o file.o... yes
  117. checking if g++ supports -c -o file.o... (cached) yes
  118. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  119. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  120. checking how to hardcode library paths into programs... immediate
  121. checking for GNUC variadic macros... yes
  122. checking for ISO C99 variadic macros in C... yes
  123. checking for ISO C99 variadic macros in C++... yes
  124. checking whether to turn on debugging... no
  125. checking whether to turn on profiling... no
  126. checking for C/C++ restrict keyword... __restrict
  127. checking for aclocal flags...
  128. checking for target architecture... x86_64-unknown-linux-gnu
  129. checking for dynamic library filename suffix... .so
  130. checking for some Darwin platform... no
  131. checking for some Win32 platform... no
  132. checking for native Win32... no
  133. checking to see if compiler understands -mmmx... yes
  134. checking whether we can compile MMX code... yes
  135. checking to see if compiler understands -msse... yes
  136. checking to see if compiler understands -ftree-vectorize... yes
  137. checking to see if compiler understands -ffast-math... yes
  138. checking whether we can compile SSE code... yes
  139. checking for perl5... no
  140. checking for perl... /usr/bin/perl
  141. checking for pkg-config... /usr/bin/pkg-config
  142. checking pkg-config is at least version 0.9.0... yes
  143. checking for gobject-introspection... no (disabled, use --enable-introspection to enable)
  144. checking for vapigen... /usr/bin/vapigen
  145. checking for fsync... yes
  146. checking for BABL... no
  147. configure: error: Package requirements (babl >= 0.1.10) were not met:
  148.  
  149. Requested 'babl >= 0.1.10' but version of babl is 0.0.22
  150.  
  151. Consider adjusting the PKG_CONFIG_PATH environment variable if you
  152. installed software in a non-standard prefix.
  153.  
  154. Alternatively, you may set the environment variables BABL_CFLAGS
  155. and BABL_LIBS to avoid the need to call pkg-config.
  156. See the pkg-config man page for more details.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement