Share Pastebin
Guest
Public paste!

Untitled

By: a guest | Mar 21st, 2010 | Syntax: None | Size: 4.56 KB | Hits: 147 | Expires: Never
Copy text to clipboard
  1. /pygtk-2.17.0$ ./configure
  2. checking for a BSD-compatible install... /usr/bin/install -c
  3. checking whether build environment is sane... yes
  4. checking for a thread-safe mkdir -p... /bin/mkdir -p
  5. checking for gawk... gawk
  6. checking whether make sets $(MAKE)... yes
  7. checking for style of include used by make... GNU
  8. checking for gcc... gcc
  9. checking for C compiler default output file name... a.out
  10. checking whether the C compiler works... yes
  11. checking whether we are cross compiling... no
  12. checking for suffix of executables...
  13. checking for suffix of object files... o
  14. checking whether we are using the GNU C compiler... yes
  15. checking whether gcc accepts -g... yes
  16. checking for gcc option to accept ISO C89... none needed
  17. checking dependency style of gcc... gcc3
  18. checking for bind_textdomain_codeset... yes
  19. checking build system type... i686-pc-linux-gnu
  20. checking host system type... i686-pc-linux-gnu
  21. checking for some Win32 platform... no
  22. checking for native Win32... no
  23. checking for a sed that does not truncate output... /bin/sed
  24. checking for grep that handles long lines and -e... /bin/grep
  25. checking for egrep... /bin/grep -E
  26. checking for fgrep... /bin/grep -F
  27. checking for ld used by gcc... /usr/bin/ld
  28. checking if the linker (/usr/bin/ld) is GNU ld... yes
  29. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  30. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  31. checking whether ln -s works... yes
  32. checking the maximum length of command line arguments... 1572864
  33. checking whether the shell understands some XSI constructs... yes
  34. checking whether the shell understands "+="... yes
  35. checking for /usr/bin/ld option to reload object files... -r
  36. checking for objdump... objdump
  37. checking how to recognize dependent libraries... pass_all
  38. checking for ar... ar
  39. checking for strip... strip
  40. checking for ranlib... ranlib
  41. checking command to parse /usr/bin/nm -B output from gcc object... ok
  42. checking how to run the C preprocessor... gcc -E
  43. checking for ANSI C header files... yes
  44. checking for sys/types.h... yes
  45. checking for sys/stat.h... yes
  46. checking for stdlib.h... yes
  47. checking for string.h... yes
  48. checking for memory.h... yes
  49. checking for strings.h... yes
  50. checking for inttypes.h... yes
  51. checking for stdint.h... yes
  52. checking for unistd.h... yes
  53. checking for dlfcn.h... yes
  54. checking for objdir... .libs
  55. checking if gcc supports -fno-rtti -fno-exceptions... no
  56. checking for gcc option to produce PIC... -fPIC -DPIC
  57. checking if gcc PIC flag -fPIC -DPIC works... yes
  58. checking if gcc static flag -static works... yes
  59. checking if gcc supports -c -o file.o... yes
  60. checking if gcc supports -c -o file.o... (cached) yes
  61. checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
  62. checking whether -lc should be explicitly linked in... no
  63. checking dynamic linker characteristics... GNU/Linux ld.so
  64. checking how to hardcode library paths into programs... immediate
  65. checking whether stripping libraries is possible... yes
  66. checking if libtool supports shared libraries... yes
  67. checking whether to build shared libraries... yes
  68. checking whether to build static libraries... no
  69. configure: creating ./config.lt
  70. config.lt: creating libtool
  71. checking for a Python interpreter with version >= 2.3.5... python
  72. checking for python... /usr/bin/python
  73. checking for python version... 2.6
  74. checking for python platform... linux2
  75. checking for python script directory... ${prefix}/lib/python2.6/dist-packages
  76. checking for python extension module directory... ${exec_prefix}/lib/python2.6/dist-packages
  77. checking for headers required to compile python extensions... found
  78. checking for PySignal_SetWakeupFd in Python.h... yes
  79. checking for python module thread... yes
  80. checking whether to enable threading in pygtk... yes
  81. checking for pkg-config... /usr/bin/pkg-config
  82. checking pkg-config is at least version 0.16... yes
  83. checking for GLIB - version >= 2.8.0... yes (version 2.22.5)
  84. checking for PYGOBJECT... yes
  85. checking for gio-types.defs... /usr/local/share/pygobject/2.0/defs/gio-types.defs
  86. checking for ATK... yes
  87. checking for PANGO... yes
  88. checking for codegen... /usr/local/share/pygobject/2.0/codegen
  89. checking for PYCAIRO... no
  90. no
  91. not checking for gtk due to missing pycairo
  92. checking for GDK target... x11
  93. configure: WARNING: Could not find a valid numpy installation, disabling.
  94. checking whether gcc understands -Wall... yes
  95. checking whether gcc understands -fno-strict-aliasing... yes
  96. checking whether gcc understands -std=c9x... yes
  97.  
  98. configure: error: conditional "HAVE_GTK_2_16" was never defined.
  99. Usually this means the macro was only invoked conditionally.