[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Further development



On Wed, Jan 16, 2002 at 08:48:55PM +0000, Matthew Garrett wrote:
> On Wed, Jan 16, 2002 at 09:05:43PM +0100, Fabbione wrote:
> > I get exactly the same error with your source code.
> > and looking at gcc I noticed:
> 
> Yeah, you're right - it's not building here now either :( At a guess I've
> screwed up the system includes somehow, so I'm currently prodding them in
> an attempt to work out what's causing it.

Right, try changing cachedb.h to read

#include <inttypes.h>
#define _POSIX_C_SOURCE
#include <sys/stat.h>
#undef _POSIX_C_SOURCE

near the beginning. That seems to fix that one (I have no idea how I got
it to build originally :) )

-- 
Matthew Garrett | mjg59@srcf.ucam.org



Reply to: