Advertisement
Guest User

Untitled

a guest
Jan 15th, 2014
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.79 KB | None | 0 0
  1. $ ./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 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 ANSI C... none needed
  17. checking dependency style of gcc... gcc3
  18. checking for strerror in -lcposix... no
  19. checking for gcc... (cached) gcc
  20. checking whether we are using the GNU C compiler... (cached) yes
  21. checking whether gcc accepts -g... (cached) yes
  22. checking for gcc option to accept ANSI C... (cached) none needed
  23. checking dependency style of gcc... (cached) gcc3
  24. checking for gcc option to accept ANSI C... none needed
  25. checking how to run the C preprocessor... gcc -E
  26. checking for egrep... grep -E
  27. checking for ANSI C header files... yes
  28. checking whether to enable maintainer-specific portions of Makefiles... no
  29. checking for pkg-config... /usr/bin/pkg-config
  30. checking pkg-config is at least version 0.9.0... yes
  31. checking for GIMP_CFLAGS...
  32. checking for GIMP_LIBS...
  33. configure: error: Package requirements (gimp-2.0 >= 2.2.0 gimpui-2.0 >= 2.2.0) were not met.
  34. Consider adjusting the PKG_CONFIG_PATH environment variable if you
  35. installed software in a non-standard prefix.
  36.  
  37. Alternatively you may set the GIMP_CFLAGS and GIMP_LIBS environment variables
  38. to avoid the need to call pkg-config. See the pkg-config man page for
  39. more details.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement