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
This archive was generated by hypermail pre-2.1.9 : Tue May 01 2007 - 12:00:01 MDT