Evgeniy Dushistov

Results 204 comments of Evgeniy Dushistov

May be re-post this message also on reddit/users.rust-lang.org ?

I faced with this problem on macOS, where `/usr/bin/clang` and `/Application/Xcode/.../clang` are different binaries, but have the same version. Plus some tools like to set `/usr/bin/cc` (that link to `/usr/bin/clang`)...

@alexcrichton , have no time to review, or have some doubts about this PR?

> run_{configure,build} refactor these two into run_cmake_action function > the comment on run_and_check_if_need_reconf looks like it may have been cut off? Also I removed unfinished sentence in comment Plus rebase.

Ping @alexcrichton

I rebased my branch, it is again ready to merge @alexcrichton

Rebase on master. Ping @alexcrichton and @strega-nil .

@aloucks > Do you mean you're running cmake out of band (i.e. by hand)? I always run `cmake` via `cmake-rs`, the log that I provided in the first post I...

Yeah, but this break my build for iOS :(

Initial implementation can be found here: #66 . What missed: - tests - feature to make it optional - replace bunch of `todo!` with help of usage of serde-fleece