Sizhe Zhao
Sizhe Zhao
Currently I see no POSIX-specific utlities need to bootstrap Zig besides bash. Maybe we can switch to use Python for scripting to reduce dependencies. Another benifit for this is to...
# Description Exclude About CodeEdit window from Window menu. # Related Issue * #704 # Checklist - [X] I read and understood the [contributing guide](https://github.com/CodeEditApp/CodeEdit/blob/main/CONTRIBUTING.md) as well as the [code...
### Description Open a file, rename it and open it again, then the app crashes. This only happen if you keep the original file opened. ### To Reproduce 1. Open...
### Description The 'About CodeEdit' window is shown in Window menu as 'Untitled'. ### To Reproduce 1. Click 'About CodeEdit' in the 'CodeEdit' menu 2. Go to Window menu and...
In MSVC, there is no `strncpy`, which makes it hard to build telemeh: ``` telemeh.obj : error LNK2001: unresolved external symbol strndup moar.dll : fatal error LNK1120: 1 unresolved externals...
I'm trying to build static gcc with this command `./build --mode=gcc-9.2.0 --jobs=2 --no-multilib --no-extras --static-gcc --rt-version=v7.0.0 --with-default-msvcrt=ucrt --enable-languages=c,c++ --buildroot=/e/mingw920 --threads=posix --exceptions=seh --arch=x86_64`. And the script failed when building libgomp. [config.log](https://github.com/niXman/mingw-builds/files/4152148/config.log)...
While working on #498, I came across this when building binutils: ``` C:\msys64\tmp\cci0ZbK6.ltrans0.ltrans.o::(.text+0x5382): undefined reference to `strndup' ``` Which caused build failure of at least dwp.exe and ld-new.exe. The commandline...
Command: `./build --mode=gcc-10.2.0 --buildroot=/e/mingw1020 --no-multilib --no-extras --jobs=6 --rt-version=v7.0.0 --with-default-msvcrt=ucrt --enable-languages=c,c++ --threads=posix --exceptions=seh --arch=x86_64 --bin-compress` Log: ``` ../../../../../src/gcc-10.2.0/libgomp/env.c: In function 'handle_omp_display_env': ../../../../../src/gcc-10.2.0/libgomp/env.c:1285:24: error: unknown conversion type character 'l' in format [-Werror=format=]...
See: - https://github.com/niXman/mingw-builds/blob/develop/build#L515 - https://github.com/niXman/mingw-builds/blob/develop/scripts/gcc-10.2.0.sh#L72 Should be `$BASE_BUILD_DIR/mingw$(func_get_arch_bit ${BUILD_ARCHITECTURE})` or `$PREFIX`.