I think I got it building! First, we must use -D_POSIX_C_SOURCE=200112L as a compiler flag, because strtok_r is not an iso-c function (it is a posix GNU function). This is not a full fix, because it ...
We read every piece of feedback, and take your input very seriously.