when i ran the roids example game, i was given this error:
java.lang.UnsatisfiedLinkError: /tmp/2684035371573478601/x86_64-linux/libtexc_shared.so: /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.30’ not found (required by /tmp/2684035371573478601/x86_64-linux/libtexc_shared.so)
i’m running slackware64 15.0 (linux), which is the main cause of the problem since my packages are fairly out-of-date. if anyone could lead me in a good direction, i’d appreciate it.
If you don’t see any output, the installed C++ runtime is too old for this Defold version. If all your packages are up-to-date, then you might need to upgrade your Slackware system. I’ve had issues like this where I was on an older Fedora and I couldn’t upgrade to the latest CMAKE to compile the codebase, so I needed to upgrade Fedora itself to the latest version. You could try getting a newer runtime somehow and then setting it with LD_LIBRARY_PATH but honestly I don’t know if I would recommend that.