Advertisement
rsevero

Untitled

Jun 16th, 2015
290
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.56 KB | None | 0 0
  1. $ ./autogen.sh --prefix=$PREFIX
  2.  
  3. I am testing that you have the tools required to build the
  4. GNU Image Manipulation Program from git. This test is not foolproof,
  5. so if anything goes wrong, see the file HACKING for more information...
  6.  
  7. checking for libtool >= 1.5 ... Major version might be too new (2.4.2)
  8. checking for gtkdocize ... yes
  9. checking for autoconf >= 2.54 ... yes (version 2.69)
  10. checking for automake >= 1.10.0 ... yes (version 1.14.1)
  11. checking for intltool >= 0.40.1 ... yes (version 0.50.2)
  12. checking for xsltproc ... yes
  13.  
  14. I am going to run ./configure with the following arguments:
  15.  
  16. --prefix=/home/rodrigo/devel/gimp-git
  17.  
  18. configure.ac:509: warning: macro 'AM_GLIB_GNU_GETTEXT' not found in library
  19. configure.ac:566: warning: macro 'AM_PATH_GLIB_2_0' not found in library
  20. configure.ac:611: warning: macro 'AM_PATH_GTK_2_0' not found in library
  21. libtoolize: putting auxiliary files in `.'.
  22. libtoolize: linking file `./ltmain.sh'
  23. libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4macros'.
  24. libtoolize: linking file `m4macros/libtool.m4'
  25. libtoolize: linking file `m4macros/ltoptions.m4'
  26. libtoolize: linking file `m4macros/ltsugar.m4'
  27. libtoolize: linking file `m4macros/ltversion.m4'
  28. libtoolize: linking file `m4macros/lt~obsolete.m4'
  29. configure.ac:517: error: possibly undefined macro: AM_GLIB_GNU_GETTEXT
  30. If this token and others are legitimate, please use m4_pattern_allow.
  31. See the Autoconf documentation.
  32. configure.ac:578: error: possibly undefined macro: AM_PATH_GLIB_2_0
  33. configure.ac:623: error: possibly undefined macro: AM_PATH_GTK_2_0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement