#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:
- Windows require compiling and linking to
bundlecache.c (I have no idea how it works on Linux)
- That requires compiling and linking
src/zcash/cache.cpp, which requires Boost, which is super annoying
- If you comment out the parts of
orchard_ffi.rs that don't handle orchard_bundle (i.e. orchard_batch_*) then you can get away with not including bundlechache.c. But that leads to other problems:
#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.rsthat 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_FOUNDwhich seems to be this.embed-manifestcrate results inThe code I used was (it's also in
windows-support-attemptbranch)