Opened 15 years ago

Closed 15 years ago

#20195 closed defect (fixed)

wine-devel 1.1.25 fails to build with Xcode 3.x

Reported by: nox@… Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc: jean-philippe.humbert@…, randompeach@…, rmsfisher@…
Port: wine-devel

Description

16-bit support does not work anymore with Xcode 3.x and need to be disabled:

checking whether 16-bit code can be built correctly... no
configure: error: Xcode 3.x cannot build 16-bit code correctly. Use --disable-win16 if you don't need 16-bit support.

Attachments (1)

wine-devel.diff (388 bytes) - added by randompeach@… 15 years ago.
portfile diff to disable 16bit option in configuration

Download all attachments as: .zip

Change History (7)

comment:1 Changed 15 years ago by nox@…

Summary: wine-devel fails to build with Xcode 3.xwine-devel 1.1.25 fails to build with Xcode 3.x

comment:2 Changed 15 years ago by jean-philippe.humbert@…

Cc: jean-philippe.humbert@… added

Cc Me!

Changed 15 years ago by randompeach@…

Attachment: wine-devel.diff added

portfile diff to disable 16bit option in configuration

comment:3 Changed 15 years ago by randompeach@…

Cc: randompeach@… added

Cc Me!

comment:4 Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)

Status: newassigned

comment:5 Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)

The way I understand it, 16-bit support has never worked with Xcode 3, but they only now added a check for this problem. I will disable 16-bit support for Leopard.

comment:6 Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: rmsfisher@… added
Resolution: fixed
Status: assignedclosed

rmsfisher committed a fix for this in r53498 which I reverted in r53499 because I wanted to solve it a different way, which I committed in r53500.

Note: See TracTickets for help on using tickets.