Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't build on macOS #2

Closed
andrewbanchich opened this issue May 19, 2019 · 2 comments
Closed

Can't build on macOS #2

andrewbanchich opened this issue May 19, 2019 · 2 comments

Comments

@andrewbanchich
Copy link

I'm getting this:

   Compiling goblin v0.0.21
error: failed to run custom build command for `nwind v0.1.0 (https://github.com/nokia/not-perf.git?rev=9739e8b#9739e8b6)`

Caused by:
  process didn't exit successfully: `/Users/andrewbanchich/Downloads/memory-profiler/target/release/build/nwind-a1a37c92bd103957/build-script-build` (exit code: 101)
--- stderr
thread 'main' panicked at 'unsupported target: x86_64-apple-darwin', /Users/andrewbanchich/.cargo/git/checkouts/not-perf-e01bfa01482c86ed/9739e8b/nwind/build.rs:13:19
note: Run with `RUST_BACKTRACE=1` environment variable to display a backtrace.

warning: build failed, waiting for other jobs to finish...

Can't wait to try it out!

@pantsman0
Copy link

The issue is that the underlying library nwind only supports linux.

Please see https://github.com/nokia/not-perf/blob/master/nwind/build.rs for the list of supported targets.

@koute
Copy link
Owner

koute commented May 19, 2019

Unfortunately at this point in time the only supported OS is Linux. Adding support for macOS would probably be possible, however it would require a huge amount of effort due to how different macOS is from Linux. Sorry!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants