On 15/04/2021 01:24, Oliver Niebuhr wrote:
I do not know if this is the Solution but I added 'sys.executable' and
the Error Message went away:
result = subprocess.run([sys.executable, 'aclocal', '--print-ac-dir'],
stdout=subprocess.PIPE,
stderr=subprocess.DEVNULL,
On 14/04/2021 22:55, Oliver Niebuhr wrote:
[cut for readability]
I do not know if this is the Solution but I added 'sys.executable' and
the Error Message went away:
result = subprocess.run([sys.executable, 'aclocal', '--print-ac-dir'],
stdout=subprocess.PIPE,
stderr=
On 14/04/2021 19:07, Rob Pearce wrote:
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 scri
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 approp
Hi,
On Wed, Apr 14, 2021 at 06:49:49PM +0200, Kjell Ahlstedt via gtkmm-list wrote:
[…]
> If Arch Linux does not contain a gtkmm4 package, it's more difficult for you
> to test it. You will have to build some packages yourself, either from
> tarballs or from the git repositories. Building from tarb
You should have sent your questions to the gtkmm-list. That's usually
better than sending to a specific person. More people get a chance to
see the questions and reply to them.
If Arch Linux does not contain a gtkmm4 package, it's more difficult for
you to test it. You will have to build some
On 2021-04-14 08:11, Oliver Niebuhr wrote:
/util/meson_aux/extra-install-cmd.py
C:/Dev/Sources/GTK4/mmcommon/x64/debug/share/aclocal'
--- stdout ---
--- stderr ---
Traceback (most recent call last):
File "C:/Dev/MMCommonSrc/util/meson_aux/extra-install-cmd.py", line
17, in
result = s