AndrzejL

Gegl autogen

Mar 24th, 2012
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.68 KB | None | 0 0
  1. Sat Mar 24 07:57:44 GMT 2012
  2. autoreconf: Entering directory `.'
  3. autoreconf: configure.ac: not using Gettext
  4. autoreconf: running: aclocal --force -I m4 ${ACLOCAL_FLAGS}
  5. autoreconf: configure.ac: tracing
  6. autoreconf: running: libtoolize --copy --force
  7. libtoolize: putting auxiliary files in `.'.
  8. libtoolize: copying file `./ltmain.sh'
  9. libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
  10. libtoolize: copying file `m4/libtool.m4'
  11. libtoolize: copying file `m4/ltoptions.m4'
  12. libtoolize: copying file `m4/ltsugar.m4'
  13. libtoolize: copying file `m4/ltversion.m4'
  14. libtoolize: copying file `m4/lt~obsolete.m4'
  15. autoreconf: running: /usr/bin/autoconf --force
  16. autoreconf: running: /usr/bin/autoheader --force
  17. autoreconf: running: automake --add-missing --copy --force-missing
  18. configure.ac:151: installing `./config.guess'
  19. configure.ac:151: installing `./config.sub'
  20. configure.ac:131: installing `./install-sh'
  21. configure.ac:131: installing `./missing'
  22. bin/Makefile.am: installing `./depcomp'
  23. Makefile.am: installing `./INSTALL'
  24. configure.ac:1068: required file `tests/opencl/Makefile.in' not found
  25. autoreconf: automake failed with exit status: 1
  26. checking for a BSD-compatible install... /usr//bin/install -c
  27. checking whether build environment is sane... yes
  28. checking for a thread-safe mkdir -p... /bin/mkdir -p
  29. checking for gawk... gawk
  30. checking whether make sets $(MAKE)... yes
  31. checking whether to disable maintainer-specific portions of Makefiles... yes
  32. checking for gcc... gcc
  33. checking whether the C compiler works... yes
  34. checking for C compiler default output file name... a.out
  35. checking for suffix of executables...
  36. checking whether we are cross compiling... no
  37. checking for suffix of object files... o
  38. checking whether we are using the GNU C compiler... yes
  39. checking whether gcc accepts -g... yes
  40. checking for gcc option to accept ISO C89... none needed
  41. checking for style of include used by make... GNU
  42. checking dependency style of gcc... gcc3
  43. checking for g++... g++
  44. checking whether we are using the GNU C++ compiler... yes
  45. checking whether g++ accepts -g... yes
  46. checking dependency style of g++... gcc3
  47. checking whether make sets $(MAKE)... (cached) yes
  48. checking for special C compiler options needed for large files... no
  49. checking for _FILE_OFFSET_BITS value needed for large files... 64
  50. checking build system type... i686-pc-linux-gnu
  51. checking host system type... i686-pc-linux-gnu
  52. checking how to print strings... printf
  53. checking for a sed that does not truncate output... /bin/sed
  54. checking for grep that handles long lines and -e... /bin/grep
  55. checking for egrep... /bin/grep -E
  56. checking for fgrep... /bin/grep -F
  57. checking for ld used by gcc... /usr//bin/ld
  58. checking if the linker (/usr//bin/ld) is GNU ld... yes
  59. checking for BSD- or MS-compatible name lister (nm)... /usr//bin/nm -B
  60. checking the name lister (/usr//bin/nm -B) interface... BSD nm
  61. checking whether ln -s works... yes
  62. checking the maximum length of command line arguments... 1572864
  63. checking whether the shell understands some XSI constructs... yes
  64. checking whether the shell understands "+="... yes
  65. checking for /usr//bin/ld option to reload object files... -r
  66. checking for objdump... objdump
  67. checking how to recognize dependent libraries... pass_all
  68. checking for ar... ar
  69. checking for strip... strip
  70. checking for ranlib... ranlib
  71. checking command to parse /usr//bin/nm -B output from gcc object... ok
  72. checking how to run the C preprocessor... gcc -E
  73. checking for ANSI C header files... yes
  74. checking for sys/types.h... yes
  75. checking for sys/stat.h... yes
  76. checking for stdlib.h... yes
  77. checking for string.h... yes
  78. checking for memory.h... yes
  79. checking for strings.h... yes
  80. checking for inttypes.h... yes
  81. checking for stdint.h... yes
  82. checking for unistd.h... yes
  83. checking for dlfcn.h... yes
  84. checking for objdir... .libs
  85. checking if gcc supports -fno-rtti -fno-exceptions... no
  86. checking for gcc option to produce PIC... -fPIC -DPIC
  87. checking if gcc PIC flag -fPIC -DPIC works... yes
  88. checking if gcc static flag -static works... no
  89. checking if gcc supports -c -o file.o... yes
  90. checking if gcc supports -c -o file.o... (cached) yes
  91. checking whether the gcc linker (/usr//bin/ld) supports shared libraries... yes
  92. checking whether -lc should be explicitly linked in... no
  93. checking dynamic linker characteristics... GNU/Linux ld.so
  94. checking how to hardcode library paths into programs... immediate
  95. checking for shl_load... no
  96. checking for shl_load in -ldld... no
  97. checking for dlopen... no
  98. checking for dlopen in -ldl... yes
  99. checking whether a program can dlopen itself... yes
  100. checking whether a statically linked program can dlopen itself... yes
  101. checking whether stripping libraries is possible... yes
  102. checking if libtool supports shared libraries... yes
  103. checking whether to build shared libraries... yes
  104. checking whether to build static libraries... no
  105. checking how to run the C++ preprocessor... g++ -E
  106. checking for ld used by g++... /usr//bin/ld
  107. checking if the linker (/usr//bin/ld) is GNU ld... yes
  108. checking whether the g++ linker (/usr//bin/ld) supports shared libraries... yes
  109. checking for g++ option to produce PIC... -fPIC -DPIC
  110. checking if g++ PIC flag -fPIC -DPIC works... yes
  111. checking if g++ static flag -static works... no
  112. checking if g++ supports -c -o file.o... yes
  113. checking if g++ supports -c -o file.o... (cached) yes
  114. checking whether the g++ linker (/usr//bin/ld) supports shared libraries... yes
  115. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  116. checking how to hardcode library paths into programs... immediate
  117. checking for GNUC variadic macros... yes
  118. checking for ISO C99 variadic macros in C... yes
  119. checking for ISO C99 variadic macros in C++... yes
  120. checking whether to turn on debugging... no
  121. checking whether to turn on profiling... no
  122. checking for C/C++ restrict keyword... __restrict
  123. checking for aclocal flags...
  124. checking for target architecture... i686-pc-linux-gnu
  125. checking for dynamic library filename suffix... .so
  126. checking for some Darwin platform... no
  127. checking for some Win32 platform... no
  128. checking for native Win32... no
  129. checking to see if compiler understands -mmmx... yes
  130. checking whether we can compile MMX code... yes
  131. checking to see if compiler understands -msse... yes
  132. checking to see if compiler understands -ftree-vectorize... yes
  133. checking to see if compiler understands -ffast-math... yes
  134. checking whether we can compile SSE code... yes
  135. checking for perl5... /usr//bin/perl5
  136. checking for pkg-config... /usr//bin/pkg-config
  137. checking pkg-config is at least version 0.9.0... yes
  138. checking for gobject-introspection... no (disabled, use --enable-introspection to enable)
  139. checking for vapigen... no
  140. *** Check for vapigen failed.
  141. checking for fsync... yes
  142. checking for BABL... yes
  143. checking for pkg-config... (cached) /usr//bin/pkg-config
  144. checking pkg-config is at least version 0.16... yes
  145. checking for GLIB - version >= 2.28.0... yes (version 2.31.20)
  146. checking for DEP... yes
  147. checking for bind_textdomain_codeset... yes
  148. checking if GLib is version 2.21.0 or newer... yes
  149. checking for gtkdoc-check... /usr//bin/gtkdoc-check
  150. checking for gtkdoc-rebase... /usr//bin/gtkdoc-rebase
  151. checking for gtkdoc-mkpdf... /usr//bin/gtkdoc-mkpdf
  152. checking whether to build gtk-doc documentation... no
  153. checking for perl5... /usr//bin/perl5
  154. checking for ruby... yes
  155. checking for enscript... /usr//bin/enscript
  156. checking for asciidoc... /usr//bin/asciidoc
  157. checking for dot... /usr//bin/dot
  158. checking for a Python interpreter with version >= 2.5.0... python
  159. checking for python... /usr//bin/python
  160. checking for python version... 2.6
  161. checking for python platform... linux2
  162. checking for python script directory... ${prefix}/lib/python2.6/site-packages
  163. checking for python extension module directory... ${exec_prefix}/lib/python2.6/site-packages
  164. checking for CAIRO... yes
  165. checking for PANGO... yes
  166. checking for PANGOCAIRO... yes
  167. checking for GDK_PIXBUF... yes
  168. checking for LENSFUN... no
  169. checking for jpeg_destroy_decompress in -ljpeg... yes
  170. checking for jpeglib.h... yes
  171. checking for jpeg_save_markers in -ljpeg... yes
  172. checking for PNG... yes
  173. checking for RSVG... yes
  174. checking for OPENEXR... yes
  175. checking for sdl-config... /usr//bin/sdl-config
  176.  
  177. checking for OPENRAW... yes
  178. checking for JASPER... no
  179. checking for jas_stream_freopen in -ljasper... yes
  180. checking for dot... /usr//bin/dot
  181. checking for LUA... yes
  182. checking for AVFORMAT... yes
  183. checking libavformat/avformat.h usability... yes
  184. checking libavformat/avformat.h presence... yes
  185. checking for libavformat/avformat.h... yes
  186. checking linux/videodev.h usability... no
  187. checking linux/videodev.h presence... no
  188. checking for linux/videodev.h... no
  189. checking for run_spiro in -lspiro... no
  190. checking for EXIV2... yes
  191. checking for umfpack_dl_solve in -lumfpack... yes
  192. checking umfpack.h usability... no
  193. checking umfpack.h presence... no
  194. checking for umfpack.h... no
  195. checking suitesparse/umfpack.h usability... yes
  196. checking suitesparse/umfpack.h presence... yes
  197. checking for suitesparse/umfpack.h... yes
  198. checking execinfo.h usability... yes
  199. checking execinfo.h presence... yes
  200. checking for execinfo.h... yes
  201. checking for w3m... no
  202. checking for rint... no
  203. checking for rint in -lm... yes
  204. checking to see if compiler understands -Wall... yes
  205. checking to see if compiler understands -Wdeclaration-after-statement... yes
  206. checking to see if compiler understands -Wmissing-prototypes... yes
  207. checking to see if compiler understands -Wmissing-declarations... yes
  208. checking to see if compiler understands -Winit-self... yes
  209. checking to see if compiler understands -Wpointer-arith... yes
  210. checking to see if compiler understands -Wold-style-definition... yes
  211. configure: creating ./config.status
  212. config.status: error: cannot find input file: `Makefile.in'
  213. Sat Mar 24 08:00:41 GMT 2012
Advertisement
Add Comment
Please, Sign In to add comment