apertium / lttoolbox

Finite state compiler, processor and helper tools used by apertium
http://wiki.apertium.org/wiki/Lttoolbox
GNU General Public License v2.0
18 stars 22 forks source link

Serializing when size_t != cstdint types #11

Closed TinoDidriksen closed 3 years ago

TinoDidriksen commented 6 years ago

Build failure on OpenBSD: https://github.com/apertium/apertium/issues/15 Offending commit: https://github.com/apertium/lttoolbox/commit/fb61b829bab0565487320854d0c1c66fc2274071

Need a better way to have size_t separate when size_t is not one of the cstdint types.

TinoDidriksen commented 6 years ago

@bentley, this workaround should make OpenBSD happy as well, for now.

bentley commented 6 years ago

Seems to work here. Thanks.