On Fri, Oct 23, 2015 at 6:22 PM, Bruno Jesus 00cpxxx@gmail.com wrote:
Hi all, I just pulled today's git and wine no longer compiles:
bruno@Note:~/programs/wine32$ make make: *** No rule to make target '../wine/Make.vars.in', needed by 'Makefile'.
I can see some Makefile changes from Alexandre so probably related, am I the only affected?
I'm compiling out of tree and I didn't try make clean yet because rebuilding the whole wine takes a lot of time (over 2 hours).
BTW you could use ccache to speed up compilation times a lot (e.g. CC="ccache gcc" ./configure)