Advertisement
Guest User

Untitled

a guest
May 2nd, 2017
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.41 KB | None | 0 0
  1. root@Xubu:/home/xubu/xfce4-mailwatch-plugin# ./autogen.sh --prefix=${xfce_prefix}
  2. xdt-autogen: It is recommended to use IT_PROG_INTLTOOL([0.35.0])
  3.              in your configure.ac file and remove AC_PROG_INTLTOOL
  4.  
  5.              See http://bugzilla.xfce.org/show_bug.cgi?id=8930 for
  6.              more information.
  7.  
  8. Preparing package directory /home/xubu/xfce4-mailwatch-plugin...
  9. Running glib-gettextize --force --copy...
  10. Copying file po/Makefile.in.in
  11.  
  12. Please add the files
  13.   codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4
  14.   progtest.m4
  15. from the /usr/local/share/aclocal directory to your autoconf macro directory
  16. or directly to your aclocal.m4 file.
  17. You will also need config.guess and config.sub, which you can get from
  18. ftp://ftp.gnu.org/pub/gnu/config/.
  19.  
  20. Running intltoolize --automake --copy --force
  21. Patching file 'po/Makefile.in.in'
  22. Running libtoolize --force --copy...
  23. libtoolize: putting auxiliary files in '.'.
  24. libtoolize: copying file './ltmain.sh'
  25. libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
  26. libtoolize: and rerunning libtoolize and aclocal.
  27. libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
  28. Running aclocal   -I /usr/share/xfce4/dev-tools/m4macros -I /usr/share/xfce4/dev-tools/m4macros...
  29. /usr/share/xfce4/dev-tools/m4macros/xdt-i18n.m4:44: warning: macro 'AM_GLIB_GNU_GETTEXT' not found in library
  30. configure.ac:93: warning: macro 'AM_PATH_LIBGCRYPT' not found in library
  31. configure.ac:45: warning: AC_COMPILE_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS
  32. ../../lib/autoconf/specific.m4:436: AC_AIX is expanded from...
  33. configure.ac:45: the top level
  34. configure.ac:45: warning: AC_RUN_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS
  35. ../../lib/autoconf/specific.m4:436: AC_AIX is expanded from...
  36. configure.ac:45: the top level
  37. Running autoheader...
  38. configure.ac:45: warning: AC_COMPILE_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS
  39. ../../lib/autoconf/specific.m4:436: AC_AIX is expanded from...
  40. configure.ac:45: the top level
  41. configure.ac:45: warning: AC_RUN_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS
  42. ../../lib/autoconf/specific.m4:436: AC_AIX is expanded from...
  43. configure.ac:45: the top level
  44. Running automake --force-missing --add-missing --copy --gnu...
  45. configure.ac:45: warning: AC_COMPILE_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS
  46. ../../lib/autoconf/specific.m4:436: AC_AIX is expanded from...
  47. configure.ac:45: the top level
  48. configure.ac:45: warning: AC_RUN_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS
  49. ../../lib/autoconf/specific.m4:436: AC_AIX is expanded from...
  50. configure.ac:45: the top level
  51. configure.ac:40: installing './compile'
  52. configure.ac:31: installing './missing'
  53. libmailwatch-core/Makefile.am: installing './depcomp'
  54. Running autoconf...
  55. configure.ac:45: warning: AC_COMPILE_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS
  56. ../../lib/autoconf/specific.m4:436: AC_AIX is expanded from...
  57. configure.ac:45: the top level
  58. configure.ac:45: warning: AC_RUN_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS
  59. ../../lib/autoconf/specific.m4:436: AC_AIX is expanded from...
  60. configure.ac:45: the top level
  61. configure.ac:93: error: possibly undefined macro: AM_PATH_LIBGCRYPT
  62.       If this token and others are legitimate, please use m4_pattern_allow.
  63.       See the Autoconf documentation.
  64. configure:13913: error: possibly undefined macro: AM_GLIB_GNU_GETTEXT
  65. root@Xubu:/home/xubu/xfce4-mailwatch-plugin#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement