-
Hi there, I'm currently trying to use Edyn with my own project that uses EnTT, however I am using premake for my build system so I'm trying to recreate the configuration needed, but I'm having some compilation errors. I'm struggling to work out the cause of them, so whilst I know Edyn isn't designed to be used with premake, I'd really appreciate any help that could be given. I'm currently trying to compile on windows x86_64 and at the moment I'm getting a template error on the with I'm also getting an error on line 306 of
I believe I have my premake file setup with everything that is needed by comparing with CMakeLists.txt, I have all the source files being built (copied from add_library in CMakeLists.txt:28-127) and windows/unix specific time.cpp files specified. I have winmm.lib linked on windows and pthread on linux, and compiling with /bigobj on windows also. It's very possible that there's something wrong with how I have integraded EnTT using premake as well, so if these errors indicate that let me know. I can provide more details of the errors but didn't want the question to be too long. Edit: I can safely get rid of the second error by just using const instead of constexpr, but unsure why its not able to evaluate it at compile time. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Referred to your comments on issue #94, and seem to have fixed this issue by reverting EnTT to the v3.10.1 tag. |
Beta Was this translation helpful? Give feedback.
Referred to your comments on issue #94, and seem to have fixed this issue by reverting EnTT to the v3.10.1 tag.