#33597 closed defect (fixed)
wxWidgets-devel: wx-config lists QuickTime (unsupported in x86_64)
Reported by: | mojca (Mojca Miklavec) | Owned by: | jyrkiwahlstedt |
---|---|---|---|
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 (6)
comment:1 Changed 13 years ago by mojca (Mojca Miklavec)
comment:2 Changed 13 years ago by mojca (Mojca Miklavec)
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 12 years ago by jmroot (Joshua Root)
Cc: | jwa removed |
---|---|
Owner: | changed from macports-tickets@… to jwa@… |
Bare usernames do not work in the Cc field.
comment:4 Changed 12 years ago by mojca (Mojca Miklavec)
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.
comment:5 Changed 12 years ago by mf2k (Frank Schima)
Resolution: | → fixed |
---|---|
Status: | new → closed |
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.