RE: SVN 1404 warning on Mac OS

2021-01-25 Thread Callahan, Brian Robert
n 132 From: Bug-apl [bug-apl-bounces+callab5=rpi@gnu.org] on behalf of lchretien--- via Bugs and suggestions for GNU APL [bug-apl@gnu.org] Sent: Monday, January 25, 2021 2:45 PM To: Louis Chretien via Bugs and suggestions for GNU APL Subject: Re: SVN 1404 warning on Mac OS Appar

Re: SVN 1404 warning on Mac OS

2021-01-25 Thread lchretien--- via Bugs and suggestions for GNU APL
Apparently, “autoreconf” does not exist on Mac OS X. Here’s my rebuild script: cd ~/Subversion rm -rf apl mkdir apl cd apl cp -rp ../gnu-apl.svn/. . ./configure make > On Jan 25, 2021, at 05:34, Dr. Jürgen Sauermann > wrote: > > Hi Louis, > > the way you do it looks OK (provided that you ru

Re: SVN 1404 warning on Mac OS

2021-01-25 Thread Dr . Jürgen Sauermann
Hi Louis, the way you do it looks OK (provided that you run ./configure or even better autoreconf ; ./configure after svn up). However, there were many "using namespace std;" declarations in the source files (many of them in header files so that they aff

Re: SVN 1404 warning on Mac OS

2021-01-24 Thread lchretien--- via Bugs and suggestions for GNU APL
Actually, I keep the source code in two directories: the apl-svn/ that I update from you, and an apl/ folder. Every time I update from SVN, I delete the apl/ folder and copy everything from the apl-svn one. So I always start completely clean. Unless I missed something? > On Jan 20, 2021, at 13

Re: SVN 1404 warning on Mac OS

2021-01-20 Thread Dr . Jürgen Sauermann
Hi Louis, the reson that the you got the warning only once is most likely you did no make clean (actually, you should) after svn up, so only Quad_XML.cc was recompiled. I have removed all instances of  "using namespace std" now. SVN 1412.

Re: SVN 1404 warning on Mac OS

2021-01-18 Thread Elias Mårtenson
How about disabling that specific warning? Den tis 19 jan. 2021 01:51Dr. Jürgen Sauermann skrev: > Hi Louis, > > thanks, lookd like the compiler guys were again busy with implementing new > stupid warnings. > > I remember that some time ago *gcc* would complain the other way around > (when > "us

Re: SVN 1404 warning on Mac OS

2021-01-18 Thread lchretien--- via Bugs and suggestions for GNU APL
> On Jan 18, 2021, at 12:21, Dr. Jürgen Sauermann > wrote: > > Hi Louis, > > thanks, lookd like the compiler guys were again busy with implementing new > stupid warnings. > > I remember that some time ago gcc would complain the other way around (when > "using namespace std" was missing as o

Re: SVN 1404 warning on Mac OS

2021-01-18 Thread Dr . Jürgen Sauermann
Hi Louis, thanks, lookd like the compiler guys were again busy with implementing new stupid warnings. I remember that some time ago gcc would complain the other way around (when "using namespace std" was missing as opposed to being present).

SVN 1404 warning on Mac OS

2021-01-18 Thread lchretien--- via Bugs and suggestions for GNU APL
After updating to SVN 1404 on my Mac OS machine, I get the following warning: g++ -DHAVE_CONFIG_H -I. -I..-Wall -I sql -g -O2 -MT apl-Quad_XML.o -MD -MP -MF .deps/apl-Quad_XML.Tpo -c -o apl-Quad_XML.o `test -f 'Quad_XML.cc' || echo './'`Quad_XML.cc Quad_XML.cc:21:17: warning: using