Aurabindo Pillai
Aurabindo Pillai
Mine was working for a few days, but suddenly it started failing with this error. Any hints to debug?
@brucehoult Its likely `--depth=1` is the culprit
Adding the path manually fixed my issue ``` diff --git a/librocksdb-sys/build.rs b/librocksdb-sys/build.rs index e018b4e..deed866 100644 --- a/librocksdb-sys/build.rs +++ b/librocksdb-sys/build.rs @@ -40,6 +40,7 @@ fn bindgen_rocksdb() { .blocklist_type("max_align_t") // https://github.com/rust-lang-nursery/rust-bindgen/issues/550 .ctypes_prefix("libc")...
Yup! I came across this error while building a package for which rocksdb was a dependency. I dont know if there is a OS agnostic way to detect the sysroot...
@sdwolf Adding the configuration suggested actually makes it even worse - now spacemacs hangs when I do a block copy (Select multiple lines/characters and hit y). But single line copy's...
@sdwolf Just tried on emacs 25.3 and I'm glad to report that emacs manages to exit gracefully after a few seconds. Although it does wait some time (~3 seconds) trying...
@therealprof to add it to embedded-hal, we need to analyze how other microcontrollers do it as well for arriving at a common ground right?
@therealprof I just looked at the embedded hal crate, and it doesnt have anything related to DMA. However, this crate and many other do have an implementation. Does it mean...
I just installed it on Archlinux, and I have the same issue. @nonchip I am getting a `-1` for that command. Is there anything I can do to make it...
Wont work for me either. The enterprise llm instance needs a custom header set.