Advertisement
Graslandpinguin

gramps autogen on arch

Apr 11th, 2012
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.02 KB | None | 0 0
  1. > ./autogen.sh
  2. Checking for autoconf >= 2.53...
  3. testing autoconf2.50... not found.
  4. testing autoconf... found 2.68
  5. Checking for automake >= 1.9...
  6. testing automake... found 1.11.3
  7. Checking for glib-gettext >= 2.2.0...
  8. testing glib-gettextize... found 2.30.2
  9. Checking for intltool >= 0.25...
  10. testing intltoolize... found 0.50.1
  11. Checking for required M4 macros...
  12. **Warning**: I am going to run .configure with no arguments.
  13. If you wish to pass any to it, please specify them on the
  14. ./autogen.sh command line.
  15.  
  16. Running glib-gettextize... Ignore non-fatal messages.
  17. Copying file mkinstalldirs
  18. Copying file po/Makefile.in.in
  19.  
  20. Please add the files
  21. codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4
  22. progtest.m4
  23. from the /aclocal directory to your autoconf macro directory
  24. or directly to your aclocal.m4 file.
  25. You will also need config.guess and config.sub, which you can get from
  26. ftp://ftp.gnu.org/pub/gnu/config/.
  27.  
  28. Running intltoolize...
  29. Running aclocal...
  30. Running autoconf...
  31. Running automake...
  32. Running ./configure ...
  33. checking for a BSD-compatible install... /bin/install -c
  34. checking whether build environment is sane... yes
  35. checking for a thread-safe mkdir -p... /bin/mkdir -p
  36. checking for gawk... gawk
  37. checking whether make sets $(MAKE)... yes
  38. checking whether NLS is requested... yes
  39. checking for style of include used by make... GNU
  40. checking for gcc... gcc
  41. checking whether the C compiler works... yes
  42. checking for C compiler default output file name... a.out
  43. checking for suffix of executables...
  44. checking whether we are cross compiling... no
  45. checking for suffix of object files... o
  46. checking whether we are using the GNU C compiler... yes
  47. checking whether gcc accepts -g... yes
  48. checking for gcc option to accept ISO C89... none needed
  49. checking dependency style of gcc... none
  50. checking for intltool-update... /usr/bin/intltool-update
  51. checking for intltool-merge... /usr/bin/intltool-merge
  52. checking for intltool-extract... /usr/bin/intltool-extract
  53. checking for xgettext... /usr/bin/xgettext
  54. checking for msgmerge... /usr/bin/msgmerge
  55. checking for msgfmt... /usr/bin/msgfmt
  56. checking for gmsgfmt... /usr/bin/msgfmt
  57. checking for perl... /usr/bin/perl
  58. checking for perl >= 5.8.1... 5.14.2
  59. checking for XML::Parser... ok
  60. Using directory $(prefix)/share/mime for installation of mime type definitions
  61. checking how to run the C preprocessor... gcc -E
  62. checking for grep that handles long lines and -e... /usr/bin/grep
  63. checking for egrep... /usr/bin/grep -E
  64. checking for ANSI C header files... yes
  65. checking for sys/types.h... yes
  66. checking for sys/stat.h... yes
  67. checking for stdlib.h... yes
  68. checking for string.h... yes
  69. checking for memory.h... yes
  70. checking for strings.h... yes
  71. checking for inttypes.h... yes
  72. checking for stdint.h... yes
  73. checking for unistd.h... yes
  74. checking locale.h usability... yes
  75. checking locale.h presence... yes
  76. checking for locale.h... yes
  77. checking for LC_MESSAGES... yes
  78. checking libintl.h usability... yes
  79. checking libintl.h presence... yes
  80. checking for libintl.h... yes
  81. checking for ngettext in libc... yes
  82. checking for dgettext in libc... yes
  83. checking for bind_textdomain_codeset... yes
  84. checking for msgfmt... (cached) /usr/bin/msgfmt
  85. checking for dcgettext... yes
  86. checking if msgfmt accepts -c... yes
  87. checking for gmsgfmt... (cached) /usr/bin/msgfmt
  88. checking for xgettext... (cached) /usr/bin/xgettext
  89. checking for catalogs to be installed... hu zh_CN cs da de es fr it nb nl nn pl pt_BR pt_PT ru sv fi lt sk bg hr sl ca sq he uk ja vi
  90. checking for a Python interpreter with version >= 2.6... python
  91. checking for python... /usr/bin/python
  92. checking for python version... 3.2
  93. checking for python platform... linux2
  94. checking for python script directory... ${prefix}/lib/python3.2/site-packages
  95. checking for python extension module directory... ${exec_prefix}/lib/python3.2/site-packages
  96. checking for sh... /bin/sh
  97. checking Python bindings for gtk 2.10 (pygtk2>=2.10.0)... configure: error:
  98.  
  99. **** The python bindings for gtk 2.10 (pygtk2>=2.10.0) could not be found.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement