makemkv-oss-1.15.4 error

The place to discuss linux version of MakeMKV
Post Reply
marcelk
Posts: 6
Joined: Fri May 22, 2020 4:09 pm

Error building 1.15.4

Post 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.
govtgeek
Posts: 4
Joined: Thu May 02, 2019 11:32 pm

makemkv-oss-1.15.4 error

Post 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
      |                  ^~~~~~~~~~~
tuffy
Posts: 5
Joined: Thu Apr 30, 2020 12:40 pm

Re: makemkv-oss-1.15.4 error

Post 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.
Attachments
config.log.gz
(8.21 KiB) Downloaded 474 times
govtgeek
Posts: 4
Joined: Thu May 02, 2019 11:32 pm

Re: makemkv-oss-1.15.4 error

Post 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.
Attachments
config.log.zip
(8.41 KiB) Downloaded 454 times
mike admin
Posts: 4065
Joined: Wed Nov 26, 2008 2:26 am
Contact:

Re: makemkv-oss-1.15.4 error

Post by mike admin »

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

Re: makemkv-oss-1.15.4 error

Post by govtgeek »

You are a beautiful person Mike. It worked like a charm. Thanks!
mike admin
Posts: 4065
Joined: Wed Nov 26, 2008 2:26 am
Contact:

Re: makemkv-oss-1.15.4 error

Post by mike admin »

Fixed, tgz updated. There is no need to reinstall, no changes from 1.15.3 other than a cosmetic build changes.
Post Reply