zig-bootstrap icon indicating copy to clipboard operation
zig-bootstrap copied to clipboard

take off every zig

Results 98 zig-bootstrap issues
Sort by recently updated
recently updated
newest added

Host system: x86_64-gentoo-linux-musl ```bash [ 99%] Built target zig0 [ 99%] Building self-hosted component /home/user/zig-bootstrap/out/build-zig-host/zig1.o [100%] Building CXX object CMakeFiles/zig.dir/src/stage1/empty.cpp.o [100%] Linking CXX executable zig [100%] Built target zig Install...

Running: `.\build.bat x86_64-windows-gnu baseline` fails with: ``` run docgen (langref.html): error: thread 18600 panic: start index 43 is larger than end index 42 C:\Users\user\zig-bootstrap\zig\tools\docgen.zig:985:32: 0x7ff776fd2522 in tokenizeAndPrintRaw__anon_5565 (docgen.exe.obj) if (mem.indexOf(u8,...

``` -- Build files have been written to: F:/tmp/zig-bootstrap/out-win-x86/build-llvm-host [64/1444] Building CXX object tools\clang\lib\Basic\CMakeFiles\obj.clangBasic.dir\Targets\X86.cpp.obj F:\tmp\zig-bootstrap\clang\lib\Basic\Targets\X86.cpp(926): warning C4819: The file contains a character that cannot be represented in the current code...

## Build of x86_64-windows-musl on WSL ubuntu I tried to build `x86_64-windows-musl` with `mcpu = native` on WSL-ubuntu on Windows 11 Pro. I cloned the repo on branch `master` at...

I've been trying to bootstrap on Fedora 38 Silverblue in a toolbox. For some reason, it fails at stage3 with undefined symbols. Thanks. ```sh $ uname -a Linux toolbox 6.4.6-200.fc38.x86_64...

env: centos 8 + gcc 12 / clang 14(with no libc++ installed) build cmd (use build.log because the error message is too large to scroll on my terminal/screen) ``` env...

The main value here is to put `CMAKE_GENERATOR=Ninja` front-and-center, so that users realize that extra steps are needed for a parallel build. It _is_ documented quite clearly already, but, from...

We currently have 2 "popular" kinds of release modes: - `ReleaseFast` without debug symbols. Existing behaviour, will be used to cut releases. - `ReleaseSafe` with debug symbols. New behaviour, will...

Following the instructions [here](https://github.com/ziglang/zig/wiki/Building-Zig-From-Source), I run: ```shell # clone zig # clone zig-bootstrap # build zig-bootstrap with: CMAKE_GENERATOR=Ninja ./build native-linux-gnu native # build zig under the root path with: /path/to/zig-bootstrap/out/zig-native-linux-gnu-native/bin/zig...

``` ~/.cache/kiss/sources/zig/zig-bootstrap-0.10.1 $ ./build x86_64-linux-musl native ... [ 1%] Built target opt_c_util [ 5%] Built target zigcpp [ 86%] Built target embedded_softfloat [ 97%] Built target zigstage1 [ 98%] Built...