mån 2007-04-30 klockan 17:15 +0800 skrev squid squid: > 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:529: error: too few arguments to function `statfs' > store_dir.c: In function `storeDirGetUFSStats': > store_dir.c:568: error: too few arguments to function `statfs' Odd... didn't know there was more than one statfs() function... > Kindly advise how can the above error be resolved. Someone with access to your operating system need to read man pages for statfs and statvfs, and figure out how to correctly use them in your os. try man statfs and cross-check that with the usage in the Squid sources. also try man statvfs if that returns something then another path is to investigate why configure didn't pick up the statvfs function. In such case see config.log to hopefully see why the test for statvfs failed. Regards Henrik
Attachment:
signature.asc
Description: Detta =?ISO-8859-1?Q?=E4r?= en digitalt signerad meddelandedel