On 26 February 2017 at 23:55, Uli Wienands wrote:
> Thanks.
>
> So it looks like I should compile scintilla with specific compiler flags?
> Within MacPorts I don't know how to do that, are there any pointers how to
> e.g. specify additional compiler flags?
>
> Or am I hosed until this gets fixed somewhere upstream?
If you don't mind wasting some more CPU cycles, then the more and more
relevant option is to reinstall MacPorts with libc++ enabled by
default:
https://trac.macports.org/wiki/LibcxxOnOlderSystems
since more and more software is moving towards C++11.
Alternatively you can try to follow:
https://trac.macports.org/ticket/53625#comment:11
which makes gnuplot compile, but the editor will most likely crash as
it did for me. I have no clue why the additional steps were needed for
changing library IDs.
Or you can create a local repository with an older version of
qscintilla that still compiles.
Mojca