-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
FreeBSD build fails unless I overwrite target name and add -Duse-zig-libcxx=true #13949
Comments
Update: I tried to use https://github.com/ratfactor/ziglings to get started with learning zig and discovered I have a non-funcitonal build:
If I use the stage2 compiler, it appears to work (I get the first error message that I'm supposed to fix). |
see #13699 I'm holding off pushing a rebase of the PR until I work out linking system c++ standard library for stage3 for more than just FreeBSD. btw,
|
Thanks for the heads up, I've subscribed to your PR. I'll re-check this once it's merged. |
Both of my issues are resolved in master, thanks again! |
Zig Version
0.11.0-dev.809+b911b54ae
Steps to Reproduce and Observed Behavior
First got:
Then after I forced the arch to be x86_64 I got:
Expected Behavior
I expected it to build. My solution:
amd64
withx86_65
)-Duse-zig-libcxx=true
tobuild compile
line)-Duse-zig-libcxx=true
toZIG_BUILD_ARGS
Here's my
uname -a
:Looking forward to playing with zig, thank you for all of the hard work!
The text was updated successfully, but these errors were encountered: