On Wed, Sep 16, 2009 at 3:04 PM, Bazilisk <wineforum-user@xxxxxxxxxx> 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