Advertisement
Guest User

Untitled

a guest
Dec 17th, 2012
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.93 KB | None | 0 0
  1. sam@sam:~/Desktop/wabbitcode-1.0$ ./connfigure
  2. bash: ./connfigure: No such file or directory
  3. sam@sam:~/Desktop/wabbitcode-1.0$ ./configure
  4. checking for a BSD-compatible install... /usr/bin/install -c
  5. checking whether build environment is sane... yes
  6. checking for gawk... no
  7. checking for mawk... mawk
  8. checking whether make sets $(MAKE)... yes
  9. checking for gcc... gcc
  10. checking for C compiler default output file name... a.out
  11. checking whether the C compiler works... yes
  12. checking whether we are cross compiling... no
  13. checking for suffix of executables...
  14. checking for suffix of object files... o
  15. checking whether we are using the GNU C compiler... yes
  16. checking whether gcc accepts -g... yes
  17. checking for gcc option to accept ISO C89... none needed
  18. checking for style of include used by make... GNU
  19. checking dependency style of gcc... gcc3
  20. checking whether make sets $(MAKE)... (cached) yes
  21. checking for gawk... (cached) mawk
  22. checking how to run the C preprocessor... gcc -E
  23. checking for grep that handles long lines and -e... /bin/grep
  24. checking for egrep... /bin/grep -E
  25. checking for ANSI C header files... yes
  26. checking for sys/types.h... yes
  27. checking for sys/stat.h... yes
  28. checking for stdlib.h... yes
  29. checking for string.h... yes
  30. checking for memory.h... yes
  31. checking for strings.h... yes
  32. checking for inttypes.h... yes
  33. checking for stdint.h... yes
  34. checking for unistd.h... yes
  35. checking sys/wait.h usability... yes
  36. checking sys/wait.h presence... yes
  37. checking for sys/wait.h... yes
  38. checking for string.h... (cached) yes
  39. checking for stdlib.h... (cached) yes
  40. checking ctype.h usability... yes
  41. checking ctype.h presence... yes
  42. checking for ctype.h... yes
  43. checking stdio.h usability... yes
  44. checking stdio.h presence... yes
  45. checking for stdio.h... yes
  46. checking for pkg-config... /usr/bin/pkg-config
  47. checking pkg-config is at least version 0.9.0... yes
  48. checking for GTK... configure: error: Package requirements (gtk+-2.0 >= 2.10.0)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement