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

Newer Versions of Flatbuffer is breaking the build in particle_system_data2.cpp #330

Open
lokitkhemka opened this issue Nov 8, 2023 · 1 comment
Assignees

Comments

@lokitkhemka
Copy link

Specifically, the below lines in particle_system_data2.h are causing the issue:

namespace flatbuffers { class FlatBufferBuilder; template<typename T> struct Offset; }

definition of type 'FlatBufferBuilder' conflicts with type alias of the same name is the error message. Can you update the code to fix the error? For now, I am hacking in your generated flatbuffers files to get rid of the error. Thank you.

@utilForever
Copy link
Collaborator

Okay. I'll check it.

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

No branches or pull requests

2 participants