Closed YenForYang closed 6 years ago
Unsupported unstable platform, and also an upstream problem, closing.
I had a feeling you would say that.
Well, anyway, the problem was that gcc-8's STL isn't compatible for some reason. Got the thing to use gcc-7 and it worked fine.
Also, buster is supported, at least according to build.sh
:grin:
For the sake of posterity:
To compile on Debian Buster, it is necessary only to
sudo apt-get install gcc-7 g++-7
export CC=gcc-7 CXX=g++-7
prior to the regular build instructions for Debian.
I'm running Debian testing (buster).