Re: Problem building mm-common on MSYS2

2021-04-14 Thread Oliver Niebuhr
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,

Re: Problem building mm-common on MSYS2

2021-04-14 Thread Oliver Niebuhr
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

Re: Problem building mm-common on MSYS2

2021-04-14 Thread Rob Pearce
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

Re: GTK4 and gtkmm4 on Arch - Question

2021-04-14 Thread Emmanuel Gil Peyrot
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

Re: GTK4 and gtkmm4 on Arch - Question

2021-04-14 Thread Kjell Ahlstedt via gtkmm-list
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

Re: Problem building mm-common on MSYS2

2021-04-14 Thread Kjell Ahlstedt via gtkmm-list
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 =

Problem building mm-common on MSYS2

2021-04-14 Thread Oliver Niebuhr
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