http://bugs.winehq.org/show_bug.cgi?id=22134
Summary: wine fails to build, tools makedep not found Product: Wine Version: unspecified Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: build-env AssignedTo: wine-bugs@winehq.org ReportedBy: alasdairs@dsl.pipex.com
Doing a clean build of wine results in the following build failure: [ams@hal build]$ make depend config.status: creating dlls/acledit/Makefile make[1]: Entering directory `/home/ams/src/wine/build/dlls/acledit' ../../tools/makedep -C../../../wine-git/dlls/acledit -S../../../wine-git -T../.. main.c make[1]: ../../tools/makedep: Command not found make[1]: *** [depend] Error 127 make[1]: Leaving directory `/home/ams/src/wine/build/dlls/acledit' make: *** [dlls/acledit/__depend__] Error 2
wine01.1.41 builds ok The first failing commit is:
commit 03642414a84a14d9cd0efe143b2de9cf35a693a2 Author: Alexandre Julliard julliard@winehq.org Date: Sat Mar 20 15:24:22 2010 +0100
makefiles: Generate all the top-level make rules inside the corresponding shell function.