[MacPorts] #42073: p5-wx does not build with wxWidgets > 2.9.4
MacPorts
noreply at macports.org
Thu Jan 16 12:00:29 PST 2014
#42073: p5-wx does not build with wxWidgets > 2.9.4
--------------------------------+--------------------------------
Reporter: macsforever2000@… | Owner: macports-tickets@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version:
Resolution: | Keywords:
Port: p5-wx |
--------------------------------+--------------------------------
Comment (by mojca@…):
Just a random though. We are currently providing:
{{{
/opt/local/Library/Frameworks/wxWidgets.framework/Versions/wxWidgets/2.8
(wxWidgets/Carbon 2.8.12)
/opt/local/Library/Frameworks/wxWidgets.framework/Versions/wxWidgets/3.0
(wxWidgets/Cocoa 3.0.0)
/opt/local/Library/Frameworks/wxWidgets.framework/Versions/wxGTK/2.8
(wxWidgets/GTK 2.8.12)
/opt/local/Library/Frameworks/wxWidgets.framework/Versions/wxGTK/3.0
(wxWidgets/GTK 3.0.0) - not needed, just for fun
/opt/local/Library/Frameworks/wxWidgets.framework/Versions/wxPython/3.0
(wxWidgets/Cocoa 3.0.0) - currently the same as the main wxWidgets
/opt/local/Library/Frameworks/wxWidgets.framework/Versions/wxPerl/3.0
(wxWidgets/Cocoa 2.9.4)
}}}
and I would also need something like
{{{
/opt/local/Library/Frameworks/wxWidgets.framework/Versions/Phoenix/3.0
(wxWidgets/Cocoa 3.0.1/trunk)
}}}
for Phoenix (the future `wxPython`).
I started wondering if it wouldn't perhaps be better to use:
{{{
/opt/local/Library/Frameworks/wxWidgets.framework/Versions/wxWidgets/2.8.12
(wxWidgets/Carbon 2.8.12)
/opt/local/Library/Frameworks/wxWidgets.framework/Versions/wxWidgets/2.9.4
(wxWidgets/Cocoa 2.9.4) - for wxPerl
/opt/local/Library/Frameworks/wxWidgets.framework/Versions/wxWidgets/3.0.0
(wxWidgets/Cocoa 3.0.0) - also for wxPython
/opt/local/Library/Frameworks/wxWidgets.framework/Versions/wxWidgets/3.0.1-dev
(wxWidgets/Cocoa 3.0.1-trunk) - for Phoenix
/opt/local/Library/Frameworks/wxWidgets.framework/Versions/wxGTK/2.8[.12]
(wxWidgets/GTK 2.8.12)
/opt/local/Library/Frameworks/wxWidgets.framework/Versions/wxGTK/3.0[.0]
(wxWidgets/GTK 3.0.0) - not needed, just for fun
}}}
but I don't know how individual ports should be called if I wanted to
install code to those locations.
--
Ticket URL: <https://trac.macports.org/ticket/42073#comment:24>
MacPorts <http://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list