Search found 2 matches

by umbertones
Tue Sep 12, 2023 9:03 pm
Forum: MakeMKV for Linux
Topic: 1.17.4 no compiling due to qt5 not found
Replies: 1
Views: 8082

Re: 1.17.4 no compiling due to qt5 not found

Ok, could figure it out myself.

When I found the config.log that configure writes it was clear that it did not find the Qt5*.pc-files. No idea why.

Searching them on the machine and adding the path to PKG_CONFIG_PATH solved the issue.
PKG_CONFIG_PATH=/tmp/ffmpeg/lib/pkgconfig:/usr/lib/x86_64 ...
by umbertones
Tue Sep 12, 2023 5:26 pm
Forum: MakeMKV for Linux
Topic: 1.17.4 no compiling due to qt5 not found
Replies: 1
Views: 8082

1.17.4 no compiling due to qt5 not found

Hi,

this is driving me nuts.

I have a Ubunto 20.04 machine that compiles MakeMKV just fine.

On my Kubuntu 22.04 Laptop it refuses to configure - Qt library (version 5 ) not found.
Of course I read the forum, of course I checked what libs are installed on my 20.04 box and installed them all - no ...