Search found 3 matches

by Hohland2020
Thu Mar 05, 2020 10:05 pm
Forum: MakeMKV for Linux
Topic: Compiling error makemkv-oss 1.15.0
Replies: 4
Views: 11701

Re: Compiling error makemkv-oss 1.15.0

Problem solved with replaced code from 1.14.7, I didn’t do anything special, only type ./configure ))
Thank you.
by Hohland2020
Thu Mar 05, 2020 9:37 pm
Forum: MakeMKV for Linux
Topic: Compiling error makemkv-oss 1.15.0
Replies: 4
Views: 11701

Re: Compiling error makemkv-oss 1.15.0

1. pkg-config --modversion QtCore 4.8.6 2. i change in logic.cpp "asprintf" to "sprintf", but got the same: makemkvgui/src/logic.cpp: In function ‘QString FormatDiskFreeSpace(const utf16_t*)’: makemkvgui/src/logic.cpp:46:49: error: cannot call member function ‘QString& QStrin...
by Hohland2020
Thu Mar 05, 2020 8:29 pm
Forum: MakeMKV for Linux
Topic: Compiling error makemkv-oss 1.15.0
Replies: 4
Views: 11701

Compiling error makemkv-oss 1.15.0

When i try to compile makemkv-oss, i get error: makemkvgui/src/logic.cpp: In function ‘QString FormatDiskFreeSpace(const utf16_t*)’: makemkvgui/src/logic.cpp:46:12: error: ‘asprintf’ is not a member of ‘QString’ return QString::asprintf("%u.%u %c",sz,dt,suf); ^ make: *** [out/makemkv.full]...