On 2021-04-15 02:24, Oliver Niebuhr wrote:
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'],
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
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
Hello List.
For the last 2 Days I try to build mm-common-* from the Tarball but it
always ends with an error.
* OS: Windows 10, 20H2
* Dev Environment: MinGW-w64 on MSYS2, 10.2.0
* Doxygen, Graphviz etc. are installed. But I do not know if anything
else is missing as there is zero Documentati