Hi,
I try to compile Pd on a new computer but the configure fails.
I installed all the dependencies using Homebrew:
brew install automake autoconf libtool pkg-config gettext
Updating Homebrew...
Warning: automake 1.16.2 is already installed and up-to-date
To reinstall 1.16.2, run `brew reinstall automake`
Warning: autoconf 2.69 is already installed and up-to-date
To reinstall 2.69, run `brew reinstall autoconf`
Warning: libtool 2.4.6_1 is already installed and up-to-date
To reinstall 2.4.6_1, run `brew reinstall libtool`
Warning: pkg-config 0.29.2_3 is already installed and up-to-date
To reinstall 0.29.2_3, run `brew reinstall pkg-config`
Warning: gettext 0.20.2 is already installed and up-to-date
To reinstall 0.20.2, run `brew reinstall gettext`
I run brew link --force gettext
Warning:Refusing to link macOS provided/shadowed software: gettext
If you need to have gettext first in your PATH run:
echo 'export PATH="/usr/local/opt/gettext/bin:$PATH"' >> ~/.bash_profile
For compilers to find gettext you may need to set:
export LDFLAGS="-L/usr/local/opt/gettext/lib"
export CPPFLAGS="-I/usr/local/opt/gettext/include"
I guess here is the problem....
Then I run ./autogen.sh
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force -I m4/generated -I m4
autoreconf: configure.ac: tracing
autoreconf: running: glibtoolize --copy --force
glibtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'm4/config'.
glibtoolize: copying file 'm4/config/ltmain.sh'
glibtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4/generated'.
glibtoolize: copying file 'm4/generated/libtool.m4'
glibtoolize: copying file 'm4/generated/ltoptions.m4'
glibtoolize: copying file 'm4/generated/ltsugar.m4'
glibtoolize: copying file 'm4/generated/ltversion.m4'
glibtoolize: copying file 'm4/generated/lt~obsolete.m4'
autoreconf: running: /usr/local/Cellar/autoconf/2.69/bin/autoconf --force
autoreconf: configure.ac: not using Autoheader
autoreconf: running: automake --add-missing --copy --force-missing
configure.ac:175: installing 'm4/config/compile'
configure.ac:9: installing 'm4/config/missing'
asio/Makefile.am: installing 'm4/config/depcomp'
autoreconf: Leaving directory `.'
Then I run ./configure --disable-jack-framework
but I get: .in'ig.status: error: cannot find input file: `Makefile
(I attached the full output of configure)
Do you have any idea of what I can do to solve the problem?
Thanks!
Pierre