On Fri, Apr 26, 2002 at 09:48:13PM -0700, Tim locke wrote:
> help trying to compile something and I get stuck on
> this error
> 
> [EMAIL PROTECTED]:/test$ make
> c++ -I. -O -Ilinux-include -c Func.cc
> Func.cc: In function `void do_fmt(const char *&, Val
> *, ODesc *)':
> Func.cc:247: implicit declaration of function `int
> localtime(...)'
> Func.cc:247: implicit declaration of function `int
> strftime(...)'
> make: *** [Func.o] Error 1

#include <time.h> /* or whatever you'd do in C++ */

Programming questions are better directed to a newsgroup like
comp.os.linux.development.apps or, in this case, comp.lang.c++.

-- 
Eric G. Miller <egm2@jps.net>


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to