#10815 closed defect (wontfix)
BUG: wxWidgets-2.6.3 hardcodes --with-mac
Reported by: | afb@… | Owned by: | mww@… |
---|---|---|---|
Priority: | Low | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: |
Description
The configure has --enable-mac, which is pretty lame. (could just as well be "gtk", for any Darwin builds?)
Change History (11)
comment:1 Changed 18 years ago by markd@…
Summary: | BUG: wxWidgets hardcodes Mac → BUG: wxWidgets-2.6.3 hardcodes --enable-mac |
---|
comment:2 Changed 18 years ago by markd@…
Summary: | BUG: wxWidgets-2.6.3 hardcodes --enable-mac → BUG: wxWidgets-2.6.3 hardcodes --with-mac |
---|
comment:3 Changed 18 years ago by afb@…
comment:4 Changed 18 years ago by afb@…
I guess the wxWidgets port is not going to change much, soon ? Might as well start using my own wxMac instead then, meanwhile.
comment:5 Changed 18 years ago by cssdev
Owner: | changed from yeled@… to mww@… |
---|
Reassigning to wxWidgets maintainer.
comment:7 Changed 18 years ago by afb@…
Feel free to close this request, I'll just assume that "wxWidgets" == wxMac and use:
variant macosx {
depends_lib port:wxWidgets
} variant puredarwin {
depends_lib port:wxGTK
}
Less surprises that way anyway, as wxWidgets port always holds the same libraries...
comment:8 Changed 18 years ago by pipping@…
Milestone: | → Available Ports |
---|
comment:9 Changed 18 years ago by pipping@…
Milestone: | Available Ports → Port Bugs |
---|
comment:10 Changed 18 years ago by markd@…
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Closing. Thanks.
Note: See
TracTickets for help on using
tickets.
(thanks for fixing my typo)
I would love to see the wxWidgets support in DarwinPorts redone, so that one can install all of wxMac/wxGTK/wxMSW at the same time! The wxWidgets developers also prefers that one doesn't use the monolithic library build, but instead several small libraries...
I was thinking that the wxWidgets port could stay monolithic, and the wxMac/wxGTK/wxMSW/wxX11 ports could be "multi-lib" ? (the libraries have different names, so the binaries would still know which build method of wxWidgets they have linked against)