When I build TiNGlib.c (without using the supplied Visual Studio projects or makefiles) why does the compiler produce errors such as: 'expected '(' to follow 'STATIC')?
STATIC is used in TiNG in place of the more conventional 'static' reserved word, for debug purposes.
Add STATIC=static to pre-processor definitions.