Open EzioisAwesome56 opened 2 years ago
Based on https://github.com/AcademySoftwareFoundation/OpenShadingLanguage/issues/648 it sounds like you are compiling Retro68 with C++11 mode or later (Retro68 requires this) but your boost was compiled for a C++ mode earlier than C++11. The solution would be to recompile your boost for C++11 mode or later.
cloned the main branch, did as the instructions said, but the build fails with this error
tried a couple different versions of boost, no change. Builds fine on WSL Debian bulleyes however.