Advertisement
doraneko

Untitled

Jun 22nd, 2013
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.09 KB | None | 0 0
  1. ==> Starting build()...
  2. Files needed by gtk-doc are generated.
  3.  
  4. If you are going to 'make dist', please add configure option --enable-gtk-doc.
  5. Otherwise, API documents for libfm won't be correctly built by gtk-doc.
  6.  
  7. + aclocal
  8. + autoheader --force
  9. + AUTOMAKE=automake
  10. + libtoolize -c --automake --force
  11. + AUTOMAKE=automake
  12. + intltoolize -c --automake --force
  13. + automake --add-missing --copy --include-deps
  14. configure.ac:14: installing './ar-lib'
  15. configure.ac:18: installing './compile'
  16. configure.ac:19: installing './config.guess'
  17. configure.ac:19: installing './config.sub'
  18. configure.ac:6: installing './install-sh'
  19. configure.ac:6: installing './missing'
  20. parallel-tests: installing './test-driver'
  21. automake: warnings are treated as errors
  22. gtk-doc.make:77: warning: GTK_DOC_V_SETUP_$(V: non-POSIX recursive variable expansion
  23. docs/reference/libsmfm-core/Makefile.am:116: 'gtk-doc.make' included from here
  24. gtk-doc.make:78: warning: GTK_DOC_V_SETUP_$(AM_DEFAULT_VERBOSITY: non-POSIX recursive variable expansion
  25. docs/reference/libsmfm-core/Makefile.am:116: 'gtk-doc.make' included from here
  26. gtk-doc.make:96: warning: GTK_DOC_V_SCAN_$(V: non-POSIX recursive variable expansion
  27. docs/reference/libsmfm-core/Makefile.am:116: 'gtk-doc.make' included from here
  28. gtk-doc.make:97: warning: GTK_DOC_V_SCAN_$(AM_DEFAULT_VERBOSITY: non-POSIX recursive variable expansion
  29. docs/reference/libsmfm-core/Makefile.am:116: 'gtk-doc.make' included from here
  30. gtk-doc.make:100: warning: GTK_DOC_V_INTROSPECT_$(V: non-POSIX recursive variable expansion
  31. docs/reference/libsmfm-core/Makefile.am:116: 'gtk-doc.make' included from here
  32. gtk-doc.make:101: warning: GTK_DOC_V_INTROSPECT_$(AM_DEFAULT_VERBOSITY: non-POSIX recursive variable expansion
  33. docs/reference/libsmfm-core/Makefile.am:116: 'gtk-doc.make' included from here
  34. gtk-doc.make:132: warning: GTK_DOC_V_XML_$(V: non-POSIX recursive variable expansion
  35. docs/reference/libsmfm-core/Makefile.am:116: 'gtk-doc.make' included from here
  36. gtk-doc.make:133: warning: GTK_DOC_V_XML_$(AM_DEFAULT_VERBOSITY: non-POSIX recursive variable expansion
  37. docs/reference/libsmfm-core/Makefile.am:116: 'gtk-doc.make' included from here
  38. gtk-doc.make:149: warning: GTK_DOC_V_HTML_$(V: non-POSIX recursive variable expansion
  39. docs/reference/libsmfm-core/Makefile.am:116: 'gtk-doc.make' included from here
  40. gtk-doc.make:150: warning: GTK_DOC_V_HTML_$(AM_DEFAULT_VERBOSITY: non-POSIX recursive variable expansion
  41. docs/reference/libsmfm-core/Makefile.am:116: 'gtk-doc.make' included from here
  42. gtk-doc.make:153: warning: GTK_DOC_V_XREF_$(V: non-POSIX recursive variable expansion
  43. docs/reference/libsmfm-core/Makefile.am:116: 'gtk-doc.make' included from here
  44. gtk-doc.make:154: warning: GTK_DOC_V_XREF_$(AM_DEFAULT_VERBOSITY: non-POSIX recursive variable expansion
  45. docs/reference/libsmfm-core/Makefile.am:116: 'gtk-doc.make' included from here
  46. gtk-doc.make:185: warning: GTK_DOC_V_PDF_$(V: non-POSIX recursive variable expansion
  47. docs/reference/libsmfm-core/Makefile.am:116: 'gtk-doc.make' included from here
  48. gtk-doc.make:186: warning: GTK_DOC_V_PDF_$(AM_DEFAULT_VERBOSITY: non-POSIX recursive variable expansion
  49. docs/reference/libsmfm-core/Makefile.am:116: 'gtk-doc.make' included from here
  50. src/Makefile.am: installing './depcomp'
  51. + autoconf
  52. + rm -rf autom4te.cache
  53. checking for a BSD-compatible install... /usr/bin/install -c
  54. checking whether build environment is sane... yes
  55. checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
  56. checking for gawk... gawk
  57. checking whether make sets $(MAKE)... yes
  58. checking whether make supports nested variables... yes
  59. checking for style of include used by make... GNU
  60. checking for gcc... gcc
  61. checking whether the C compiler works... yes
  62. checking for C compiler default output file name... a.out
  63. checking for suffix of executables...
  64. checking whether we are cross compiling... no
  65. checking for suffix of object files... o
  66. checking whether we are using the GNU C compiler... yes
  67. checking whether gcc accepts -g... yes
  68. checking for gcc option to accept ISO C89... none needed
  69. checking dependency style of gcc... gcc3
  70. checking for ar... ar
  71. checking the archiver (ar) interface... ar
  72. checking for gcc... (cached) gcc
  73. checking whether we are using the GNU C compiler... (cached) yes
  74. checking whether gcc accepts -g... (cached) yes
  75. checking for gcc option to accept ISO C89... (cached) none needed
  76. checking dependency style of gcc... (cached) gcc3
  77. checking whether gcc and cc understand -c and -o together... yes
  78. checking build system type... x86_64-unknown-linux-gnu
  79. checking host system type... x86_64-unknown-linux-gnu
  80. checking how to print strings... printf
  81. checking for a sed that does not truncate output... /usr/bin/sed
  82. checking for grep that handles long lines and -e... /usr/bin/grep
  83. checking for egrep... /usr/bin/grep -E
  84. checking for fgrep... /usr/bin/grep -F
  85. checking for ld used by gcc... /usr/bin/ld
  86. checking if the linker (/usr/bin/ld) is GNU ld... yes
  87. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  88. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  89. checking whether ln -s works... yes
  90. checking the maximum length of command line arguments... 1572864
  91. checking whether the shell understands some XSI constructs... yes
  92. checking whether the shell understands "+="... yes
  93. checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
  94. checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
  95. checking for /usr/bin/ld option to reload object files... -r
  96. checking for objdump... objdump
  97. checking how to recognize dependent libraries... pass_all
  98. checking for dlltool... no
  99. checking how to associate runtime and link libraries... printf %s\n
  100. checking for archiver @FILE support... @
  101. checking for strip... strip
  102. checking for ranlib... ranlib
  103. checking command to parse /usr/bin/nm -B output from gcc object... ok
  104. checking for sysroot... no
  105. checking for mt... no
  106. checking if : is a manifest tool... no
  107. checking how to run the C preprocessor... gcc -E
  108. checking for ANSI C header files... yes
  109. checking for sys/types.h... yes
  110. checking for sys/stat.h... yes
  111. checking for stdlib.h... yes
  112. checking for string.h... yes
  113. checking for memory.h... yes
  114. checking for strings.h... yes
  115. checking for inttypes.h... yes
  116. checking for stdint.h... yes
  117. checking for unistd.h... yes
  118. checking for dlfcn.h... yes
  119. checking for objdir... .libs
  120. checking if gcc supports -fno-rtti -fno-exceptions... no
  121. checking for gcc option to produce PIC... -fPIC -DPIC
  122. checking if gcc PIC flag -fPIC -DPIC works... yes
  123. checking if gcc static flag -static works... yes
  124. checking if gcc supports -c -o file.o... yes
  125. checking if gcc supports -c -o file.o... (cached) yes
  126. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  127. checking whether -lc should be explicitly linked in... no
  128. checking dynamic linker characteristics... GNU/Linux ld.so
  129. checking how to hardcode library paths into programs... immediate
  130. checking whether stripping libraries is possible... yes
  131. checking if libtool supports shared libraries... yes
  132. checking whether to build shared libraries... yes
  133. checking whether to build static libraries... yes
  134. checking for ANSI C header files... (cached) yes
  135. checking for library containing pow... -lm
  136. checking whether NLS is requested... yes
  137. checking for intltool >= 0.40.0... 0.50.2 found
  138. checking for intltool-update... /usr/bin/intltool-update
  139. checking for intltool-merge... /usr/bin/intltool-merge
  140. checking for intltool-extract... /usr/bin/intltool-extract
  141. checking for xgettext... /usr/bin/xgettext
  142. checking for msgmerge... /usr/bin/msgmerge
  143. checking for msgfmt... /usr/bin/msgfmt
  144. checking for gmsgfmt... /usr/bin/msgfmt
  145. checking for perl... /usr/bin/perl
  146. checking for perl >= 5.8.1... 5.18.0
  147. checking for XML::Parser... ok
  148. checking for pkg-config... /usr/bin/pkg-config
  149. checking pkg-config is at least version 0.9.0... yes
  150. checking for GIO... yes
  151. checking for MENU_CACHE... yes
  152. checking for menu_cache_dir_list_children... yes
  153. checking for GLIB2_27... yes
  154. checking for DBUS... yes
  155. checking for EXIF... yes
  156. checking for gtkdoc-check... /usr/bin/gtkdoc-check
  157. checking for gtkdoc-rebase... /usr/bin/gtkdoc-rebase
  158. checking for gtkdoc-mkpdf... /usr/bin/gtkdoc-mkpdf
  159. checking whether to build gtk-doc documentation... no
  160. checking locale.h usability... yes
  161. checking locale.h presence... yes
  162. checking for locale.h... yes
  163. checking for LC_MESSAGES... yes
  164. checking libintl.h usability... yes
  165. checking libintl.h presence... yes
  166. checking for libintl.h... yes
  167. checking for ngettext in libc... yes
  168. checking for dgettext in libc... yes
  169. checking for bind_textdomain_codeset... yes
  170. checking for msgfmt... (cached) /usr/bin/msgfmt
  171. checking for dcgettext... yes
  172. checking if msgfmt accepts -c... yes
  173. checking for gmsgfmt... (cached) /usr/bin/msgfmt
  174. checking for xgettext... (cached) /usr/bin/xgettext
  175. checking that generated files are newer than configure... done
  176. configure: creating ./config.status
  177. config.status: creating Makefile
  178. config.status: error: cannot find input file: `src/Makefile.in'
  179. ==> ERROR: A failure occurred in build().
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement