hecrj / coffee

An opinionated 2D game engine for Rust
https://docs.rs/coffee
MIT License
1.08k stars 55 forks source link

error: failed to run custom build command for `libudev-sys v0.1.4` #119

Closed WhatWithCheeze432 closed 4 years ago

WhatWithCheeze432 commented 4 years ago

Log:


Description: The log states it all, basically cargo won't properly load the coffee/dependencies, or at least on my setup.

Cargo Version: cargo 1.40.0 (bc8e4c8be 2019-11-22) OS: Debian GNU/Linux

hecrj commented 4 years ago

As per the error message, you are missing libudev. Installing the libudev-dev package should fix the issue.

djhunter67 commented 4 months ago

I am on Arch linux and I have the same error. There is no libudev-dev for Arch in any of the yay repos. I have been troubleshooting for hours. The solution for openssl was export OPENSSL_INCLUDE_DIR=/usr/include and export OPENSSL_DIR=/usr/