[Wine] How to disable win-16 when compile WINE for Mac OS X

Austin English austinenglish at gmail.com
Wed Sep 16 15:06:37 CDT 2009


On Wed, Sep 16, 2009 at 3:04 PM, Bazilisk <wineforum-user at winehq.org> wrote:
> I try to make Wine for macOs with PowerPC
> 1)
> cvs -z3 -d:pserver:anonymous:@darwine.cvs.sourceforge.net:/cvsroot/darwine co -P distrib
> 2) cd distrib
> export VERSION=1.1.29
>    sudo ./create_darwine_distrib.sh $VERSION ~/Desktop/wine-1.1.29
>
> Where I have error:
> configure: error: Xcode 3.x cannot build 16-bit code correctly. Use --disable-win16 if you don't need 16-bit support.
> ***** Error: Can't build wine
>
> How to fix it?

You need to edit create_darwine_distrib.sh and find where it does:
./configure
and change it to
./configure --disable-win16

also, report it to the darwine maintainer.

-- 
-Austin



More information about the wine-users mailing list