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

Issue in installing FlatBuffers #8391

Open
Bhuvan2210 opened this issue Sep 6, 2024 · 0 comments
Open

Issue in installing FlatBuffers #8391

Bhuvan2210 opened this issue Sep 6, 2024 · 0 comments

Comments

@Bhuvan2210
Copy link

While running make command facing this issue

/home/bhuvan.gupta/flatbuffers/tests/test.cpp:89:41: error: expected primary-expression before ‘)’ token
TEST_EQ(__is_trivially_copyable(Vec3), true);
^
/home/bhuvan.gupta/flatbuffers/tests/test_assert.h:19:34: note: in definition of macro ‘TEST_EQ’
#define TEST_EQ(exp, val) TestEq(exp, val, "'" #exp "' != '" #val "'", FILE, LINE, "")
^
/home/bhuvan.gupta/flatbuffers/tests/test.cpp:89:41: error: ‘__is_trivially_copyable’ was not declared in this scope
TEST_EQ(__is_trivially_copyable(Vec3), true);
^
/home/bhuvan.gupta/flatbuffers/tests/test_assert.h:19:34: note: in definition of macro ‘TEST_EQ’
#define TEST_EQ(exp, val) TestEq(exp, val, "'" #exp "' != '" #val "'", FILE, LINE, "")
^
make[2]: *** [CMakeFiles/flattests.dir/tests/test.cpp.o] Error 1
make[1]: *** [CMakeFiles/flattests.dir/all] Error 2
make: *** [all] Error 2

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