http://bugs.winehq.org/show_bug.cgi?id=23848
Summary: wine 1.3.0 breaks build when attempting to build a shared WoW 64 build Product: Wine Version: 1.3.0 Platform: x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: build-env AssignedTo: wine-bugs@winehq.org ReportedBy: sh@lutzhaase.com
Created an attachment (id=29935) --> (http://bugs.winehq.org/attachment.cgi?id=29935) Excerpt of the failing build log
In wine 1.2, building a shared WoW64 build worked nicely using the method described on the wiki (http://wiki.winehq.org/Wine64). In wine 1.3.0, --enable-win64 causes trouble:
winebuild: winebuild: Unable to create output file 'dlls/activeds/libactiveds.def'
git bisect brought forward commit b0e48e1e2bb285fe9dd31c6c77505f0b51819178 as the culprit.
This is appears to be a regression. I'm attaching a patch to revert the regression and an excerpt of the build log of where it fails.