On Mon, Sep 5, 2011 at 12:56 PM, Regina Henschel <[email protected]> wrote: > Hi all, > > I'm try to find out, what parameter to autogen.sh are really needed for a > build with Cygwin and Visual Studio Express. So I start with a pure > ./autogen.sh > > I get the warning > configure:6733: WARNING: ccache's cache size is less than 1GB using it is > counter-producive: Disabling auto-ccache detection > > What does it mean? Is there some setting I have missed?
That means that ccache was detected on you system, but the cache size was less than 1G so no attempt was made to try to use it (which is likely a good thing, considering) There is a work by kendy to have a ccache version that work with Windows's compiler... but that would not be vanilla ccache that can come with cygwin... I probably should tweak configure.in to exclude windows for now... in the mean time --disable-ccache will make that message dis-appear Norbert PS out of curiosity could you show me what which ccache and ccache -s display on your cygwin ? _______________________________________________ LibreOffice mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice
