Error when compiling HM (Standard HEVC) software on linux virtual machine

Asked

Viewed 68 times

1

I followed the following steps:

1 - I created a Linux virtual machine on my Mac

2- I downloaded the HM software from the site (https://hevc.hhi.fraunhofer.de/svn/svn_HEVCSoftware/tags/HM-16.0/)

3 - I entered the HM-16.0/build/linux folder

4 - I circled "make all" to compile the HM and appeared the following errors shown in the image when the compilation failed.

I couldn’t find anything on the internet that could help me. Could anyone here give me a strength if possible? How do I fix these flaws?

Note: HM is the standard HEVC software (new video encoding standard created in 2013).

  • What version of GCC?

  • My version of gcc is 6.2.0

  • Does it have to be this version? Or can you try the newer version? I believe that version 16.3 should not give this error.

  • The -Werror causes warnings to become errors, in this case it is the de misleading-indentation(https://www.phoronix.com/scan.php?page=news_item&px=GC6-Misleading-Indentation).

  • in version 16.3 the code has been indented

  • Use their forum instructions https://hevc.hhi.fraunhofer.de/trac/hevc/ticket/1445

Show 1 more comment
No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.