Re: [ccache] Build failure

2015-09-14 Thread Joel Rosdahl
Oops, fixed now. -- Joel On 14 September 2015 at 14:45, Andrew Stubbs wrote: > Unless I'm missing something, the ccache sources are currently not > buildable. :-( > > ccache.c: In function ‘put_file_in_cache’: > ccache.c:808:42: error: ‘struct conf’ has no member named ‘compress_level’ > so

[ccache] Build failure

2015-09-14 Thread Andrew Stubbs
Unless I'm missing something, the ccache sources are currently not buildable. :-( ccache.c: In function ‘put_file_in_cache’: ccache.c:808:42: error: ‘struct conf’ has no member named ‘compress_level’ source, dest, conf->compression ? conf->compress_level : 0);