Re: Bad gcc/gtype-desc.h generated when using sparse checkout

2012-07-19 Thread Gary Funck
On 07/15/12 21:53:02, Jonathan Wakely wrote: > [...] > It took me a while to get back to this, but your suggestion worked, > this patch allows bootstrapping to get past cp/lex.o, it hasn't > finished yet so I haven't run the tests: > [...] > Presumably gengtype goes through directories alphabetical

Re: Bad gcc/gtype-desc.h generated when using sparse checkout

2012-07-15 Thread Jonathan Wakely
On 5 July 2012 03:59, Laurynas Biveinis wrote: > 2012/7/4 Jonathan Wakely : >> At some point in the past few weeks it became impossible to build >> trunk from a sparse checkout that omits certain directories. >> >> Because I nearly always configure with --enable-languages=c,c++ I use >> git's core.

Re: Bad gcc/gtype-desc.h generated when using sparse checkout

2012-07-04 Thread Laurynas Biveinis
2012/7/4 Jonathan Wakely : > At some point in the past few weeks it became impossible to build > trunk from a sparse checkout that omits certain directories. > > Because I nearly always configure with --enable-languages=c,c++ I use > git's core.sparseCheckout=true config or "svn update --set-depth"

Bad gcc/gtype-desc.h generated when using sparse checkout

2012-07-04 Thread Jonathan Wakely
At some point in the past few weeks it became impossible to build trunk from a sparse checkout that omits certain directories. Because I nearly always configure with --enable-languages=c,c++ I use git's core.sparseCheckout=true config or "svn update --set-depth" to avoid checking out the front-end