http://bugs.winehq.org/show_bug.cgi?id=17753
Summary: Cannot compile Wine 1.1.17 from source on Mac OS X Product: Wine Version: 1.1.17 Platform: Macintosh OS/Version: Mac OS X 10.5 Status: UNCONFIRMED Severity: normal Priority: P2 Component: build-env AssignedTo: wine-bugs@winehq.org ReportedBy: rwoodsmall@mac.com
Attempting to compile Wine 1.1.17 from source on an Intel Mac running 10.5.6 results in a premature exit. Using the same "configure" options I've used in past versions (1.0.1, 1.1.15 and 1.1.16 recently), the build exists out when building DLLs - I first see the error in dlls/acledit, and the error message is "'stdcall' not supported for Win16" reported at acledit.spec lines 4 and 5. Win16 has been explicitly disabled via the "--disable-win16" configure option.
I recompiled 1.1.16 and 1.1.15 both from source using the same configure options, and they completed successfully, so this seems like a new issue in 1.1.17. Currently looking through the 1.1.16 to 1.1.17 diff to see what's changed, but I'll attach the captured output of "configure && make depend && make" and the generated config.log and config.status files when the bug is filed.
Couldn't find if this had been reported previously, and I'm not using MacPorts or Fink - just compiling straight from tar.bz2 file. Thanks!