Re: [Bug-apl] SVN 839 doesn't compile

2017-01-09 Thread Juergen Sauermann
Hi David, thanks, hopefully fixed in SVN 840. I did not get these warnings with g++ 4.8.4. -Werror=misleading-indentation? They must be kidding. /// Jürgen On 01/09/2017 03:11 AM, David B. Lamkins wrote: GNU APL SVN 839 d

Re: [Bug-apl] SVN 839 doesn't compile

2017-01-09 Thread Christian Robert
Compile errors on Fedora 25 at svn revision 840, Xtian. g++ -DHAVE_CONFIG_H -I. -I..-Werror -Wall -Wno-strict-aliasing -I/usr/include -I sql-rdynamic -g -O2 -MT apl-LApack.o -MD -MP -MF .deps/apl-LApack.Tpo -c -o apl-LApack.o `test -f 'LApack.cc' || echo './'`LApack.cc InputFile.cc: I

Re: [Bug-apl] SVN 839 doesn't compile

2017-01-09 Thread David Lamkins
I must've missed some error when excerpting the 839 transcript. Sorry. I've attached make transcripts with the remaining errors. On Mon, Jan 9, 2017 at 4:13 AM, Juergen Sauermann wrote: > Hi David, > > thanks, hopefully fixed in SVN 840. I did not get these warnings with g++ > 4.8.4. > > -Werror=

Re: [Bug-apl] SVN 839 doesn't compile

2017-01-09 Thread Juergen Sauermann
Hi, fixed in SVN 841. I guess what happens is that g++ compiles a handful of files in parallel (according to the -J option for make) and only shows the errors in those files. If you run make several time (until Workspace.cc ia

Re: [Bug-apl] SVN 839 doesn't compile

2017-01-09 Thread David Lamkins
You're right. I forgot about the fail-on-first error nature of make; the -j misled me to think that it was reporting all errors. This time I've done a make -k; this ought to catch more errors. See attached. A new version of gcc is always an adventure. :\ On Mon, Jan 9, 2017 at 11:05 AM, Juergen S

Re: [Bug-apl] SVN 839 doesn't compile

2017-01-09 Thread enztec
They should have frozen gcc dev at 2.95 :) On Mon, 9 Jan 2017 11:45:23 -0800 David Lamkins wrote: > You're right. I forgot about the fail-on-first error nature of make; > the -j misled me to think that it was reporting all errors. This time > I've done a make -k; this ought to catch mor

[Bug-apl] Errors building 841

2017-01-09 Thread Blake McBride
On 64 bit Linux using GCC-4.8.4 (Same system I've been using for a couple of years.) ... g++ -DHAVE_CONFIG_H -I. -I..-Werror -Wall -Wno-strict-aliasing -I/usr/include -I sql -I/usr/include/postgresql -I sql -rdynamic -g -O2 -MT apl-PrimitiveOperator.o -MD -MP -MF .deps/apl-PrimitiveOperator