-
Notifications
You must be signed in to change notification settings - Fork 27
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
CLion IDEA 2019.2 EAP #31
Comments
I just noticed that the "install prefix" thing is part of the build system, but still, I can't figure out how to make it work. I think it is a stupid mistake I'm making while setting up the environment... |
Oh no |
The error should be an easy fix, but the build error should be reported to https://github.com/ziglang/zig, I think. |
Thank you for your response! I am new to zig, so I am not pretty sure if "--zig-install-prefix" is a bug, or if I am doing something wrong, or if it is a deprecated flag, or ... I think I'll need to do some tests in order to figure it out. |
Maybe reading the manual? |
The argument |
I'm sorry, is there a fix here? Everything circles back to this post but I don't see a work around. |
Hi! I'm reporting here the error I get since the github link is broken in CLion.
log.txt
Also, I'm not sure if it is related to the newer versions of zig, but when I am building a project, it adds the flag "--zig-install-prefix" that is not recognized by the zig compiler.
The text was updated successfully, but these errors were encountered: