Search found 3 matches

by fulwood_jp
Sun Apr 02, 2017 7:39 am
Forum: MakeMKV for Linux
Topic: Can't compile makemkv 1.10.5 oss
Replies: 2
Views: 12651

Re: Can't compile makemkv 1.10.5 oss

Solved!

What I did is updating of gcc (form 4.8.2 to 6.3.0), this solved the problem.

Thanks,
by fulwood_jp
Fri Mar 31, 2017 3:33 am
Forum: MakeMKV for Linux
Topic: Can't compile makemkv 1.10.5 oss
Replies: 2
Views: 12651

Can't compile makemkv 1.10.5 oss

I tried to compile makemkv 1.10.5 oss as follows;

CFLAGS="-D__STDC_FORMAT_MACROS" ./configure && make

But I got an error;

[...]
libffabi/src/dcadec/interpolator_fixed.cpp: In function 'void interpolate_sub64_fixed(interpolator*, int*, int**, int**, int, bool)':
libffabi/src/dcadec/interpolator ...
by fulwood_jp
Thu Jun 04, 2015 1:57 am
Forum: MakeMKV for Linux
Topic: error building makemkv-oss-1.9.3
Replies: 9
Views: 26420

Re: error building makemkv-oss-1.9.3

> Building makemkv-oss-1.9.3 aborts from errors of which the first is this
>
> In file included from libffabi/src/dcadec/core_decoder.cpp:22:0:
> libffabi/src/dcadec/fixed_math.h: In function ‘int64_t round__(int64_t, int)’:
> libffabi/src/dcadec/fixed_math.h:25:31: error: ‘INT64_C’ was not declared ...