Re: [squid-users] Make install error

From: Henrik Nordstrom <henrik@dont-contact.us>
Date: Mon, 30 Apr 2007 10:35:37 +0200

mån 2007-04-30 klockan 12:22 +0800 skrev squid squid:
> Hi,
>
> I encountered error at make install and the error as follows:
>
> then mv -f ".deps/store_dir.Tpo" ".deps/store_dir.Po"; else rm -f
> ".deps/store_dir.Tpo"; exit 1; fi
> store_dir.c: In function `storeDirGetBlkSize':
> store_dir.c:526: error: storage size of `sfs' isn't known
> store_dir.c:527: warning: implicit declaration of function `statfs'

Does it work if you add the following line in src/store_dir.c

#include <sys/statfs.h>

around line 47 or so, just after the other includes and before the
declaration of storeDirValidSwapDirSize

Regards
Henrik

Received on Mon Apr 30 2007 - 02:35:43 MDT

This archive was generated by hypermail pre-2.1.9 : Tue May 01 2007 - 12:00:01 MDT