Opened 14 years ago
Closed 13 years ago
#27725 closed defect (fixed)
libcudd: post-install message is wrong and should use notes
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | mij@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.9.2 |
Keywords: | haspatch | Cc: | |
Port: | libcudd |
Description
When installing libcudd the following message is printed:
============= The CUDD library for the Mac is compiled dynamically as per Apple's recommendations. To compile against it, use: '-I/opt/local/cudd -L/opt/local/cudd -lcudd' for the C interface '-I/opt/local/cudd -L/opt/local/cudd -lcudd -lcuddobj' for the C++ interface. =============
The locations printed are wrong. The include files are actually in /opt/local/include/cudd (not /opt/local/cudd) and the libraries are actually in /opt/local/lib/cudd (not /opt/local/cudd).
Furthermore, this message should be displayed using notes, not a ui_msg.
I've attached a patch fixing both issues. May I commit it?
Attachments (1)
Change History (3)
Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)
Attachment: | libcudd-notes.diff added |
---|
comment:1 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)
Keywords: | haspatch added |
---|
comment:2 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
proposed patch