EASTL
EASTL copied to clipboard
Not built under MinGW-w64
Error Log:
[ 9%] Building CXX object CMakeFiles/EASTL.dir/source/assert.cpp.obj
In file included from /run/media/johndoe/Works/Native-Engine/Engine-Sources/Engine-SDK/builds/EASTL-3.21.23/include/EASTL/string.h:133,
from /run/media/johndoe/Works/Native-Engine/Engine-Sources/Engine-SDK/builds/EASTL-3.21.23/source/assert.cpp:7:
/run/media/johndoe/Works/Native-Engine/Engine-Sources/Engine-SDK/builds/EASTL-3.21.23/include/EASTL/internal/char_traits.h: In function «constexpr bool eastl::details::UseNativeWideChar()»:
/run/media/johndoe/Works/Native-Engine/Engine-Sources/Engine-SDK/builds/EASTL-3.21.23/include/EASTL/internal/char_traits.h:46:17: error: no return statement in «constexpr» function returning non-void
46 | }
| ^
make[2]: *** [CMakeFiles/EASTL.dir/build.make:92: CMakeFiles/EASTL.dir/source/assert.cpp.obj] Error 1
make[1]: *** [CMakeFiles/Makefile2:100: CMakeFiles/EASTL.dir/all] Error 2
make: *** [Makefile:136: all] Error 2
OS: 64-bit Manjaro Linux
the same error, have you solved it yet?
add "return false;" at the last line in this function
Thanks for the report, this should be fixed as of 0b8a2593007f6ea6a565bb5822f4545633cae496. Please re-open with details is this is still an issue.