-
-
Notifications
You must be signed in to change notification settings - Fork 784
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
zig example program fail to link #3056
Comments
There is no longer a --strip flag after zig 0.9, but 0.7.1 works. I've improved it, try again.
|
It says I don't have unzip or 7zip, but I have them on my system.
Also AUR package xmake-git and xmake-dev-git is not working for me... |
Only xmake installed from one-line script supports bash <(curl -fsSL https://xmake.io/shget.text) dev
source ~/.xmake/profile |
Yeah it's working now for me, thank you for your patience. |
It's failing again. |
please provide logs |
Xmake version: 2.7.4+dev.cea8d57
|
which your zig version, maybe this flag has also been deprecated in new zig. |
I think you are using old zig (<= 0.9), please update your zig version to latest. zig 0.10 contains |
Yeah, it turns out to be that case. |
Xmake Version
v2.7.3+master.b448e00
Operating System Version and Architecture
Linux archlinux 6.0.2-zen1-1-zen #1 ZEN SMP PREEMPT_DYNAMIC Sat, 15 Oct 2022 14:00:51 +0000 x86_64 GNU/Linux
Describe Bug
To reproduce:
1.
xmake create -l zig -t console test
2.
cd test
3.
xmake
Expected Behavior
Link successfully
Project Configuration
Additional Information and Error Logs
zig version:
log:
The text was updated successfully, but these errors were encountered: