Advertisement
Guest User

Untitled

a guest
Jul 28th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.88 KB | None | 0 0
  1. cd ./nautilus-dropbox-2015.10.28; ./configure; make; make install;
  2.  
  3. checking for a BSD-compatible install... /usr/bin/install -c
  4. checking whether build environment is sane... yes
  5. checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
  6. checking for gawk... gawk
  7. checking whether make sets $(MAKE)... yes
  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 for style of include used by make... GNU
  18. checking dependency style of gcc... gcc3
  19. checking build system type... x86_64-unknown-linux-gnu
  20. checking host system type... x86_64-unknown-linux-gnu
  21. checking for a sed that does not truncate output... /usr/bin/sed
  22. checking for grep that handles long lines and -e... /usr/bin/grep
  23. checking for egrep... /usr/bin/grep -E
  24. checking for fgrep... /usr/bin/grep -F
  25. checking for ld used by gcc... /usr/bin/ld
  26. checking if the linker (/usr/bin/ld) is GNU ld... yes
  27. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  28. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  29. checking whether ln -s works... yes
  30. checking the maximum length of command line arguments... 1572864
  31. checking whether the shell understands some XSI constructs... yes
  32. checking whether the shell understands "+="... yes
  33. checking for /usr/bin/ld option to reload object files... -r
  34. checking for objdump... objdump
  35. checking how to recognize dependent libraries... pass_all
  36. checking for ar... ar
  37. checking for strip... strip
  38. checking for ranlib... ranlib
  39. checking command to parse /usr/bin/nm -B output from gcc object... ok
  40. checking how to run the C preprocessor... gcc -E
  41. checking for ANSI C header files... yes
  42. checking for sys/types.h... yes
  43. checking for sys/stat.h... yes
  44. checking for stdlib.h... yes
  45. checking for string.h... yes
  46. checking for memory.h... yes
  47. checking for strings.h... yes
  48. checking for inttypes.h... yes
  49. checking for stdint.h... yes
  50. checking for unistd.h... yes
  51. checking for dlfcn.h... yes
  52. checking for objdir... .libs
  53. checking if gcc supports -fno-rtti -fno-exceptions... no
  54. checking for gcc option to produce PIC... -fPIC -DPIC
  55. checking if gcc PIC flag -fPIC -DPIC works... yes
  56. checking if gcc static flag -static works... yes
  57. checking if gcc supports -c -o file.o... yes
  58. checking if gcc supports -c -o file.o... (cached) yes
  59. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  60. checking whether -lc should be explicitly linked in... no
  61. checking dynamic linker characteristics... GNU/Linux ld.so
  62. checking how to hardcode library paths into programs... immediate
  63. checking whether stripping libraries is possible... yes
  64. checking if libtool supports shared libraries... yes
  65. checking whether to build shared libraries... yes
  66. checking whether to build static libraries... yes
  67. checking for pkg-config... yes
  68. checking for pkg-config... /usr/bin/pkg-config
  69. checking pkg-config is at least version 0.9.0... yes
  70. checking for NAUTILUS... yes
  71. checking for GLIB... yes
  72. checking for python... /usr/bin/python
  73. checking for rst2man... python rst2man.py
  74. checking for pygtk... no
  75. configure: error: couldn't find pygtk
  76. make: *** No targets specified and no makefile found. Stop.
  77. make: *** No rule to make target 'install'. Stop.
  78.  
  79. configure:10713: checking for python
  80. configure:10731: found /usr/bin/python
  81. configure:10743: result: /usr/bin/python
  82. configure:10754: checking for rst2man
  83. configure:10785: result: python rst2man.py
  84. configure:10799: checking for pygtk
  85. configure:10812: result: no
  86. configure:10814: error: couldn't find pygtk
  87.  
  88. >>> import pygtk
  89. Traceback (most recent call last):
  90. File "<stdin>", line 1, in <module>
  91. ModuleNotFoundError: No module named 'pygtk'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement