sön 2012-02-05 klockan 14:09 -0600 skrev James R. Leu:
> I get the following errors:
>
> ufs/store_dir_ufs.cc: In member function 'virtual void UFSSwapDir::statfs(StoreEntry&) const':
> ufs/store_dir_ufs.cc:321:55: error: unable to find string literal operator 'operator"" PRIu64'
What compiler and operating system are you compiling Squid on?
> I was able to 'resolve' the above by using %jd instead
> of the "PRIu64"
%jd? Should be %lld
and compat/types.h should automatically define it as suitable if not
defined by the compiler headers.
> certificate_db.cc: In member function ‘void Ssl::CertificateDb::load()’:
> certificate_db.cc:455:1: error: ‘index_serial_hash_LHASH_HASH’ was not declared in this scope
Hm.. fails for me as well. Please try the attached patch.
Regards
Henrik
This archive was generated by hypermail 2.2.0 : Mon Feb 06 2012 - 12:00:01 MST