Hi,
I forgot to reply this!
Chris Jones wrote:
It appears the port already has support for building against MPs
python versions, it just is not enabled by default.
Titan ~/Projects/MacPorts/ports > port variants gdb
gdb has the variants:
multiarch: Support all target architectures
python27: Build GDB with Python 2.7 Scripting
* conflicts with python35 python36
python35: Build GDB with Python 3.5 Scripting
* conflicts with python27 python36
python36: Build GDB with Python 3.6 Scripting
* conflicts with python27 python35
universal: Build for multiple architectures
so try enabling one of the above variants.
enabling even just python27 worked.. so the only issue is taht there is
no "default" working variand.
I used the gdb a bit and it appears to work for what I needed, much
better than the obsolete system one.
the "PortGroup cxx11 1.1" fix is needed, would you make it ?
Riccardo