ratfactor / ziglings

Learn the Zig programming language by fixing tiny broken programs.
MIT License
4.32k stars 479 forks source link

Failing compilation for 0.12.0-dev.1632+acf9de376 #365

Closed KoltPenny closed 6 months ago

KoltPenny commented 11 months ago

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.

KoltPenny commented 11 months ago

Unless this is the first test :thinking:

chrboesch commented 11 months ago

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