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

Received errors when using script #2

Open
curiousg76 opened this issue Apr 28, 2020 · 11 comments
Open

Received errors when using script #2

curiousg76 opened this issue Apr 28, 2020 · 11 comments

Comments

@curiousg76
Copy link

curiousg76 commented Apr 28, 2020

The following is what I got in terminal after running sh -c "$(curl -Ls https://github.com/Birdthulu/FPM-Installer/raw/master/setup)":

-- X11 support enabled
-- Xrandr not found
-- Checking for module 'xi>=1.5.0'
-- No package 'xi' found
CMake Error at /usr/share/cmake-3.16/Modules/FindPkgConfig.cmake:463 (message):
A required package was not found
Call Stack (most recent call first):
/usr/share/cmake-3.16/Modules/FindPkgConfig.cmake:643 (_pkg_check_modules_internal)
CMakeLists.txt:464 (pkg_check_modules)

-- Configuring incomplete, errors occurred!
See also "/home/curiousg/FasterProjectPlus-2.0/Ishiiruka/build/CMakeFiles/CMakeOutput.log".
See also "/home/curiousg/FasterProjectPlus-2.0/Ishiiruka/build/CMakeFiles/CMakeError.log".

Attached the error and output logs below:
CMakeOutput.log
CMakeError.log

@jsj1027
Copy link
Collaborator

jsj1027 commented May 11, 2020

According to the error you posted you're missing dependencies. Did you properly install all deps before running the script?

Also what distro and version are you running?

@curiousg76
Copy link
Author

I figured I was, I'm just not sure which ones. I installed all of the ones I thought I needed. And I'm running pop_os 20.4

@jsj1027
Copy link
Collaborator

jsj1027 commented May 28, 2020

Did you apply the Ubuntu Patch? Its for ubuntu and all derivatives like PopOs

@curiousg76
Copy link
Author

Yes, if you're referring to this one:
sudo apt install libxxf86vm-dev

@jsj1027
Copy link
Collaborator

jsj1027 commented May 28, 2020

Thats only 1 part of it. You also need to say yes you are using a ubuntu based distro during the installer. It gives you a yes or no prompt for it

@curiousg76
Copy link
Author

Ok, I never got that prompt.

@jsj1027
Copy link
Collaborator

jsj1027 commented May 28, 2020

Try running the script again. The prompt was added in v4

@jsj1027
Copy link
Collaborator

jsj1027 commented Jun 30, 2020

Was this fixed for you?

@jsj1027
Copy link
Collaborator

jsj1027 commented Jun 30, 2020

@curiousg76

@Mar2ck
Copy link

Mar2ck commented Aug 4, 2020

I'm getting the same error "No package 'xi' found". I'm on Ubuntu 20.04 and i agree to the ubuntu patch when it came up

@Sukid
Copy link

Sukid commented Dec 2, 2020

Run sudo apt-get install libxi-dev

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