Christopher Degawa

Results 215 comments of Christopher Degawa

that may require adding another option, perhaps that can be done in a bit

linking this branch so I remember which branch I was working on https://github.com/1480c1/media-autobuild_suite/tree/x264bit

https://www.tutorialspoint.com/batch_script/batch_script_bitwise_operators.htm somehow yes in batch https://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#tag_18_06_04 We can use the `$(())` to do bitwise ops in bash we have at least a signed long's worth of bits in bash, so...

perhaps it might be a good idea to switch it over, the only issue I can see is it might conflict with previous options.

I was mainly thinking of doing something stupid like loading all of the options into something generic like `--suite-option=%suite_option%` and read it using ```bash options={1#*=} opt1=$((options & 1)) opt2=$((options &...

Do you still see this error? I have not seen it anytime recently

```c ccache clang++ -pipe -static-libgcc -static-libstdc++ -L/local64/lib -L/mingw64/lib -Wl,--nxcompat,--dynamicbase -Wl,--high-entropy-va -Wl,--as-needed -Wl,--pic-executable,-e,mainCRTStartup -Wl,--image-base,0x140000000 -IF:/media-autobuild_suite-master/local64/include/svt-av1 -LF:/media-autobuild_suite-master/local64/lib -o /tmp/ffconf.jAd5inO7/test.exe /tmp/ffconf.jAd5inO7/test.o -lSvtAv1Enc -liconv -lpsapi -lstdc++ -lstdc++ F:/media-autobuild_suite-master/msys64/mingw64/bin/ld: cannot open output file F:/media-autobuild_suite-master/msys64/tmp/ffconf.jAd5inO7/test.exe: Permission...

> The anti-virus software is closed, and it will report that other libraries are not found using pkg-config after re-running. After re-running several times, it will report that different libraries...

> I cannot smoothly build Rust for months. Then you should have probably opened an issue months ago > curl: (60) SSL certificate problem: unable to get local issuer certificate...

ping @mecurry0232? I don't think there's anything I can do on my side since it's working just fine for me, so unless you have a clear way to reasonably reproduce...