Hi all, I just pulled today's git and wine no longer compiles: bruno(a)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). Best wishes, Bruno
On 23.10.2015 18:22, Bruno Jesus wrote:
Hi all, I just pulled today's git and wine no longer compiles:
bruno(a)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).
Best wishes, Bruno
Try to run ./configure again, that should fix it.
On Fri, Oct 23, 2015 at 6:22 PM, Bruno Jesus <00cpxxx(a)gmail.com> wrote:
Hi all, I just pulled today's git and wine no longer compiles:
bruno(a)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) -- Frédéric
participants (3)
-
Bruno Jesus -
Frédéric Delanoy -
Sebastian Lackner