-
Notifications
You must be signed in to change notification settings - Fork 84
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
Fails to build on macOS (Big Surr) #193
Comments
Hey mate, I haven't yet installed the software, but I'm expecting to run into the same issue. I've got this laid out as a plan according to the errors you've experienced. From the error log, you're missing:
It also looks like there was mention of this in the Build section of the README and the common build issues. To install pkg-config
Then for xproto:
I'll be testing this out tonight at some point and will be using this as a frame of reference. But if you have resolved it, please let me know! |
Hello, Thank you for your response! I tried following all of your directions.
Thank you again for your help. |
From the error it looks like you're missing xinerama from the PATH. Have you got it installed? If you're on Mac then just |
Yay! It compiled! Thank you! |
One quick question. How would I then install it on macos? |
Oh you can just consult the documentation here. I think you typically just run the file after |
Hmmm. I tried running the executable and it panics: thread 'main' panicked at 'called `Option::unwrap()` on a `None` value', xlib/src/xlib_window_system.rs:75:26
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace |
Hey again, I had a look at all the other PRs and it just doesn't seem like this might be worth it given the lack of documentation and support. Someone in here recommended this which might be a good alternative? |
I agree that this repo doesn't seem to be maintained anymore. |
Hello,
I git cloned and then tried to cargo build inside of the directory.
The build failed and I got the following output.
Any idea how I could fix it?
Thanks in advance!
The text was updated successfully, but these errors were encountered: