http://bugs.winehq.org/show_bug.cgi?id=34894
Bug #: 34894 Summary: Version 1.7.6 Compile Failure - Ubuntu 12.04 Product: Wine Version: unspecified Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: build-env AssignedTo: wine-bugs@winehq.org ReportedBy: support@securenetterm.com Classification: Unclassified
Wine version 1.7.6 will not compile on a 32-bit Ubuntu 12.04 system. I get the following error:
make[2]: Entering directory `/home/zkrr01/wine-1.7.6/tools' cc relpath.c -o relpath relpath.c:21:20: fatal error: config.h: No such file or directory compilation terminated. make[2]: *** [relpath] Error 1 make[2]: Leaving directory `/home/zkrr01/wine-1.7.6/tools' make[1]: *** [../../tools/relpath] Error 2 make[1]: Leaving directory `/home/zkrr01/wine-1.7.6/libs/wine' make: *** [libs/wine] Error 2
Note that on this same system, version 1.7.5 does compile correctly.