Closed KoltPenny closed 6 months ago
When compiling with zig version 0.12.0-dev.1632+acf9de376 the following error comes up:
0.12.0-dev.1632+acf9de376
error: struct 'child_process.ChildProcess' has no member named 'exec' var result = Child.exec(.{
Steps to reproduce:
Compile and install zig version 0.12.0-dev.1632+acf9de376 Clone ziglings and cd into the ziglings directory. Run zig build
cd
zig build
This is a Fedora 39 Linux system.
Unless this is the first test :thinking:
Please use ziglings.org, there you will find the correct version.
When compiling with zig version
0.12.0-dev.1632+acf9de376
the following error comes up:Steps to reproduce:
Compile and install zig version
0.12.0-dev.1632+acf9de376
Clone ziglings andcd
into the ziglings directory. Runzig build
This is a Fedora 39 Linux system.