Skip to content
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 failed on the windows #29

Closed
H3mnz opened this issue Jan 19, 2024 · 2 comments · Fixed by #30
Closed

Build failed on the windows #29

H3mnz opened this issue Jan 19, 2024 · 2 comments · Fixed by #30

Comments

@H3mnz
Copy link

H3mnz commented Jan 19, 2024

When I try to run on the windows, these errors happen.

SEVERE: error[E0433]: failed to resolve: could not find Resource in rlimit
SEVERE: error[E0425]: cannot find function getrlimit in crate rlimit

Exception: Build process failed.

@icota
Copy link
Collaborator

icota commented Jan 22, 2024

Thank you for reporting @H3mnz. Seems to be happening because some of our utility functions (to increase the number of open files) are not available on Windows.

Since this is not strictly necessary on desktop platforms I'll see if it's possible to omit this functionality.

@icota
Copy link
Collaborator

icota commented Jan 22, 2024

I don't actually have a Windows machine to test this. @H3mnz can you please try using the branch from #30?

@icota icota closed this as completed in #30 Jan 22, 2024
sneurlax pushed a commit to cypherstack/tor that referenced this issue Jun 13, 2024
7a5bba8 fix: setup flutter environment for Xcode iOS builds (Foundation-Devices#30)
7467b9a fix: build_pod.sh should setup flutter environment (Foundation-Devices#29)
0f0359e fix: install targets for correct toolchain (#26)

git-subtree-dir: cargokit
git-subtree-split: 7a5bba8eefbfe7e567f754477fd172e7a06b153f
sneurlax pushed a commit to cypherstack/tor that referenced this issue Jun 22, 2024
7467b9a fix: build_pod.sh should setup flutter environment (Foundation-Devices#29)
0f0359e fix: install targets for correct toolchain (#26)

git-subtree-dir: cargokit
git-subtree-split: 7467b9a6374e4248879305ab2b71f367b05da6a0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants