Advertisement
Guest User

Untitled

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