Re: [x265] Dynamic HDR10 routines don't compile in GCC 6.3.0, missing C++11 compatibility

2017-04-20 Thread Mario *LigH* Rohkrämer
Here a longer excerpt of the result of the following call (building the 12-bit depth library for a 32-bit multilib EXE, the first part in my semi-automatical build script, test version with added dynamicHDR10 support): cmake -G "MSYS Makefiles" ../../../source -DWINXP_SUPPORT=ON

Re: [x265] Dynamic HDR10 routines don't compile in GCC 6.3.0, missing C++11 compatibility

2017-04-20 Thread Mario *LigH* Rohkrämer
What more than "GCC 6.3.0" do you need to know? My build environment is based on: http://xhmikosr.1f0.de/tools/msys/ with some customized scripts based on your build/msys shell scripts. Maybe I should clean and clone freshly, not to accidently miss any changes. Or did you not try to

Re: [x265] Dynamic HDR10 routines don't compile in GCC 6.3.0, missing C++11 compatibility

2017-04-20 Thread Pradeep Ramachandran
What compiler are you trying with? We have seen some warnings, but most of them are harmless. I haven't seen any errors yet though. Pradeep. On Thu, Apr 20, 2017 at 1:06 AM, Mario *LigH* Rohkrämer wrote: > When I add "-DENABLE_DYNAMIC_HDR10=ON" to my cmake calls, a huge load of

[x265] Dynamic HDR10 routines don't compile in GCC 6.3.0, missing C++11 compatibility

2017-04-20 Thread Mario *LigH* Rohkrämer
When I add "-DENABLE_DYNAMIC_HDR10=ON" to my cmake calls, a huge load of warnings and errors appears. Most are related to missing compatibility with C++11. Few examples: In file included from h:/MSYS-GCC630/home/Entwicklung/x265/source/dynamicHDR10/BasicStructures.cpp:26:0: