On Sat, 10 Nov 2018 14:16:50 -0500 George Koehler <kern...@gmail.com> wrote:
> So I need to free some disk space, then wait for > gcc 6 to build before I can try it. The build time was 23:56:33 to build gcc-6.4.0p2 and most of its dependencies on my powerpc PowerBook5,4 at half speed (666 MHz). I used the gcc 6 diff from this thread [1]. Good news so far: both of my examples [2] compile in gcc 6, simply as `eg++ -c initlist.cc` and `eg++ -c panda.cc`. (The -std=c++1y or -std=c++14 flag is optional.) Also, gcc 6 includes the formerly missing <codecvt> header. At least one port, x11/gnome/gjs, had failed at `#include <codecvt>` in the last sparc64 and powerpc bulks. [1] https://marc.info/?l=openbsd-ports&m=154165621429861&w=2 [2] https://marc.info/?l=openbsd-ports&m=154187746031091&w=2 -- George Koehler <kern...@gmail.com>