Re: sparse vector 'without' returns ⍬ with sufficiently large vector

2020-05-01 Thread Dr . Jürgen Sauermann
Hi, thank you  all  for your clarifications. Fixed in SVN 1275. Jürgen On 4/30/20 11:47 PM, Rowan Cannaday wrote: Sorry for the late reply. I was out venturing for groceries, which has turned into a significantly mo

Re: sparse vector 'without' returns ⍬ with sufficiently large vector

2020-05-01 Thread Kacper Gutowski
On Fri, May 01, 2020 at 03:08:16PM +0200, Dr. Jürgen Sauermann wrote: > Fixed in SVN 1275. With g++ 9.3.0, it fails to build tripping on a warning: g++ -DHAVE_CONFIG_H -I. -I..-Wall -I sql -Werror -rdynamic -g -O2 -MT apl-Bif_F12_FORMAT.o -MD -MP -MF .deps/apl-Bif_F12_FORMAT.Tpo -c -o a

Error building APL

2020-05-01 Thread Blake McBride
Greetings, Trying to build GNU APL rev 1275 on my 64-bit Linux box I get: [...] mv -f .deps/apl-Bif_OPER2_RANK.Tpo .deps/apl-Bif_OPER2_RANK.Po g++ -DHAVE_CONFIG_H -I. -I..-Wall -I sql -Werror -I/usr/include -I/usr/include/postgresql -rdynamic -g -O2 -MT apl-Bif_OPER1_REDUCE.o -MD -MP -MF .d

Re: Error building APL

2020-05-01 Thread Dr . Jürgen Sauermann
Hi everybody, it seems like gcc/g++ continues to generate bogus warnings at a rate that makes it difficult to keep up with. For that reason I have written a README-11-bogus-compiler-warnings which explains how to deal with this. SVN 1276.

Re: Error building APL

2020-05-01 Thread Blake McBride
Or, as a solution I've used in the past, don't kill the build on a warning. Just issue the warning and keep going. This is the default behavior of make. Errors are errors that should be fixed. Warnings are things the compiler points out that you may want to look into. It isn't saying they're w

Re: Error building APL

2020-05-01 Thread Dr . Jürgen Sauermann
Hi Blake, this is kind of a dilemma. On the one hand I have the ambition that the build should be as clean as possible. In the majority of cases the warnings point at something that needs to be improved. Many reports come from platforms that I do not posses, or from a compiler version that I do no

APL X11 font recommendation

2020-05-01 Thread Alexander Shendi (Web.DE)
Hi all, I am now shopping for an APL font to use with X11R7 on NetBSD 9. I have already tried the stuff from APL385.com. The procedure was as follows: 1. Copy the font files into /usr/pkg/share/fonts/X11/TTF/. 2. Execute "/usr/X11R7/bin/mkfontscale" 3. Execute "/usr/X11R7/bin/mkfontdir" 4. Execut

Re: APL X11 font recommendation

2020-05-01 Thread Brian Callahan
I can't speak for NetBSD, but on OpenBSD, when you install GNU APL from OpenBSD packages, you automatically install an additional package of Apl333.ttf and Apl385.ttf. This works fine, and has the added benefit of letting OpenBSD set up the fonts for you, so you can immediately be on your way t

Re: Error building APL

2020-05-01 Thread Blake McBride
Hi Jürgen, Being the author of a portable, C-based Object-Oriented Extension to the C language (https://github.com/blakemcbride/Dynace) and the Kiss Web Development Framework (https://kissweb.org/), I sympathize with you. In fact, I would guess that I've spent nearly as much time with build syste

Re: APL X11 font recommendation

2020-05-01 Thread carl hansen
On Fri, May 1, 2020 at 10:04 AM Alexander Shendi (Web.DE) wrote: > > Hi all, > > I am now shopping for an APL font to use with X11R7 on NetBSD 9. I have > already tried the stuff from APL385.com. try FreeMono in https://www.gnu.org/software/freefont/ or https://ftp.gnu.org/gnu/unifont/unifont-13

Re: Error building APL

2020-05-01 Thread Peter Teeson
Is there a place for using CMAKE? Abstracting the global aspects? Or alternatively just no longer supporting older releases of OS’ and Compilers? Just musing. Peter > On May 1, 2020, at 1:48 PM, Blake McBride wrote: > > Hi Jürgen, > > Being the author of a portable, C-based Object-Oriented

Re: Error building APL

2020-05-01 Thread Dr . Jürgen Sauermann
Hi Peter, my experience with cmake is rather bad. I once wanted to install a rather trivial source package whose build was based on cmake. It turned out that installing cmake itself was rather awkward and took far longer than the package that I

Re: Error building APL

2020-05-01 Thread Rowan Cannaday
What about excluding certain "error on warning" flags, except when compiling in developer mode? For example, make `CXXFLAGS=-Werror=maybe-uninitialized ./configure` the default and force an error when configuring with `DEVELOP_WANTED=yes`. - Rowan On Fri, May 1, 2020 at 6:41 PM Dr. Jürgen Sauerm

Re: Error building APL

2020-05-01 Thread Christian Robert
Had to use this to compile on Fedora 32 with gcc 10.0.1 CXXFLAGS="-Wno-maybe-uninitialized -Wno-class-memaccess" ./configure Xtian. On 2020-05-01 14:41, Dr. Jürgen Sauermann wrote: Hi Peter, my experience with cmake is rather bad. I once wanted to install a rather trivial source package wh

[Bug c++/94905] Bogus warning -Werror=maybe-uninitialized

2020-05-01 Thread glisse at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94905 --- Comment #1 from Marc Glisse --- Several of us asked, and it was rejected. Your next step is to provide a self-contained testcase (preprocessed sources?). You may also want to check if it still warns in gcc-10. -- You are receiving this mail