Boyuan Yang

Results 62 comments of Boyuan Yang

@kloczek My understanding to the new patch is that intltool and gettext will have to be unconditionally present during configure no matter you use it or not. (In the old...

@kloczek Thanks for the info. However, when using your patch and call `./configure --disable-nls` without intltool installed, the following error occurred: ``` ./configure --disable-nls checking for a BSD-compatible install... /usr/bin/install...

Besides, even if `intltool` is installed and `./configure --disable-nls` is used, `make install` will still have `libmypaint.mo` compiled and installed. @klozcek Can you verify it?

Then perhaps we should keep the old implementation for now. At least the old one is working properly and we haven't found a new functioning substitute.

I believe current git HEAD ( fb450f8fc562b3c85a90678029b43c07d6fe6ff1 ) is working as expected with autoconf 2.70. What is the error message on your side?

I cannot reproduce your error: ``` > git clone https://github.com/mypaint/libmypaint Cloning into 'libmypaint'... remote: Enumerating objects: 109, done. remote: Counting objects: 100% (109/109), done. remote: Compressing objects: 100% (73/73), done....

It's actually not a msys2-specific problem. Also happen in Debian too: https://buildd.debian.org/status/fetch.php?pkg=libmypaint&arch=amd64&ver=1.5.1-1~exp1&stamp=1582496604&raw=0

从某个版本的 apt 开始 https 支持进行了内置。所以不能暴力检查 apt-transport-https 的安装情况,要进行进一步的判断。

@Windows10010 The default config should never be used without any modification; one must properly set the altered room/nickname before starting the program. If you are still experiencing the problem after...

Just FYI, I am using the latest Autotools toolchain as provided by Debian unstable.