Search found 5 matches

by mdPlusPlus
Fri Feb 26, 2021 1:41 pm
Forum: MakeMKV for Linux
Topic: 1.15.2 fails to compile
Replies: 8
Views: 20285

Re: 1.15.2 fails to compile

A simple

Code: Select all

sudo apt reinstall qtbase5-dev
seems to have fixed my issue. I have no idea how I haven't tried that sooner.
by mdPlusPlus
Thu Oct 08, 2020 4:19 pm
Forum: MakeMKV for Linux
Topic: 1.15.2 fails to compile
Replies: 8
Views: 20285

Re: 1.15.2 fails to compile

bib1963 wrote:
Sun Sep 27, 2020 11:57 am
Post "find / -name libQt5Core\*"

Code: Select all

$ find /usr -name libQt5Core\*
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5.12
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5.12.8
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
/usr/lib/x86_64-linux-gnu/libQt5Core.prl
by mdPlusPlus
Thu Sep 24, 2020 6:12 pm
Forum: MakeMKV for Linux
Topic: 1.15.2 fails to compile
Replies: 8
Views: 20285

Re: 1.15.2 fails to compile

That should not be difficult for someone to fix. You do not have the Qt5Core devel libs installed. On opensuse, it's something like libQt5Core-devel-5.blahblahblah.rpm If you do have it installed, then I assume you need a '-L' to the directory where is is installed for the linker. I have `libqt5cor...
by mdPlusPlus
Fri Sep 18, 2020 10:25 am
Forum: MakeMKV for Linux
Topic: 1.15.2 fails to compile
Replies: 8
Views: 20285

Re: 1.15.2 fails to compile

I'm still getting the following error when compiling makemkv-oss:

Code: Select all

/usr/bin/ld: -lQt5Core kann nicht gefunden werden
collect2: error: ld returned 1 exit status
make: *** [Makefile:94: out/makemkv.full] Fehler 1