Open batchku opened 4 years ago
I tried to reproduce this issue, I have managed to compile both mentioned example on a fresh clone of nannou master without problems (up-to-date rust, compiles on both stable & nightly, the only difference seems to be my macOS version - 10.15.6...). Oh, and I did not need to comment out anything anymore - seems like that issue has been fixed recently.
@batchku did you follow this step in the guide to install the xcode tools?
I did. My xcode tools are all setup for several other use cases besides nanou.
I'm able to build run examples in linux; just can't get them working on OS X...
On Wed, Sep 30, 2020 at 11:15 PM Kyle Kneitinger notifications@github.com wrote:
@batchku https://github.com/batchku did you follow this step in the guide https://guide.nannou.cc/getting_started/platform-specific_setup.html to install the xcode tools?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/nannou-org/nannou/issues/645#issuecomment-701912140, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAD6RVB7KBNVFS2CSZH2YQLSIQNAXANCNFSM4QI3SB6A .
I'm working on OS X (10.15.5) with the latest rus, cargo, and Nannou. I don't appear to be able to build any of the examples; I have tried a handful. Following the advice in this issue, I have commented out
nannou_audio
andnannou_laser
fromexamples/Cargo.html
. But I continue to get errors when building.Here are some examples:
cargo run --release --example simple_ui
or
cargo run --release --example draw
...results in: