ivmarkov

Results 702 comments of ivmarkov
trafficstars

Related: https://github.com/rust-lang/cmake-rs/pull/225

> Related: [rust-lang/cmake-rs#225](https://github.com/rust-lang/cmake-rs/pull/225) Since it might not be clear how this ^^^ is related: - In our own cross-compiling scenario, I think it is best to completely turn off the...

I wonder what is this V drive: - Option A - a real drive - Option B - a virtual "subst" drive hiding a long directory path that the build...

I have no ideas then. Maybe you can play a bit with e.g. absolute path for your target dir to figure out what is the actual problem in the first...

[Here](https://github.com/esp-rs/embuild/pull/80)'s a pull request that was already reviewed and requires just a little love from somebody to get merged. (As in `cargo fmt`.) I guess the contributor lost interest as...

And the [corresponding PR to `esp-idf-sys`](https://github.com/esp-rs/esp-idf-sys/pull/241) that I can merge once the above PR is merged.

@knarkzel Sorry - I've deleted your post. You know it could be anything as to why the previous contributor has not reacted. Let's concentrate on owning and fixing the PR...

Well you might have to dig deeper. As in setting `export RUST_BACKTRACE=1` and then re-running the build. This would give you an idea where exactly in the `esp-idf-sys` Rust build...

Maybe the relevant question here is... is `ESP IDF` **itself** supporting a build where "it" is not a GIT repository? Because if it doesn't, we should forget about this change...