At Wed, 5 May 2004 01:53:34 +0200, Fons Adriaensen wrote: > > 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.
better to use <cstdarg> and <cstdio> for c++ codes :) Takashi
