s-macke / SAM

Software Automatic Mouth - Tiny Speech Synthesizer
1.23k stars 269 forks source link

Windows compilation under CYGWIN #17

Open go4retro opened 4 years ago

go4retro commented 4 years ago

The #if defined __GNU_LIBRARY || defined GLIBC__ at line 17 in main.c doesn't seem to trigger on cygwin, so those wrappers don't get included.

Once commented out, the code compiled file and runs on Windows command line, but that's not portable. Interested in a better solution.