Re: [Bug-apl] Build of svn r876 failed on OSX

2017-02-04 Thread Alexey Veretennikov
Thanks, this is solved for me, it looks like I was using gcc5 as well So adding CXX=g++-mp-4.9 CXXFLAGS="-std=c++98" before configure solved the build problem. Juergen Sauermann writes: > Hi Alexey, > > looks like you are building for C++ version 2011 where man g++ says: > "Support is incomplet

Re: [Bug-apl] Build of svn r876 failed on OSX

2017-02-04 Thread Juergen Sauermann
Hi Alexey, looks like you are building for C++ version 2011 where man g++ says: "Support is incomplete and experimental." I suppose you can do something like:    CXXFLAGS="-std=c++98" ./configure ... to force an ol

[Bug-apl] Build of svn r876 failed on OSX

2017-02-03 Thread Alexey Veretennikov
Hi, I've decided to checkout the SVN latest: r876 and build but got a strange error which I didn't expecierce before(last version I've built successfully was 833), see below: libtool: link: g++ -Werror -Wall -I sql -I/usr/include -g -O2 -o apl apl-main.o apl-Archive.o apl-ArrayIterator.o apl-As