Skip to content

Instantly share code, notes, and snippets.

@weex
Last active August 29, 2021 16:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save weex/56832f7c138b94d7e41a8a7132376fc1 to your computer and use it in GitHub Desktop.
Save weex/56832f7c138b94d7e41a8a7132376fc1 to your computer and use it in GitHub Desktop.
wispwot bootstrap error
$ brew install automake
Warning: automake 1.16.4 is already installed and up-to-date.
To reinstall 1.16.4, run:
brew reinstall automake
$ brew install make
Warning: make 4.3 is already installed and up-to-date.
To reinstall 4.3, run:
brew reinstall make
$ brew install guile
Warning: guile 3.0.7 is already installed and up-to-date.
To reinstall 3.0.7, run:
brew reinstall guile
$ ./bootstrap.sh --prefix=$HOME/.local && make install
autoreconf: export WARNINGS=
autoreconf: Entering directory '.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force -I m4
autoreconf: configure.ac: tracing
autoreconf: configure.ac: not using Libtool
autoreconf: configure.ac: not using Intltool
autoreconf: configure.ac: not using Gtkdoc
autoreconf: running: /usr/local/Cellar/autoconf/2.71/bin/autoconf --force
autoreconf: configure.ac: not using Autoheader
autoreconf: running: automake --add-missing --copy --force-missing
Makefile.am:14: warning: wildcard *.w: non-POSIX variable name
Makefile.am:14: (probably a GNU make extension)
Makefile.am:14: warning: wildcard */*.w: non-POSIX variable name
Makefile.am:14: (probably a GNU make extension)
autoreconf: Leaving directory '.'
make: *** No rule to make target `install'. Stop.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment