Page 1 of 1
Error building 1.15.4
Posted: Thu Dec 10, 2020 4:30 pm
by marcelk
When compiling makemkv-oss-1.15.4 I get the following error:
Code: Select all
makemkvgui/src/main.cpp:20:18: error: expected initializer before ‘aversion002’
20 | #define aversion aversion002
| ^~~~~~~~~~~
makemkvgui/src/main.cpp:21:39: note: in expansion of macro ‘aversion’
21 | extern "C" const unsigned int __cdecl aversion();
| ^~~~~~~~
I compared main.cpp and its included header files with those of 1.15.3, which (still) builds correctly, but cannot find any major difference.
makemkv-oss-1.15.4 error
Posted: Thu Dec 10, 2020 6:11 pm
by govtgeek
I'm trying to get makemkv recompiled with the new source, but I'm having issues. Anyone know why I'd be getting this error?
Code: Select all
makemkvgui/src/main.cpp:20:18: error: expected initializer before ‘aversion002’
20 | #define aversion aversion002
| ^~~~~~~~~~~
Re: makemkv-oss-1.15.4 error
Posted: Thu Dec 10, 2020 6:38 pm
by tuffy
I'm getting the same error, using g++ (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
1.15.3 builds fine, naturally, and I can't find any differences in the main.cpp file between the two versions. Even the config-generated Makefile is virtually identical - and using the previous version's Makefile doesn't work either. I've attached my autoconf-generated config.log file in the hopes that it might be useful.
Re: makemkv-oss-1.15.4 error
Posted: Thu Dec 10, 2020 7:57 pm
by govtgeek
I wanted to add that I'm trying to recompile because I recently upgraded to 20.04. After the upgrade, makemkv can't find libQtGui.so.4. After trying to find packages that supply it failed, I went to do the upgrade to 1.15.4. I don't have older copies to compare, so I can't help there.
I've attached my config.log as well.
Re: makemkv-oss-1.15.4 error
Posted: Thu Dec 10, 2020 9:07 pm
by mike admin
Bug bug bug... Please use oss part from 1.15.3 for now, sticky updated.
Re: makemkv-oss-1.15.4 error
Posted: Thu Dec 10, 2020 10:42 pm
by govtgeek
You are a beautiful person Mike. It worked like a charm. Thanks!
Re: makemkv-oss-1.15.4 error
Posted: Mon Dec 14, 2020 3:19 pm
by mike admin
Fixed, tgz updated. There is no need to reinstall, no changes from 1.15.3 other than a cosmetic build changes.