ratfactor / ziglings

Learn the Zig programming language by fixing tiny broken programs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Failing compilation for 0.12.0-dev.1632+acf9de376

KoltPenny opened this issue · comments

When compiling with zig version 0.12.0-dev.1632+acf9de376 the following error comes up:

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

This is a Fedora 39 Linux system.

Unless this is the first test 🤔

Please use ziglings.org, there you will find the correct version.