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).
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@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 Sat, Oct 24, 2015 at 12:24 AM, Sebastian Lackner sebastian@fds-team.de wrote:
Try to run ./configure again, that should fix it.
Yes, thanks. Sorry for the noise.
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)
On Sat, Oct 24, 2015 at 1:18 AM, Frédéric Delanoy frederic.delanoy@gmail.com wrote:
BTW you could use ccache to speed up compilation times a lot (e.g. CC="ccache gcc" ./configure)
I'll try, thanks for the info :-)