Christopher Degawa

Results 215 comments of Christopher Degawa

I don't think I've ever encountered this specific issue, do you know if it's still occurring?

I have not been able to reproduce this with the .ini and config.txt files provided in the original post, so I do not have a way to reproduce and verify...

I'm not sure how feasible this would be with our current setup, as we use the status of the downloading command to determine if a rebuild is needed in the...

You could probably run strip_ansi "$LOCALBUILDDIR"/*.log in mintty

Could you make a list of all the escapes that manages to escape? Also, try escaping them with backticks to ensure they don't get formatted

Don't think we can as upstream does some stuff that isn't really compatible with mingw-w64's naming scheme and I don't want to have to worry about tracing issues that might...

Unless someone else is willing to do that, I personally don't really want to put forth that effort

as a current note, this is the output of ninja install ```none Running install in rubberband-git [0/1] Installing files. Installing rubberband-static.lib to D:/media-autobuild_suite/local64/lib Installing librubberband-2.dll to D:/media-autobuild_suite/local64/bin Installing librubberband.dll.a to...

Hmm, I'm not entirely familiar with cross-compiling but the define guards for that header is `HAVE_POSIX_MEMALIGN` and that is defined if ```c #ifndef HAVE_POSIX_MEMALIGN #ifndef _WIN32 #ifndef __APPLE__ #ifndef LACK_POSIX_MEMALIGN...

> Thanks. > `sudo apt install -y libc6-dev` with `-Dextra_include_dirs=/usr/include,/usr/include/x86_64-linux-gnu` got rid of that error, however the cascade of errors just continues from there, fix one and the next pops...