#3639 closed defect (fixed)
AquaTerm does not build with Xcode 2.1
Reported by: | caesarw@… | Owned by: | rshaw@… |
---|---|---|---|
Priority: | High | Milestone: | |
Component: | ports | Version: | 1.0 |
Keywords: | Cc: | ||
Port: |
Description
The way Xcode 2.1 builds is no longer compatible with the AquaTerm Portfile.
This is the change I made to my Portfile to get AquaTerm to compile:
from: build.target -buildstyle Deployment -target AquaTerm to: build.target -buildstyle Deployment -target AquaTerm -UsePerConfigurationBuildLocations=NO
I'm sure it'll take more than that to properly fix the Portfile (in order to work properly under Xcode 2.0). Additionally, the Xcode documentation says *not* to use "-UsePerConfigurationBuildLocations=NO", as it is not supported.
Change History (3)
comment:1 Changed 19 years ago by olegb@…
Owner: | changed from darwinports-bugs@… to rshaw@… |
---|---|
severity: | critical → normal |
comment:2 Changed 19 years ago by caesarw@…
Perhaps I don't understand the terminology, but if the port doesn't compile, wouldn't that count as critical?
comment:3 Changed 19 years ago by pguyot (Paul Guyot)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed.
Note: See
TracTickets for help on using
tickets.
this is *not* a critical bug, assigning to maintainer.