-
-
Notifications
You must be signed in to change notification settings - Fork 271
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
Libevdev installed but cmake cannot detect during installation - Ubuntu 20.04.1 LTS #142
Comments
Happens on Fedora Workstation 32 too |
For Fedora, try the As for Ubuntu/Debian, I'll look into that. |
@weilintuye95 cmake is picking up your linuxbrew setup. Is that what you want? Try temporarily removing cmake from your path in your shell of choice, then purging the cmake cache rm CMakeCache.txt Now run the install instructions as normal. Does that make it build for you? It does for me. There is probably a way of makeing this go by setting config variables for CMake or editing |
Ah you are right, sorry for the late reply! I i had some old linuxbrew folders from previous installations, so all i did was delete the linuxbrew folder in /home with |
Ran into the same issue. In my case, it was finding |
Had the same issue. I ended up putting the following into my shell profile so that export PKG_CONFIG_PATH="$(/usr/bin/pkg-config --variable pc_path pkg-config)":"$(/home/linuxbrew/.linuxbrew/bin/pkg-config --variable pc_path pkg-config)" Which results in:
After that, removing
|
I'm trying to install logiops and I'm pretty sure all requirement packages are installed, eg. if i run the following:
I get:
The error is:
Any help would be appreciated! Thanks in advance
The text was updated successfully, but these errors were encountered: