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 Aug 1, 2023. It is now read-only.
I just installed gyro from the .tar.gz. my zig version is: 0.10.1
and the error i am getting when running gyro build is:
/home/mknight/zig/0.10.0-dev.2431+0e6285c8f/files/lib/std/json.zig:1784:33: 0x2da5a1 in std.json.parse (gyro)
/home/mknight/zig/0.10.0-dev.2431+0e6285c8f/files/lib/std/json.zig:0:0: 0x2db3ee in std.json.parse (gyro)
/home/mknight/zig/0.10.0-dev.2431+0e6285c8f/files/lib/std/fs.zig:0:5: 0x2d3a17 in commands.build (gyro)
/home/mknight/code/gyro/src/main.zig:260:13: 0x2a2d27 in main (gyro)
/home/mknight/code/gyro/src/main.zig:0:0: 0x2a3e13 in main (gyro)
/home/mknight/code/gyro/src/main.zig:0:0: 0x2a3e3f in main (gyro)
The text was updated successfully, but these errors were encountered:
And building from source it uh.. idk errors at linking:
LLD Link... warning(link): unexpected LLD stderr:
ld.lld: warning: /home/sudokit/temp/gyro/zig-cache/o/3d41d0535afbcdb922c9feadf02f6af9/libssh2.a: archive member '/home/sudokit/temp/gyro/zig-cache/o/bbc79568740911b66efffbd49e85157b/libmbedtls.a' is neither ET_REL nor LLVM bitcode
ld.lld: warning: /home/sudokit/temp/gyro/zig-cache/o/ac92977432239137369e209b6ba60c2e/libgit2.a: archive member '/home/sudokit/temp/gyro/zig-cache/o/ba91629039c0195d54f6f096cffb2753/libz.a' is neither ET_REL nor LLVM bitcode
ld.lld: warning: /home/sudokit/temp/gyro/zig-cache/o/ac92977432239137369e209b6ba60c2e/libgit2.a: archive member '/home/sudokit/temp/gyro/zig-cache/o/bbc79568740911b66efffbd49e85157b/libmbedtls.a' is neither ET_REL nor LLVM bitcode
ld.lld: warning: /home/sudokit/temp/gyro/zig-cache/o/ac92977432239137369e209b6ba60c2e/libgit2.a: archive member '/home/sudokit/temp/gyro/zig-cache/o/3d41d0535afbcdb922c9feadf02f6af9/libssh2.a' is neither ET_REL nor LLVM bitcode
ld.lld: warning: /home/sudokit/temp/gyro/zig-cache/o/c42e72eb0317a425d4a3034f36e4ff63/libcurl.a: archive member '/home/sudokit/temp/gyro/zig-cache/o/3d41d0535afbcdb922c9feadf02f6af9/libssh2.a' is neither ET_REL nor LLVM bitcode
ld.lld: warning: /home/sudokit/temp/gyro/zig-cache/o/c42e72eb0317a425d4a3034f36e4ff63/libcurl.a: archive member '/home/sudokit/temp/gyro/zig-cache/o/bbc79568740911b66efffbd49e85157b/libmbedtls.a' is neither ET_REL nor LLVM bitcode
ld.lld: warning: /home/sudokit/temp/gyro/zig-cache/o/c42e72eb0317a425d4a3034f36e4ff63/libcurl.a: archive member '/home/sudokit/temp/gyro/zig-cache/o/ba91629039c0195d54f6f096cffb2753/libz.a' is neither ET_REL nor LLVM bitcode
I just installed gyro from the .tar.gz. my zig version is: 0.10.1
and the error i am getting when running
gyro build
is:The text was updated successfully, but these errors were encountered: