Advertisement
Guest User

autogen.sh fails

a guest
Jan 26th, 2012
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.72 KB | None | 0 0
  1. concord@Lenovo-Linux:~/gnucash$ ./autogen.sh
  2. Creating po/POTFILES.in ...
  3. Creating aclocal.m4 ...
  4. Running glib-gettextize --force --copy ...
  5. GnuCash note: Please ignore the output of glib-gettextize below!
  6. Copying file mkinstalldirs
  7. Copying file po/Makefile.in.in
  8.  
  9. Please add the files
  10. codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4
  11. progtest.m4
  12. from the /aclocal directory to your autoconf macro directory
  13. or directly to your aclocal.m4 file.
  14. You will also need config.guess and config.sub, which you can get from
  15. ftp://ftp.gnu.org/pub/gnu/config/.
  16.  
  17. GnuCash note: Please ignore the output of glib-gettextize above!
  18.  
  19. Ensure aclocal.m4 is writable ...
  20. Ensure po/POTFILES.in is writable ...
  21. Running intltoolize --force --copy ...
  22. Running libtoolize --force --copy ...
  23. libtoolize: putting auxiliary files in `.'.
  24. libtoolize: copying file `./ltmain.sh'
  25. libtoolize: putting macros in `macros'.
  26. libtoolize: copying file `macros/libtool.m4'
  27. libtoolize: copying file `macros/ltoptions.m4'
  28. libtoolize: copying file `macros/ltsugar.m4'
  29. libtoolize: copying file `macros/ltversion.m4'
  30. libtoolize: copying file `macros/lt~obsolete.m4'
  31. libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and
  32. libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
  33. Running aclocal -I macros ...
  34. configure.ac:62: warning: macro `AM_GCONF_SOURCE_2' not found in library
  35. Running autoheader...
  36. Running automake --add-missing --gnu --warnings=no-portability ...
  37. src/business/business-gnome/schemas/Makefile.am:13: GCONF_SCHEMAS_INSTALL does not appear in AM_CONDITIONAL
  38. src/business/business-gnome/schemas/Makefile.am:19: GCONF_SCHEMAS_INSTALL does not appear in AM_CONDITIONAL
  39. src/gnome-utils/schemas/Makefile.am:13: GCONF_SCHEMAS_INSTALL does not appear in AM_CONDITIONAL
  40. src/gnome-utils/schemas/Makefile.am:19: GCONF_SCHEMAS_INSTALL does not appear in AM_CONDITIONAL
  41. src/gnome/schemas/Makefile.am:23: GCONF_SCHEMAS_INSTALL does not appear in AM_CONDITIONAL
  42. src/gnome/schemas/Makefile.am:29: GCONF_SCHEMAS_INSTALL does not appear in AM_CONDITIONAL
  43. src/import-export/aqbanking/schemas/Makefile.am:13: GCONF_SCHEMAS_INSTALL does not appear in AM_CONDITIONAL
  44. src/import-export/aqbanking/schemas/Makefile.am:19: GCONF_SCHEMAS_INSTALL does not appear in AM_CONDITIONAL
  45. src/import-export/qif-import/schemas/Makefile.am:13: GCONF_SCHEMAS_INSTALL does not appear in AM_CONDITIONAL
  46. src/import-export/qif-import/schemas/Makefile.am:19: GCONF_SCHEMAS_INSTALL does not appear in AM_CONDITIONAL
  47. src/import-export/schemas/Makefile.am:13: GCONF_SCHEMAS_INSTALL does not appear in AM_CONDITIONAL
  48. src/import-export/schemas/Makefile.am:19: GCONF_SCHEMAS_INSTALL does not appear in AM_CONDITIONAL
  49. **Error**: automake failed.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement