Re: [gentoo-user] Re: Gentoo's make - a problem?

2006-10-03 Thread Michael [Plouj] Ploujnikov
Problem solved. The issue was that I orginally tried to compile wine inside the source tree and didn't clean up properly before compiling out side of it. -- () ASCII Ribbon Campaign /\ - against HTML mail vCards -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] Re: Gentoo's make - a problem?

2006-10-01 Thread Michael [Plouj] Ploujnikov
It's probably not the first time the jobserver messes it up cause the ebuild builds wine like this: make -j1 depend make Does that work for you ? Nope, it seems to do exactly the same thing as without -j1. -- () ASCII Ribbon Campaign /\ - against HTML mail vCards -- gentoo-user@gentoo.org

Re: [gentoo-user] Re: Gentoo's make - a problem?

2006-10-01 Thread Michael [Plouj] Ploujnikov
Here is the weird part: The Makefile it tools/ says: all: $(PROGRAMS) $(MANPAGES) $(SUBDIRS) it also says: PROGRAMS = \ ... makedep$(EXEEXT) \ ... So, it should really be trying to build the makedep in the current directory (which is build_dir/tools) However, this is what make prints:

[gentoo-user] Re: Gentoo's make - a problem?

2006-09-30 Thread Harm Geerts
On Sunday 01 October 2006 01:33, Michael [Plouj] Ploujnikov wrote: I'm trying to compile wine outside of it's source directory manually and make seems to be broken. The gist is: make needs to build a makedep tool before the rest of compilation can proceed. However, when I do 'make depend' it