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

mention dependencies #28

Closed
adsick opened this issue Dec 27, 2022 · 5 comments
Closed

mention dependencies #28

adsick opened this issue Dec 27, 2022 · 5 comments

Comments

@adsick
Copy link

adsick commented Dec 27, 2022

I'm on Ubuntu 22.10 (wayland) and after cargo build I get an error about missing cairo libraries.

@longmathemagician
Copy link
Contributor

longmathemagician commented Apr 11, 2023

@adsick does xilem#17 solve this for you?

@adsick
Copy link
Author

adsick commented Apr 12, 2023

I've switched from Ubuntu to Fedora, so I might check on it. Though if I pull the repo I'd like to run some real examples of Xilem but I don't see them in the repo.

@adsick
Copy link
Author

adsick commented Apr 13, 2023

@longmathemagician hmm, no, it does not fix this because there is also Cairo (at least)

[adsick@fedora xilem]$ cargo run
   Compiling thiserror-impl v1.0.38
   Compiling glazier v0.7.0 (https://github.com/linebender/glazier?rev=51eb418511790309b90b0d9838e4d91fc11d84d3#51eb4185)
   Compiling crc32fast v1.3.2
   Compiling rustix v0.36.8
   Compiling futures-core v0.3.26
   Compiling xcursor v0.3.4
   Compiling rand_core v0.5.1
   Compiling cairo-sys-rs v0.15.1
   Compiling swash v0.1.6 (https://github.com/dfrg/swash#af0c735d)
   Compiling rand_xoshiro v0.6.0
   Compiling rand_chacha v0.3.1
   Compiling bytemuck_derive v1.4.0
The following warnings were emitted during compilation:

warning: `PKG_CONFIG_ALLOW_SYSTEM_CFLAGS="1" "pkg-config" "--libs" "--cflags" "cairo" "cairo >= 1.14"` did not exit successfully: exit status: 1

error: failed to run custom build command for `cairo-sys-rs v0.15.1`

@longmathemagician
Copy link
Contributor

Thank you for checking again! xilem#58 should take care of this for both.

@DJMcNab
Copy link
Member

DJMcNab commented May 13, 2023

I'm sure there are Linux systems we don't accurately report dependencies for, but we can resolve those as they come up

@DJMcNab DJMcNab closed this as completed May 13, 2023
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