The place to discuss linux version of MakeMKV
-
marcelk
- Posts: 6
- Joined: Fri May 22, 2020 4:09 pm
#1
Post
by marcelk » Thu Dec 10, 2020 4:30 pm
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.
-
govtgeek
- Posts: 4
- Joined: Thu May 02, 2019 11:32 pm
#2
Post
by govtgeek » Thu Dec 10, 2020 6:11 pm
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
| ^~~~~~~~~~~
-
tuffy
- Posts: 5
- Joined: Thu Apr 30, 2020 12:40 pm
#3
Post
by tuffy » Thu Dec 10, 2020 6:38 pm
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.
-
Attachments
-
- config.log.gz
- (8.21 KiB) Downloaded 562 times
-
govtgeek
- Posts: 4
- Joined: Thu May 02, 2019 11:32 pm
#4
Post
by govtgeek » Thu Dec 10, 2020 7:57 pm
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.
-
Attachments
-
- config.log.zip
- (8.41 KiB) Downloaded 531 times
-
mike admin
- Posts: 4075
- Joined: Wed Nov 26, 2008 2:26 am
-
Contact:
#5
Post
by mike admin » Thu Dec 10, 2020 9:07 pm
Bug bug bug... Please use oss part from 1.15.3 for now, sticky updated.
-
govtgeek
- Posts: 4
- Joined: Thu May 02, 2019 11:32 pm
#6
Post
by govtgeek » Thu Dec 10, 2020 10:42 pm
You are a beautiful person Mike. It worked like a charm. Thanks!
-
mike admin
- Posts: 4075
- Joined: Wed Nov 26, 2008 2:26 am
-
Contact:
#7
Post
by mike admin » Mon Dec 14, 2020 3:19 pm
Fixed, tgz updated. There is no need to reinstall, no changes from 1.15.3 other than a cosmetic build changes.