tyan0
tyan0
I tried to reproduce the problem, however, I could not. What I tried was: ``` wget https://developer.arm.com/-/media/Files/downloads/gnu-rm/10.3-2021.10/gcc-arm-none-eabi-10.3-2021.10-win32.zip unzip gcc-arm-none-eabi-10.3-2021.10-win32.zip export PATH=/c/msys64/home/yano/gcc-arm-none-eabi-10.3-2021.10/bin:/c/msys64/home/yano/gcc-arm-none-eabi-10.3-2021.10/arm-none-eabi/bin:$PATH git clone https://github.com/raspberrypi/pico-sdk.git cd pico-sdk git submodule update --init...
I noticed the problem can be reproducible by 'make -j8' instead of just 'make'. I will look into this problem. Please wait a while.
After various investigations, I concluded that this is not a pty bug, because this also happens in console (command prompt). Pty with pseudo console support provides for non-msys2 (win32 native)...
To verify the fact I had investigated, I applied a patch below for cmake. With this patch, the issue disappears. ``` diff --git a/Source/cmakemain.cxx b/Source/cmakemain.cxx index f931e9d..4510aed 100644 --- a/Source/cmakemain.cxx...
@romulasry , how did you install libopenh264.so.2.4.1? I tried but fedora 39 installed 2.4.0-2.fc39. So, I replaced it manually with http://ciscobinary.openh264.org/libopenh264-2.4.1-linux64.7.so.bz2, however the issue could not be reproduced. I will...
2.3.1? Rather than 2.4.1?
I cannot find 2.3.1-2.fc39. How can I install it? It seems that only 2.4.0-2.fc39 is available on the server. How did you install it? I also replace 2.4.0-2.fc39 manually with...
Could you please let me know how to reproduce the issues?
I think this is ConPTY issue because this can be reproducible also in WSL outside Windows Terminal. > Did this _ever_ work in previous versions of Windows? What do you...
@dscho, I tried to reproduce this with cygwin 3.5.1, however, could not. Which cygwin version did you try?