You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having a couple problems installing mpb on Cygwin. Recently, I tried to use this repo and got the following:
$ bash ./autogen.sh
autoreconf-2.69: Entering directory `.'
autoreconf-2.69: configure.ac: not using Gettext
autoreconf-2.69: running: aclocal -I m4 --output=aclocal.m4t
Can't exec "aclocal": No such file or directory at /usr/share/autoconf/Autom4te/FileUtils.pm line 326.
autoreconf-2.69: failed to run aclocal: No such file or directory
autoreconf-2.69: Entering directory `.'
autoreconf-2.69: configure.ac: not using Gettext
autoreconf-2.69: running: aclocal -I m4 --output=aclocal.m4t
Can't exec "aclocal": No such file or directory at /usr/share/autoconf/Autom4te/FileUtils.pm line 326.
autoreconf-2.69: failed to run aclocal: No such file or directory
autoreconf-2.69: Entering directory `.'
autoreconf-2.69: configure.ac: not using Gettext
autoreconf-2.69: running: aclocal -I m4 --output=aclocal.m4t
Can't exec "aclocal": No such file or directory at /usr/share/autoconf/Autom4te/FileUtils.pm line 326.
autoreconf-2.69: failed to run aclocal: No such file or directory
./autogen.sh: line 21: ./configure: No such file or directory
Prior to this, I tried v1.5, but found a problem when make tried to build sphere_quad. I found that issue reported in libctl issue 2, but couldn't follow the solution provided. A fix was said to be included in the next release, so I tried the git repo.
The text was updated successfully, but these errors were encountered:
I'm having a couple problems installing mpb on Cygwin. Recently, I tried to use this repo and got the following:
Prior to this, I tried v1.5, but found a problem when make tried to build sphere_quad. I found that issue reported in libctl issue 2, but couldn't follow the solution provided. A fix was said to be included in the next release, so I tried the git repo.
The text was updated successfully, but these errors were encountered: