views:

349

answers:

2

I am aware that scons implements the functionality of ccache, but I am stuck with another build system. I also know there is a gocache project on sourceforge that aims to implement ccache like functionality for other compilers, but it seems not complete.

+1  A: 

If you have some budget, check out Xoreax Incredibuild. It does what you want, and it's a well respected piece of software.

Ccache doesn't work in VS and there's not really a free alternative. If you succeed in creating one, many many developers would be very grateful.

migmog
ccache is totally different from Incredibuild.
lz_prgmr
A: 

There's an unofficial patch to ccache to support MSVC, I haven't yet tried it myself...

Chris Dolan