deeptho
Specialist Contributor
- Joined
- Apr 7, 2006
- Messages
- 766
- Reaction score
- 465
- Points
- 63
- Age
- 57
- My Satellite Setup
- Wavefrontier T90, Laminas 120cm, 2 other dishes; tbs 5927, tbs6904, tbs6909x, tbs6903x, tbs5990, tbs6981,tbs5927
- My Location
- Europe
You seem to have very little installed on your new fedora system, which is good for finding missing prerequisites.
You need libX11-devel for XInitThreads()
and libglvnd-devel for glXGetProcAddressARB
Can you check if you have those?
Install with
sudo dnf install mpv-libs-devel libX11-devel libglvnd-devel
Otherwise update (just incase) with
sudo dnf update mpv-libs-devel libX11-devel libglvnd-devel
If the rpoblems persist, remove everything under build/ and retry (in case some cmake problem remains)
I have got the software working on three different fedora systems...
You need libX11-devel for XInitThreads()
and libglvnd-devel for glXGetProcAddressARB
Can you check if you have those?
Install with
sudo dnf install mpv-libs-devel libX11-devel libglvnd-devel
Otherwise update (just incase) with
sudo dnf update mpv-libs-devel libX11-devel libglvnd-devel
If the rpoblems persist, remove everything under build/ and retry (in case some cmake problem remains)
I have got the software working on three different fedora systems...