You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 24, 2022. It is now read-only.
Just clone this repo, and run zig build, and I get:
.\src\main.zig:144:36: error: container 'std.heap' has no member called 'DirectAllocator'
var direct_allocator = std.heap.DirectAllocator.init();
^
D:\zig\lib\zig\std\start.zig:250:40: note: referenced here
const result = root.main() catch |err| {
^
ztags...The following command exited with error code 1:
D:\zig\zig.exe build-exe F:\ztags\src\main.zig --cache-dir F:\ztags\zig-cache --name ztags --cache on
Build failed. The following command failed:
F:\ztags\zig-cache\o\h-6OahYKUODwAXnD5yCgEydQWhn1kDIdeIg_6Js-h-P7AySO0iPphxi3sDCuMNlr\build.exe D:\zig\zig.exe F:\ztags F:\ztags\zig-cac
he
The text was updated successfully, but these errors were encountered:
Just clone this repo, and run
zig build
, and I get:The text was updated successfully, but these errors were encountered: