Changes between Initial Version and Version 1 of Ticket #58943


Ignore:
Timestamp:
Sep 6, 2019, 3:04:33 PM (5 years ago)
Author:
neurodroid (Christoph Schmidt-Hieber)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #58943 – Description

    initial v1  
    22mojca worked on this a couple of years ago, but it was difficult to build Phoenix at the time.
    33Currently the build toolchain works just fine without any particular acrobatics:
     4
    45`CXXFLAGS='-I/opt/local/include' LDFLAGS='-L/opt/local/lib' python3.7 build.py dox etg --nodoc sip build`
     6
    57You'll need `py37-sip` to build Phoenix.
    6 wxPython 3.0 does not support Python 3, an upgrade to wxPython 4.0 is the only way to upgrade dependent ports to Python 3.
     8
     9As wxPython 3.0 does not support Python 3, an upgrade to wxPython 4.0 is the only way to upgrade dependent ports to Python 3.
     10
    711I cannot volunteer to maintain wxPython 4.0 for MacPorts, as I lack the required resources (mostly time & expertise).
    8 Related tickets: