-
Notifications
You must be signed in to change notification settings - Fork 1
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
Cross compilation and running of tool and test not working robustly across platforms #3
Comments
The issue has been fixed in the latest master commit |
Thank you, it built the tools and they run in darling. Now running the tests I get errors. For windows the cross compiling is not building either.
Please let me know if it's better to open different issues for each case, the following three are failing:
Again, thank you. |
Let's keep the issues here since they are related. You can modify the Title to better capture the issue. I will create a PR soon so you can test the failing issues out. |
Also ensure one can build on and for windows Awaiting testing to ensure test run on windows resolves #3
@Ultra-Code I can confirm that building tools works without problems in wine issuing I get
Thank you. |
But I'm afraid there is a regression for Linux on tools I'm gettting:
|
The issue above is because when an explicit linux target is specified Hmmm, I will try to get a patch that fixes this issue in upstream lmdb but In the meantime I will disable the |
I have disabled |
Confirming that Linux target tools are generated and run correctly, |
I haven't had enough time to figure out what is causing the Darling test crashes yet, so I will create a new issue to track that. This will allow the linked PR to be merged, closing this issue. |
Hi there, thank you for this effort, I would like to use lmdb with zig, cross compile and test.
I'm on Debian 12, with zig 0.13.0.
Follows the output
The text was updated successfully, but these errors were encountered: