libunifex icon indicating copy to clipboard operation
libunifex copied to clipboard

Compile errors with Version 16.8.0 Previews

Open mediabuff opened this issue 5 years ago • 5 comments

Any support for new version ? lot of compilation errors

mediabuff avatar Oct 29 '20 23:10 mediabuff

Are you compiling with /std:c++latest?

ericniebler avatar Oct 29 '20 23:10 ericniebler

I did'nt make any changes - used cmake build straight from the rep.

mediabuff avatar Oct 30 '20 00:10 mediabuff

image

mediabuff avatar Oct 30 '20 00:10 mediabuff

Pass -DCMAKE_CXX_STANDARD:STRING=20 to CMake and try again.

ericniebler avatar Oct 30 '20 01:10 ericniebler

thank you. Was able to progress. Number of of errors substantially readuced. Add the setting to CMakeSettings.json.

Still have few errors:

image

mediabuff avatar Oct 30 '20 02:10 mediabuff