Ticket #33597 (closed defect: fixed)
wxWidgets-devel: wx-config lists QuickTime (unsupported in x86_64)
| Reported by: | mojca.miklavec.lists@… | Owned by: | jwa@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 2.0.4 |
| Keywords: | Cc: | ||
| Port: | wxWidgets-devel |
Description
If I want to install gnuplot (see also #33596) with 64-bit Lion, linker complains with
ld: warning: ignoring file /System/Library/Frameworks//QuickTime.framework/QuickTime, file was built for unsupported file format which is not the architecture being linked (x86_64)
The flag -framework QuickTime comes from ${prefix}/bin/wx-config.
Change History
comment:2 Changed 13 months ago by mojca.miklavec.lists@…
I opened this ticket some time ago. In the meantime this has been fixed upstream: http://trac.wxwidgets.org/changeset/71086. Should I prepare a patch or is it better to simply wait for 2.9.4?
comment:3 Changed 10 months ago by jmr@…
- Owner changed from macports-tickets@… to jwa@…
- Cc jwa removed
Bare usernames do not work in the Cc field.
comment:4 Changed 10 months ago by mojca.miklavec.lists@…
I've learnt about usernames, but actually this ticket may be closed, I only forgot about it. The issue has been fixed in 2.9.4 which is already part of MacPorts.
Note: See
TracTickets for help on using
tickets.


I also opened a ticket nr. 14144 on wxwidgets tracker
A workaround for MacPorts until this is fixed in source could be to remove -framework QuickTime from ${prefix}/bin/wx-config after installation (or to remove it from configure or build/osx/wxcocoa.xcconfig - not sure which one is being used), but I'm not sure how this works if one compiles wxwidgets-devel for both i386 and x86_64.