Re: [ccache] ccache-3.2.4 and 3.1.11 fail to build

2016-03-25 Thread Joel Rosdahl
On 23 March 2016 at 20:34, Britton Kerin  wrote:
> I unpacked it and did ./configure then make I get this:
>
> $ ./configure
> [...]
> $ make
> make: *** No rule to make target `main.o', needed by `ccache'.  Stop.
>
> Same thing for 3.1.11

That's peculiar. What OS are you using? Which version of make?

-- Joel
___
ccache mailing list
ccache@lists.samba.org
https://lists.samba.org/mailman/listinfo/ccache


Re: [ccache] base_dir and -Xclang option - bug or incompleteness?

2016-03-25 Thread Joel Rosdahl
On 23 March 2016 at 17:56, Michael Kolomeytsev <
michael.kolomeyt...@gmail.com> wrote:
> I looked into the ccache source code
> https://github.com/jrosdahl/ccache/blob/master/ccache.c#L1696 - that
> special Xlang options  processing is exactly what I need. But it doesn't
> work 'cause "i+=3" is forgotten before the "continue"?

Yes, indeed looks so. I've applied your pull request, thanks!

-- Joel
___
ccache mailing list
ccache@lists.samba.org
https://lists.samba.org/mailman/listinfo/ccache