Advertisement
Guest User

Untitled

a guest
Jan 2nd, 2018
395
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.55 KB | None | 0 0
  1. ./autogen.sh
  2.  
  3. glibtoolize: putting auxiliary files in '.'.
  4. glibtoolize: linking file './ltmain.sh'
  5. glibtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
  6. glibtoolize: linking file 'm4/libtool.m4'
  7. glibtoolize: linking file 'm4/ltoptions.m4'
  8. glibtoolize: linking file 'm4/ltsugar.m4'
  9. glibtoolize: linking file 'm4/ltversion.m4'
  10. glibtoolize: linking file 'm4/lt~obsolete.m4'
  11. configure.ac:37: installing './compile'
  12. configure.ac:4: installing './config.guess'
  13. configure.ac:4: installing './config.sub'
  14. configure.ac:15: installing './install-sh'
  15. configure.ac:15: installing './missing'
  16. futurerestore/Makefile.am: installing './depcomp'
  17. ~/Desktop/futurerestore/external/idevicerestore ~/Desktop/futurerestore
  18. glibtoolize: putting auxiliary files in '../..'.
  19. glibtoolize: linking file '../../ltmain.sh'
  20. glibtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
  21. glibtoolize: linking file 'm4/libtool.m4'
  22. glibtoolize: linking file 'm4/ltoptions.m4'
  23. glibtoolize: linking file 'm4/ltsugar.m4'
  24. glibtoolize: linking file 'm4/ltversion.m4'
  25. glibtoolize: linking file 'm4/lt~obsolete.m4'
  26. glibtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
  27. configure.ac:33: installing '../../compile'
  28. configure.ac:8: installing '../../missing'
  29. src/Makefile.am: installing '../../depcomp'
  30. ~/Desktop/futurerestore
  31. ~/Desktop/futurerestore/external/img4tool ~/Desktop/futurerestore
  32. glibtoolize: putting auxiliary files in '../..'.
  33. glibtoolize: linking file '../../ltmain.sh'
  34. glibtoolize: You should add the contents of the following files to 'aclocal.m4':
  35. glibtoolize: '/usr/local/Cellar/libtool/2.4.6_1/share/aclocal/libtool.m4'
  36. glibtoolize: '/usr/local/Cellar/libtool/2.4.6_1/share/aclocal/ltoptions.m4'
  37. glibtoolize: '/usr/local/Cellar/libtool/2.4.6_1/share/aclocal/ltsugar.m4'
  38. glibtoolize: '/usr/local/Cellar/libtool/2.4.6_1/share/aclocal/ltversion.m4'
  39. glibtoolize: '/usr/local/Cellar/libtool/2.4.6_1/share/aclocal/lt~obsolete.m4'
  40. glibtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
  41. glibtoolize: and rerunning glibtoolize and aclocal.
  42. glibtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
  43. aclocal: warning: couldn't open directory 'm4': No such file or directory
  44. configure.ac:10: installing '../../compile'
  45. configure.ac:3: installing '../../missing'
  46. img4tool/Makefile.am: installing '../../depcomp'
  47. ~/Desktop/futurerestore
  48. ~/Desktop/futurerestore/external/tsschecker ~/Desktop/futurerestore
  49. glibtoolize: putting auxiliary files in '../..'.
  50. glibtoolize: linking file '../../ltmain.sh'
  51. glibtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
  52. glibtoolize: linking file 'm4/libtool.m4'
  53. glibtoolize: linking file 'm4/ltoptions.m4'
  54. glibtoolize: linking file 'm4/ltsugar.m4'
  55. glibtoolize: linking file 'm4/ltversion.m4'
  56. glibtoolize: linking file 'm4/lt~obsolete.m4'
  57. glibtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
  58. configure.ac:10: installing '../../compile'
  59. configure.ac:4: installing '../../missing'
  60. tsschecker/Makefile.am:6: warning: source file '$(top_srcdir)/external/jssy/jssy/jssy.c' is in a subdirectory,
  61. tsschecker/Makefile.am:6: but option 'subdir-objects' is disabled
  62. automake: warning: possible forward-incompatibility.
  63. automake: At least a source file is in a subdirectory, but the 'subdir-objects'
  64. automake: automake option hasn't been enabled. For now, the corresponding output
  65. automake: object file(s) will be placed in the top-level directory. However,
  66. automake: this behaviour will change in future Automake versions: they will
  67. automake: unconditionally cause object files to be placed in the same subdirectory
  68. automake: of the corresponding sources.
  69. automake: You are advised to start using 'subdir-objects' option throughout your
  70. automake: project, to avoid future incompatibilities.
  71. tsschecker/Makefile.am: installing '../../depcomp'
  72. ~/Desktop/futurerestore
  73. checking build system type... x86_64-apple-darwin16.7.0
  74. checking host system type... x86_64-apple-darwin16.7.0
  75. checking target system type... x86_64-apple-darwin16.7.0
  76. checking whether we need platform-specific build settings... checking for a BSD-compatible install... /usr/bin/install -c
  77. checking whether build environment is sane... yes
  78. checking for a thread-safe mkdir -p... ./install-sh -c -d
  79. checking for gawk... no
  80. checking for mawk... no
  81. checking for nawk... no
  82. checking for awk... awk
  83. checking whether make sets $(MAKE)... yes
  84. checking whether make supports nested variables... yes
  85. ./configure: line 3019: syntax error near unexpected token `libplist,'
  86. ./configure: line 3019: `PKG_CHECK_MODULES(libplist, libplist >= 1.12)'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement