Advertisement
SansNumbers

auto.sh && ./configure output

Nov 2nd, 2012
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.81 KB | None | 0 0
  1. [a@parasite beta-2]$ ./auto.sh
  2. aclocal: error: couldn't open directory ' autoconf/m4/': No such file or directory
  3. configure.ac:7: error: possibly undefined macro: AM_INIT_AUTOMAKE
  4. If this token and others are legitimate, please use m4_pattern_allow.
  5. See the Autoconf documentation.
  6. configure.ac:8: error: possibly undefined macro: AM_CONFIG_HEADER
  7. configure.ac:9: error: possibly undefined macro: AM_MAINTAINER_MODE
  8. configure.ac:65: error: possibly undefined macro: AM_CONDITIONAL
  9. configure.ac:102: error: possibly undefined macro: AM_PATH_SDL
  10. configure.ac:207: error: possibly undefined macro: AM_PATH_ALSA
  11. configure.ac:209: error: possibly undefined macro: AM_ICONV
  12. configure.ac:214: error: possibly undefined macro: AM_PATH_GTK_2_0
  13. autoheader: error: AC_CONFIG_HEADERS not found in configure.ac
  14. configure.ac: error: no proper invocation of AM_INIT_AUTOMAKE was found.
  15. configure.ac: You should verify that configure.ac invokes AM_INIT_AUTOMAKE,
  16. configure.ac: that aclocal.m4 is present in the top-level directory,
  17. configure.ac: and that aclocal.m4 was recently regenerated (using aclocal)
  18. src/Makefile.am:4: error: BUILD_TESTS does not appear in AM_CONDITIONAL
  19. src/Makefile.am:18: error: ITG_ARCADE does not appear in AM_CONDITIONAL
  20. src/Makefile.am:82: error: WITHOUT_NETWORKING does not appear in AM_CONDITIONAL
  21. src/Makefile.am:144: error: LINUX does not appear in AM_CONDITIONAL
  22. src/Makefile.am:150: error: HAVE_GTK does not appear in AM_CONDITIONAL
  23. src/Makefile.am:159: error: HAVE_OSS does not appear in AM_CONDITIONAL
  24. src/Makefile.am:163: error: HAVE_ALSA does not appear in AM_CONDITIONAL
  25. src/Makefile.am:209: error: HAVE_SDL does not appear in AM_CONDITIONAL
  26. src/Makefile.am:212: error: HAVE_X11 does not appear in AM_CONDITIONAL
  27. src/Makefile.am:219: error: HAVE_X11 does not appear in AM_CONDITIONAL
  28. src/Makefile.am:229: error: UNIX does not appear in AM_CONDITIONAL
  29. src/Makefile.am:242: error: USE_CRASH_HANDLER does not appear in AM_CONDITIONAL
  30. src/Makefile.am:251: error: LINUX does not appear in AM_CONDITIONAL
  31. src/Makefile.am:262: error: HAVE_VORBIS does not appear in AM_CONDITIONAL
  32. src/Makefile.am:266: error: HAVE_MP3 does not appear in AM_CONDITIONAL
  33. src/Makefile.am:380: error: WITHOUT_NETWORKING does not appear in AM_CONDITIONAL
  34. src/Makefile.am:439: error: HAVE_GTK does not appear in AM_CONDITIONAL
  35. src/Makefile.am:521: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
  36. /usr/share/automake-1.12/am/depend2.am: error: am__fastdepCC does not appear in AM_CONDITIONAL
  37. /usr/share/automake-1.12/am/depend2.am: The usual way to define 'am__fastdepCC' is to add 'AC_PROG_CC'
  38. /usr/share/automake-1.12/am/depend2.am: to 'configure.ac' and run 'aclocal' and 'autoconf' again
  39. /usr/share/automake-1.12/am/depend2.am: error: AMDEP does not appear in AM_CONDITIONAL
  40. /usr/share/automake-1.12/am/depend2.am: The usual way to define 'AMDEP' is to add one of the compiler tests
  41. /usr/share/automake-1.12/am/depend2.am: AC_PROG_CC, AC_PROG_CXX, AC_PROG_OBJC, AC_PROG_OBJCXX,
  42. /usr/share/automake-1.12/am/depend2.am: AM_PROG_AS, AM_PROG_GCJ, AM_PROG_UPC
  43. /usr/share/automake-1.12/am/depend2.am: to 'configure.ac' and run 'aclocal' and 'autoconf' again
  44. /usr/share/automake-1.12/am/depend2.am: error: am__fastdepCXX does not appear in AM_CONDITIONAL
  45. /usr/share/automake-1.12/am/depend2.am: The usual way to define 'am__fastdepCXX' is to add 'AC_PROG_CXX'
  46. /usr/share/automake-1.12/am/depend2.am: to 'configure.ac' and run 'aclocal' and 'autoconf' again
  47. ------------------
  48. [a@parasite beta-2]$ ./configure
  49. checking build system type... x86_64-unknown-linux-gnu
  50. checking host system type... x86_64-unknown-linux-gnu
  51. checking target system type... x86_64-unknown-linux-gnu
  52. ./configure: line 2289: syntax error near unexpected token `OpenITG,'
  53. ./configure: line 2289: `AM_INIT_AUTOMAKE(OpenITG, 1.01)'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement