Craig Edwards (Brain)
Craig Edwards (Brain)
reopened and targeted at dev
any movement on this? its causing grief with our CI
ive written a PR for this #47 hopefully it will get merged. The justification that this is the way it is supposed to work is false, because directly above the...
same happens for unreal. It's designed for UDK and not UE4, i think. IS there likely to be a fix for this?
as well as unique_ptr you may have to rehash the maps periodically by copying all data to a new one. This is the only way to force unordered map to...
updating to what? I'm on g++ 12.3.0 on my production machines, where the problem persists...? It's literally the latest available g++ on ubuntu 22.04. > The fix that @Mishura4 implemented...
have you tried adding the missing libraries to your target_link_libraries in the test repo? dpp isn't going to static linking to all of its dependencies and bring in openssl and...
> It could very well be a problem with my setup. Building the library statically on its own now works when disabling building tests. For some reason once I use...
the 23 in libsodium isnt the version number, for some reason on debian they call it libsodium23, version 1.0.19. Same in most redhat: https://rpmfind.net/linux/rpm2html/search.php?query=libsodium23
i cant imagine it doing any harm, should work fine. sodium retains binary compatibility quite well.