On Mon, Dec 22, 2003 at 10:38:14PM +0200, Tuomo Valkonen wrote: > > Warning about undefined "snprintf" is because snprintf is defined in > > stdio.h which (according to my man pages), which is not #included by ion. > > Apparently the XOPEN_SOURCE options are not defined in the standard > system.mk and setting those them causes snprintf not be defined.
I just added C99_SOURCE everywhere where XOPEN_SOURCE is defined and the complaints are gone. -- Tuomo
