#37154: py27-wxpython-devel @2.9.4.0_0 build failed on 10.5.8 -------------------------+--------------------------------- Reporter: jdgleeson@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Keywords: | Port: py27-wxpython-devel -------------------------+--------------------------------- The build script looks for a Carbon version of wxWidgets {{{ /opt/local/bin/wx-config --toolkit=osx_carbon --unicode=yes --version=2.9 --version=2.9 --cxxflags Warning: No config found to match }}} instead of Cocoa version. Build succeeds after changing line 42 of Portfile {{{ if {${os.platform} == "darwin" && ${os.major} >= 10} { }}} to {{{ if {${os.platform} == "darwin" && ${os.major} >= 9} { }}} Tested the resulting build on a large sampling of features in the wxpython demo, and it looks good. -- Ticket URL: <https://trac.macports.org/ticket/37154> MacPorts <http://www.macports.org/> Ports system for Mac OS