#41819 closed defect (invalid)
transfig installation error:
Reported by: | adamny | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.2.1 |
Keywords: | Cc: | ||
Port: | transfig |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
I am receiving an error while attempting to install transfig on my Mac Ports 2.2.1 (on my mac running OS X 10.9 and Xcode 5.0.2). I need it to install xfig. I am enclosing sudo port -d transfig and have attached a text file with the details of the error.
Any help will be appreciated.
-- Adam
PS. ticket #33165 also concerned transfig install error on an earlier version of macports and apparently that issue was fixed already. I dont know if my problem is related.
Attachments (1)
Change History (6)
Changed 11 years ago by adamny
Attachment: | transfig-error.txt added |
---|
comment:1 follow-up: 3 Changed 11 years ago by larryv (Lawrence Velázquez)
Keywords: | transfig removed |
---|---|
Port: | transfig added |
comment:2 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)
Description: | modified (diff) |
---|
comment:3 follow-up: 5 Changed 11 years ago by adamny
Thanks! That fixed it!
Have you installed the Xcode command-line tools (
xcode-select --install
)?
comment:4 Changed 11 years ago by mf2k (Frank Schima)
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:5 Changed 11 years ago by larryv (Lawrence Velázquez)
Replying to adam.ny3@…:
Thanks! That fixed it!
Glad to hear. FYI, the command-line tools package places system headers into /usr/include
, which is necessary for many ports to build correctly.
Have you installed the Xcode command-line tools (
xcode-select --install
)?