Re: Problem building mm-common on MSYS2



On 14/04/2021 09:41, Kjell Ahlstedt via gtkmm-list wrote:
The installation of mm-common fails on line 17 of extra-install-cmd.py. I don't understand what the error message refers to ("the file specified"). extra-install-cmd.py is a very simple Python script that just prints a warning, if appropriate. The failing Python command is

  result = subprocess.run(['aclocal', '--print-ac-dir'],
                          stdout=subprocess.PIPE, stderr=subprocess.DEVNULL,
                          universal_newlines=True)

Most likely that's the Windows error message meaning that aclocal is not installed (or not in the path)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]