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

[Fix] Linux (21.04) Building Issue #435

Open
NathanaelA opened this issue Sep 29, 2021 · 0 comments
Open

[Fix] Linux (21.04) Building Issue #435

NathanaelA opened this issue Sep 29, 2021 · 0 comments

Comments

@NathanaelA
Copy link

CLANG: Ubuntu clang version 12.0.0-3ubuntu1~21.04.2

It appears the fix done for mac's clang here: #388 is missing in the latest 'pro' version. This was one of the two errors that also applies to later Linux using clang.

The second was shadowing error in VoxelGraphEditor/Private/VoxelLandscapeGrassGraph.cpp on line 35 & 38. It didn't like that you called the variable CreateGraph as the public field in the class is ALSO called CreateGraph. So I just changed both line 35 & 38 to be: _CreateGraph like so:

image

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