#12998 closed defect (fixed)
Aquaterm won't compile on Leopard
Reported by: | waameukee@… | Owned by: | davidm@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | waameukee@… davidm@… takanori@… | |
Port: |
Description
Aquaterm won't compile on Leopard. The reason is the XCode version check in the "platform darwin 8" won't pass on Leopard (XCode is 3 now, not 2.1). Creating a new platform darwing 9 with just "set xcodebuilddir build/Deployment" in it, or changing the guard to be more generic fixes the issue
Attachments (1)
Change History (4)
comment:1 Changed 17 years ago by takanori@…
Cc: | waameukee@… added |
---|---|
Owner: | changed from macports-dev@… to davidm@… |
Version: | 1.5.0 |
Changed 17 years ago by takanori@…
Attachment: | aquaterm.diff added |
---|
comment:2 Changed 17 years ago by takanori@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed in r30446.
Note: See
TracTickets for help on using
tickets.
I encountered the same problem.
Here is a patch to avoid this issue. If there is no problem, I'll commit it.