Daniel Veillard a écrit :
On Mon, Mar 01, 2004 at 02:11:41PM +0100, Christophe de VIENNE wrote:I also had a little problem with testSAX which was not compiling. It seems not to know the timeb struct. Adding this at the top of the testSAX.c solved it (patch attached) : #ifdef HAVE_SYS_TIMEB_H #include <sys/timeb.h> #endifokay, that should be fixed in CVS,
Thanks ! Christophe