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

Deps clash #1

Open
virtualritz opened this issue Apr 12, 2020 · 3 comments
Open

Deps clash #1

virtualritz opened this issue Apr 12, 2020 · 3 comments

Comments

@virtualritz
Copy link

When trying to build on macOS 10.15.4 I get this:

error: multiple packages link to native library `clang`, but a native library can be linked only once

package `clang-sys v0.21.2`
    ... which is depended on by `bindgen v0.32.3`
    ... which is depended on by `coreaudio-sys v0.2.2`
    ... which is depended on by `coreaudio-rs v0.9.1`
    ... which is depended on by `cpal v0.8.2`
    ... which is depended on by `rodio v0.9.0`
    ... which is depended on by `ggez v0.5.1`
    ... which is depended on by `evolution v0.0.1 (/Users/moritz/code/evolution)`
links to native library `clang`

package `clang-sys v0.26.4`
    ... which is depended on by `bindgen v0.46.0`
    ... which is depended on by `sleef-sys v0.1.2`
    ... which is depended on by `simdeez v1.0.0`
    ... which is depended on by `evolution v0.0.1 (/Users/moritz/code/evolution)`
also links to native library `clang`
@jackmott
Copy link
Collaborator

that is an interesting problem!
I'll have to do some research on how to resolve.
Thanks for the heads up

@nullbuddy1243
Copy link

also had issue. no luck yet. will update if i figure

@verpeteren
Copy link
Owner

The problem is that the audio part off ggez dependencies for mac are not updated.
As audio is not used in this project, and the ui logic can be simplifed, take a look at this PR. It removes ggez and imgui in favor of a simple framebuffer.

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

4 participants