Skip to content
This repository was archived by the owner on Aug 25, 2025. It is now read-only.

Conversation

@Jorgemagic
Copy link
Contributor

I compiled ShaderConductor on MacOS Monterey version 12.4 and I found some issues in the process.

The CMakeList.txt file set c++ version as c++1z but I needed to set c++14 because DirectXShaderCompiler had errors with deprecated code in c++17 or high. I read in the official repo in the building source section that it required c++14.

On the other hand, in Source/Core/ShaderConductor.cpp the compiler throw an error in the line 293
std::atomic m_ref = 0;

I changed for this and the error disappeared
std::atomic m_ref = {0};

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant