David Seifert
David Seifert
You're trying to compile against GCC 4.2.1 libstdc++, which doesn't have the `` header yet, because that is a C++11 only header. The fix is right there: `warning: include path...
@rvaser While GTest currently doesn't have an official release, I've added pkg-config support to their git. Furthermore, GTest is in https://wrapdb.mesonbuild.com/gtest, which means that meson will download is as a...
The proper fix for this is to use unsigned fixed-width C99/C++11 `cstdint` variants. This will come once we switch the build system to require C++11 support.
Try building with cmake -Dspoa_optimize_for_native=OFF -Dspoa_optimize_for_portability=ON [...]
I've merged the `supplementary alignments` commit, but I need buyin from @pezmaster31 for the other one. I'm not sure exposing a bunch of pointers is helpful here.