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
Attachment:
signature.asc
Description: Detta =?ISO-8859-1?Q?=E4r?= en digitalt signerad meddelandedel