+1 On Thu, Dec 6, 2018 at 1:01 PM Patrick Giagnocavo <patr...@zill.net> wrote:
> Hi, > > Under Linux with a svn co of today, 1105 I think? I get > > ======== > > make[3]: Entering directory '/home/pg/programming/apl/trunk/src' > g++ -DHAVE_CONFIG_H -I. -I.. -Wall -I sql -Wold-style-cast -Werror > -rdynamic -g -O2 -MT apl-Quad_PLOT.o -MD -MP -MF .deps/apl-Quad_PLOT.Tpo -c > -o apl-Quad_PLOT.o `test -f 'Quad_PLOT.cc' || echo './'`Quad_PLOT.cc > Quad_PLOT.cc: In member function ‘virtual Token > Quad_PLOT::eval_B(Value_P)’: > Quad_PLOT.cc:1195:50: error: comparison between signed and unsigned > integer expressions [-Werror=sign-compare] > if (Quad_PLOT::plot_threads[pt] != B0) continue; > > cc1plus: all warnings being treated as errors > Makefile:2798: recipe for target 'apl-Quad_PLOT.o' failed > make[3]: *** [apl-Quad_PLOT.o] Error 1 > make[3]: Leaving directory '/home/pg/programming/apl/trunk/src' > Makefile:3420: recipe for target 'all-recursive' failed > make[2]: *** [all-recursive] Error 1 > make[2]: Leaving directory '/home/pg/programming/apl/trunk/src' > Makefile:522: recipe for target 'all-recursive' failed > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory '/home/pg/programming/apl/trunk' > Makefile:409: recipe for target 'all' failed > make: *** [all] Error 2 > > ======== > > Machine is x86_64 Debian 9, apt-get update && apt-get upgrade as of this > morning: > Linux pgvm 4.9.0-8-amd64 #1 SMP Debian 4.9.110-3+deb9u6 (2018-10-08) > x86_64 GNU/Linux > > Cheers > > Patrick > > > ----- Original Message ----- > From: "Juergen Sauermann" <juergen.sauerm...@t-online.de> > To: bug-apl@gnu.org > Sent: Wednesday, December 5, 2018 12:48:55 PM GMT -07:00 US/Canada Mountain > Subject: [Bug-apl] ⎕PLOT > > Hi, > > I have added a new system function ⎕PLOT in SVN 1104 . > With that function you can easily plot APL vectors and matrices (requires > X). > > See: > > info apl > > for details. > > Enjoy, > /// Jürgen > > >