jagt / clumsy

clumsy makes your network condition on Windows significantly worse, but in a controlled and interactive manner.
http://jagt.github.io/clumsy/
Other
4.96k stars 488 forks source link

error: no field or member function named 'makePath' in 'Build" #148

Open lambdaw22 opened 9 months ago

lambdaw22 commented 9 months ago

error when attempting to build clumsy 0.3 from source.

screenshot

lambdaw22 commented 9 months ago

with build.zig solution*

jagt commented 9 months ago

You have to use zig 0.9.1 to build 0.3. Zig is moving fast and it's changing a lot. I might update later.

lambdaw23 commented 9 months ago

I made an oversight and used zig 0.11.0 even though the documentation explicitly states the need to use version 0.9.1 as seen in the screenshot below.

screenshot 1

Thank you for the repo and the swift response, may this issue help anyone making the same oversight in the future.