-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build failure related to C allocator #1
Comments
I get the same error. Might be something wrong in the build.zig file |
To get the current version to build with zig 0.13.0 you need to:
navigate to tether/editor and run |
@MARLENELASSEINPHOTOMACHEN Thank you for the help! I was able to compile it without issue. This seems to generate the Do you know if this is it so far? Is there a way to demo the editor portion of the app (e.g., explosions, fun particles, etc.)? |
Okay perfect, you're halfway there :) the editor will appear when focusing a textbox, e.g. TextEdit, and pressing cmd + shift + space You will likely run into some issues:
now you should be good to go: rebuild in /editor/:
|
strange -- I always call "clone" with this flag, and the dirs are still empty.
Does it only work on MacOS? Haven't seen that said anywhere(
Still the same error... |
Do I just have to download and unzip the repositories for |
after doing this, I'm still unable to build. I keep getting the error
|
Thank you for the help! I was able to run it (although with a few tricks which i described here #11 (comment)) |
Hey, I was trying to build this using the provided makefile and ran into the following build error:
I tried this on both windows and (wsl) ubuntu, but both give the same error. My
zig version
is0.13.0
.The text was updated successfully, but these errors were encountered: