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?
– TotallyUncool
My version of gcc is 6.2.0
– Thayná
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.
– TotallyUncool
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).
– TotallyUncool
in version 16.3 the code has been indented
– TotallyUncool
Use their forum instructions https://hevc.hhi.fraunhofer.de/trac/hevc/ticket/1445
– Antonio Aldisio