museumsvictoria / spatial_audio_server

An audio backend for the multi-layered soundscape of Beyond Perception: Seeing the Unseen, a permanent exhibition at Scienceworks in Melbourne, Australia.
82 stars 14 forks source link

conrod (metal) breaks build #191

Closed BlueJayLouche closed 4 years ago

BlueJayLouche commented 4 years ago
error[E0282]: type annotations needed
  --> /Users/acherry/.cargo/registry/src/github.com-1ecc6299db9ec823/metal-0.13.1/src/capturemanager.rs:98:13
   |
98 |             msg_send![self, stopCapture];
   |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ consider giving `result` a type
   |
   = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)

error: aborting due to 23 previous errors

For more information about this error, try `rustc --explain E0282`.
error: could not compile `metal`.
warning: build failed, waiting for other jobs to finish...
error: build failed
rustup --version
rustup 1.20.2 (13979c968 2019-10-16)

Hardware Overview:

Model Name: MacBook Air Model Identifier: MacBookAir7,2 Processor Name: Intel Core i5 Processor Speed: 1.6 GHz Number of Processors: 1 Total Number of Cores: 2 L2 Cache (per Core): 256 KB L3 Cache: 3 MB Hyper-Threading Technology: Enabled Memory: 8 GB

System Software Overview:

System Version: macOS 10.14.6 (18G87) Kernel Version: Darwin 18.7.0 Boot Mode: Normal Secure Virtual Memory: Enabled System Integrity Protection: Disabled Time since boot: 1 day 21:14

BlueJayLouche commented 4 years ago

see: https://github.com/nannou-org/nannou/issues/418