Advertisement
Guest User

Untitled

a guest
Dec 15th, 2011
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.63 KB | None | 0 0
  1. [niko@nn-x201tablet-fedora xournalpp]$ ./configure
  2. checking build system type... x86_64-unknown-linux-gnu
  3. checking host system type... x86_64-unknown-linux-gnu
  4. checking target system type... x86_64-unknown-linux-gnu
  5. checking for a BSD-compatible install... /usr/bin/install -c
  6. checking whether build environment is sane... yes
  7. checking for a thread-safe mkdir -p... /bin/mkdir -p
  8. checking for gawk... gawk
  9. checking whether make sets $(MAKE)... yes
  10. checking for style of include used by make... GNU
  11. checking for gcc... gcc
  12. checking whether the C compiler works... yes
  13. checking for C compiler default output file name... a.out
  14. checking for suffix of executables...
  15. checking whether we are cross compiling... no
  16. checking for suffix of object files... o
  17. checking whether we are using the GNU C compiler... yes
  18. checking whether gcc accepts -g... yes
  19. checking for gcc option to accept ISO C89... none needed
  20. checking dependency style of gcc... gcc3
  21. checking for library containing strerror... none required
  22. checking for gcc... (cached) gcc
  23. checking whether we are using the GNU C compiler... (cached) yes
  24. checking whether gcc accepts -g... (cached) yes
  25. checking for gcc option to accept ISO C89... (cached) none needed
  26. checking dependency style of gcc... (cached) gcc3
  27. checking for g++... g++
  28. checking whether we are using the GNU C++ compiler... yes
  29. checking whether g++ accepts -g... yes
  30. checking dependency style of g++... gcc3
  31. checking how to run the C preprocessor... gcc -E
  32. checking for grep that handles long lines and -e... /bin/grep
  33. checking for egrep... /bin/grep -E
  34. checking for ANSI C header files... yes
  35. checking for a sed that does not truncate output... /bin/sed
  36. checking for fgrep... /bin/grep -F
  37. checking for ld used by gcc... /usr/bin/ld
  38. checking if the linker (/usr/bin/ld) is GNU ld... yes
  39. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  40. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  41. checking whether ln -s works... yes
  42. checking the maximum length of command line arguments... 1572864
  43. checking whether the shell understands some XSI constructs... yes
  44. checking whether the shell understands "+="... yes
  45. checking for /usr/bin/ld option to reload object files... -r
  46. checking for objdump... objdump
  47. checking how to recognize dependent libraries... pass_all
  48. checking for ar... ar
  49. checking for strip... strip
  50. checking for ranlib... ranlib
  51. checking command to parse /usr/bin/nm -B output from gcc object... ok
  52. checking for sys/types.h... yes
  53. checking for sys/stat.h... yes
  54. checking for stdlib.h... yes
  55. checking for string.h... yes
  56. checking for memory.h... yes
  57. checking for strings.h... yes
  58. checking for inttypes.h... yes
  59. checking for stdint.h... yes
  60. checking for unistd.h... yes
  61. checking for dlfcn.h... yes
  62. checking whether we are using the GNU C++ compiler... (cached) yes
  63. checking whether g++ accepts -g... (cached) yes
  64. checking dependency style of g++... (cached) gcc3
  65. checking how to run the C++ preprocessor... g++ -E
  66. checking for objdir... .libs
  67. checking if gcc supports -fno-rtti -fno-exceptions... no
  68. checking for gcc option to produce PIC... -fPIC -DPIC
  69. checking if gcc PIC flag -fPIC -DPIC works... yes
  70. checking if gcc static flag -static works... no
  71. checking if gcc supports -c -o file.o... yes
  72. checking if gcc supports -c -o file.o... (cached) yes
  73. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  74. checking whether -lc should be explicitly linked in... no
  75. checking dynamic linker characteristics... GNU/Linux ld.so
  76. checking how to hardcode library paths into programs... immediate
  77. checking whether stripping libraries is possible... yes
  78. checking if libtool supports shared libraries... yes
  79. checking whether to build shared libraries... yes
  80. checking whether to build static libraries... yes
  81. checking for ld used by g++... /usr/bin/ld -m elf_x86_64
  82. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  83. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  84. checking for g++ option to produce PIC... -fPIC -DPIC
  85. checking if g++ PIC flag -fPIC -DPIC works... yes
  86. checking if g++ static flag -static works... no
  87. checking if g++ supports -c -o file.o... yes
  88. checking if g++ supports -c -o file.o... (cached) yes
  89. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  90. checking dynamic linker characteristics... GNU/Linux ld.so
  91. checking how to hardcode library paths into programs... immediate
  92. checking whether Python support is requested... autodetect
  93. checking whether Overlay Scrollbar is enabled... no
  94. checking for pkg-config... /usr/bin/pkg-config
  95. checking pkg-config is at least version 0.9.0... yes
  96. checking for PACKAGE... yes
  97. configure: WARNING: Python not found, disabling python support
  98. checking whether NLS is requested... yes
  99. checking for intltool >= 0.41.0... 0.41.1 found
  100. checking for intltool-update... /usr/bin/intltool-update
  101. checking for intltool-merge... /usr/bin/intltool-merge
  102. checking for intltool-extract... /usr/bin/intltool-extract
  103. checking for xgettext... /usr/bin/xgettext
  104. checking for msgmerge... /usr/bin/msgmerge
  105. checking for msgfmt... /usr/bin/msgfmt
  106. checking for gmsgfmt... /usr/bin/msgfmt
  107. checking for perl... /usr/bin/perl
  108. checking for perl >= 5.8.1... 5.14.2
  109. checking for XML::Parser... ok
  110. checking locale.h usability... yes
  111. checking locale.h presence... yes
  112. checking for locale.h... yes
  113. checking for LC_MESSAGES... yes
  114. checking libintl.h usability... yes
  115. checking libintl.h presence... yes
  116. checking for libintl.h... yes
  117. checking for ngettext in libc... yes
  118. checking for dgettext in libc... yes
  119. checking for bind_textdomain_codeset... yes
  120. checking for msgfmt... (cached) /usr/bin/msgfmt
  121. checking for dcgettext... yes
  122. checking if msgfmt accepts -c... yes
  123. checking for gmsgfmt... (cached) /usr/bin/msgfmt
  124. checking for xgettext... (cached) /usr/bin/xgettext
  125. checking for catalogs to be installed... de
  126. configure: creating ./config.status
  127. config.status: creating Makefile
  128. config.status: creating src/Makefile
  129. config.status: creating src/collab/Makefile
  130. config.status: creating src/util/Makefile
  131. config.status: creating po/Makefile.in
  132. config.status: creating ui/Makefile
  133. config.status: creating ui/pixmaps/Makefile
  134. config.status: creating src/xoj-preview-extractor/Makefile
  135. config.status: creating config.h
  136. config.status: config.h is unchanged
  137. config.status: executing depfiles commands
  138. config.status: executing libtool commands
  139. config.status: executing default-1 commands
  140. config.status: executing po/stamp-it commands
  141. config.status: error: po/Makefile.in.in was not created by intltoolize.
  142. [niko@nn-x201tablet-fedora xournalpp]$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement