Replies: 2 comments 1 reply
-
Possibly related to #1311 |
Beta Was this translation helpful? Give feedback.
1 reply
-
@SanderMertens, it seems the compilation is While it seems it assumes that I should use a proper HTML template and not strictly related to flecs. However, since flecs is the only dependency that prevents compilation without setting |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I am trying to make a build with Emscripten. Without flecs everything works fine but with flecs getting 20 errors looking like those:
/flecs/include/flecs/private/../addons/cpp/utils/enum.hpp:240:53: error: no matching function for call to 'to_int'
I have my own library which includes flecs and test application that consumes it:
My lib
And example application
Errors cut:
Beta Was this translation helpful? Give feedback.
All reactions