On Tue, May 04, 2004 at 05:50:10PM -0400, Jesse Chappell wrote: > The clthreads.h file in classlibs needs an #include <stdarg.h> > to compile on my system (glibc 2.3.2, gcc-3.2.2).
I'm somewhat surprised by this. My gcc is 3.3.1. The <stdarg.h> is probably required for A_thread::mprintf(), but normally the <stdio.h> should take care of that... The whole thing compiles without any warning on my SuSE 9.0. > Other than that, it works great so far! Good ! Thanks for the feedback. -- FA
