Re: Problem building mm-common on MSYS2
- From: Rob Pearce <rob flitspace org uk>
- To: gtkmm-list gnome org
- Subject: Re: Problem building mm-common on MSYS2
- Date: Wed, 14 Apr 2021 18:07:55 +0100
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]