-
Notifications
You must be signed in to change notification settings - Fork 11
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
Restore Windows support #38
Comments
conradoplg
added a commit
that referenced
this issue
Aug 22, 2022
Merged
teor2345
pushed a commit
that referenced
this issue
Aug 22, 2022
* delete previous version * Squashed 'depend/zcash/' content from commit f98166f7f5 git-subtree-dir: depend/zcash git-subtree-split: f98166f7f556ee9b9f597d45275c32843a87b0b6 * update to zcash 5.2.0 * remove Windows support for now, see #38
I was making some quick tests here, it seems there are at least 4 undefined references that we need to fix to restore support:
https://github.com/ZcashFoundation/zcash_script/actions/runs/6502088364/job/17660515982#step:6:21482 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#37 removed Windows support because it was requiring a lot of work but we don't support Windows in Zebra anyway.
Restore Windows support.
This is what I tried before giving up:
bundlecache.c
(I have no idea how it works on Linux)src/zcash/cache.cpp
, which requires Boost, which is super annoyingorchard_ffi.rs
that don't handleorchard_bundle
(i.e.orchard_batch_*
) then you can get away with not includingbundlechache.c
. But that leads to other problems:Running the test results in
STATUS_ENTRYPOINT_NOT_FOUND
which seems to be this.embed-manifest
crate results inThe code I used was (it's also in
windows-support-attempt
branch)The text was updated successfully, but these errors were encountered: