kcrazy commented on issue #1527: URL: https://github.com/apache/incubator-horaedb/issues/1527#issuecomment-2113710523
> > > > The repository at [rust-rocksdb](https://github.com/tikv/rust-rocksdb) also does not support Windows. > > > > > > > > > Try build with `make build-wal-message-queue`, this will disable rocksdb and use kafka as wal. > > > > > > Can we directly use cargo to replace make? > > Of course you can, our makefile is very simple, you can refer to the https://github.com/apache/incubator-horaedb/blob/main/Makefile#L40 I tried using the command ``` cargo build --no-default-features --features wal-message-queue ``` but encountered some issues with jemalloc: [email protected] states that 'jemalloc support for x86_64-pc-windows-msvc is untested'. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
