25 Aug
2008
25 Aug
'08
8:24 p.m.
On Mon, Aug 25, 2008 at 05:12:13PM +0200, Christopher Illies wrote:
On Mon, Aug 25, 2008 at 10:08:53AM -0400, Jorge Arellano Cid wrote:
In file included from fltkflatview.hh:9, from fltkflatview.cc:23: fltkviewbase.hh:25: error: 'time_t' does not name a type fltkviewbase.hh:26: error: 'time_t' does not name a type *** Error code 1
Please try adding:
#include <sys/time.h>
in line 5 of fltkviewbase.hh, and tell us how it goes.
Thank you, it compiles and works fine now.
Good! Committed to CVS. -- Cheers Jorge.-