Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linux GCC/Clang no member named 'make_unique' in namespace 'std' #212

Open
danilw opened this issue Mar 8, 2020 · 0 comments
Open

Linux GCC/Clang no member named 'make_unique' in namespace 'std' #212

danilw opened this issue Mar 8, 2020 · 0 comments

Comments

@danilw
Copy link

danilw commented Mar 8, 2020

Fix:
add to RadeonRays/CMakeLists.txt and Baikal/CMakeLists.txt

set(CMAKE_CXX_STANDARD 14)
set(CMAKE_CXX_STANDARD_REQUIRED ON)

and OpenEXR not listed in build dependencies

also RadeonProRender-Baikal broken in GCC-8 GCC-9 and Clang9, Ihave build it only in gcc-7

and to RprTest/basic.h va_start was not declared in this scope
add #include <cstdarg>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant