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