fluid-engine-dev icon indicating copy to clipboard operation
fluid-engine-dev copied to clipboard

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

Open lokitkhemka opened this issue 2 years ago • 1 comments

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.

lokitkhemka avatar Nov 08 '23 07:11 lokitkhemka

Okay. I'll check it.

utilForever avatar Nov 09 '23 03:11 utilForever