Error in install ios-webkit-debug-proxy
PeterChen1997 opened this issue · 2 comments
PeterChen1997 commented
I use mac and i came to this problem, many thanks for your reply
Here is the bash info:
chenyangdeMacBook-Pro:Contents shenyang$ brew install --HEAD ios-webkit-debug-proxy
==> Cloning https://github.com/google/ios-webkit-debug-proxy.git
Updating /Users/shenyang/Library/Caches/Homebrew/ios-webkit-debug-proxy--git
==> Checking out branch master
Already on 'master'
Your branch is up to date with 'origin/master'.
HEAD is now at bbac872 version bump 1.8.5
==> ./autogen.sh
Last 15 lines from /Users/shenyang/Library/Logs/Homebrew/ios-webkit-debug-proxy/01.autogen.sh:
glibtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
glibtoolize: and rerunning glibtoolize and aclocal.
glibtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
aclocal
autoheader
automake --add-missing
configure.ac:13: installing './compile'
configure.ac:8: installing './install-sh'
configure.ac:8: installing './missing'
examples/Makefile.am: installing './depcomp'
src/Makefile.am:9: error: Libtool library used but 'LIBTOOL' is undefined
src/Makefile.am:9: The usual way to define 'LIBTOOL' is to add 'LT_INIT'
src/Makefile.am:9: to 'configure.ac' and run 'aclocal' and 'autoconf' again.
src/Makefile.am:9: If 'LT_INIT' is in 'configure.ac', make sure
src/Makefile.am:9: its definition is in aclocal's search path.
READ THIS: https://docs.brew.sh/Troubleshooting
ewanharris commented
Hey @PeterChen1997,
I did some googling for the error: Libtool library used but 'LIBTOOL' is undefined and it looks like the problem you're seeing lies in not having libtool installed (see here), you should be able to install it via brew
PeterChen1997 commented
hi harris, many thanks for your reply. I reinstall my relavent tools and it's ok now~