Opened 15 years ago
Closed 15 years ago
#21767 closed defect (fixed)
aubio-0.3.2 compile error -Wno-long-double
Reported by: | gaskocher@… | Owned by: | dbevans (David B. Evans) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.8.1 |
Keywords: | snowleopard | Cc: | nerdling (Jeremy Lavergne), jinksys@…, yves@…, ih-mon@… |
Port: | aubio |
Description (last modified by mf2k (Frank Schima))
Doesn't compile on Snow Leopard. Error is:
cc1: error: unrecognized command line option "-Wno-long-double"
Removing the parameter makes it build normally.
Attachments (2)
Change History (9)
comment:1 Changed 15 years ago by mf2k (Frank Schima)
Description: | modified (diff) |
---|---|
Keywords: | snowleopard added; aubio snow leopard Wno-long-double removed |
Owner: | changed from macports-tickets@… to devans@… |
comment:2 Changed 15 years ago by nerdling (Jeremy Lavergne)
Cc: | snc@… added |
---|
comment:3 Changed 15 years ago by jinksys@…
It seems Wno-long-double was a Apple GCC feature that has been dropped in the more recent versions. GCC 4.0 on my machine will compile aubio, but GCC 4.2 and 4.4 will not. A workaround would be to remove the compile option on Darwin 10 or support the option by using an older compiler (which is what my attached patch does).
Changed 15 years ago by yves@…
Another solution : remove the args in configure
comment:7 Changed 15 years ago by jmroot (Joshua Root)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Cc Me!