http://bugs.winehq.com/show_bug.cgi?id=1706
Summary: make depend fails Product: Wine Version: CVS Platform: Other OS/Version: Linux Status: UNCONFIRMED Severity: critical Priority: P2 Component: wine-misc AssignedTo: wine-bugs@winehq.com ReportedBy: voiceoftheunderground@hotmail.com
I downloaded the latest CVS on September 8th. Configure runs fine, however, when I "make depend" I get the following output:
"Makefile is older than configure, please rerun ./configure make: *** [Makefile] Error 1"
In the file Makefile, under the comment # Rules for Makefile there is the following function:
"Makefile: Makefile.in $(TOPSRCDIR)/configure @echo Makefile is older than $?, please rerun $(TOPSRCDIR)/configure @exit 1"
I get the same error when ./tools/wineinstall hits the make depend stage too. And the only thing I edited in wineinstall was commenting out the root check so I could install it as root since my normal users don't have gcc access.
The files Make.rules and Make.rules.in both have the same line in them as well. So I downloaded the stable source from the ftp to tide me over until this issue is fixed. I'll keep the CVS tree on my comp just in case there is anything else you want me to test with my system. Just let me know if there is anything I can do to help you with this issue, I'm not an advanced coder, but I'm not ignorant either :)
Cory