Opened 15 years ago
Closed 15 years ago
#23478 closed defect (fixed)
QtOctave does not compile with QT4.6
Reported by: | jp@… | Owned by: | anddam (Andrea D'Amore) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.8.2 |
Keywords: | Cc: | ||
Port: | qtoctave-mac |
Description (last modified by mf2k (Frank Schima))
QtOctave's build system insists on QT4.5. Configure fails if you have a version > 4.5. I attached a diff for the portfile and the cmake configuration, to allow compiling with QT >= 4.5. It builds and runs fine with QT4.6.
Attachments (2)
Change History (6)
Changed 15 years ago by jp@…
Attachment: | Portfile-qtversion.diff added |
---|
Changed 15 years ago by jp@…
Attachment: | patch-cmake-list.diff added |
---|
patch to allow version of QT >=4.5
comment:1 Changed 15 years ago by jp@…
Therse a typo in the bug report. It shoud say "Configure fails if you have a version >4.5".
comment:2 Changed 15 years ago by mf2k (Frank Schima)
Cc: | and.damore@… removed |
---|---|
Description: | modified (diff) |
Keywords: | version dependency removed |
Owner: | changed from macports-tickets@… to and.damore@… |
I fixed the typo in the description.
comment:3 Changed 15 years ago by anddam (Andrea D'Amore)
Status: | new → assigned |
---|
comment:4 Changed 15 years ago by anddam (Andrea D'Amore)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Committed in r63231
Note: See
TracTickets for help on using
tickets.
Diff to include cmake configuration in port