Dov Grobgeld
Dov Grobgeld
The latest version of giv has introduced the use of Clipper which has pushed off the rendering problem of polygons by a couple of orders of magnitude. If this doesn't...
Hi. Those are two different problems. The make failure is due to the lacking of the `--std=c++17` flag. I have to define the c++ version in automake. The meson compilation...
I'll have a look. I hope to get to it today.
I tried compiling on a bullseye system yesterday, and it compiled without any problem with meson from the HEAD of the git repo. Note however that my meson invocation used...
Thanks for the bug report. There are two different issues here: 1. mdate random data. I have changed it to use now() instead. 2. Localization of the day of week....
There is a configure file in the release tar ball, and it archive passes the `checkdist` test. Please try the tar ball and see if it works. Regarding meson, I'm...
Ok. Good. fmt is the libfmt library available from: https://github.com/fmtlib/fmt I'll add its dependency to the paps installation instructions. I thought that this library was quite ubiquitous by now, but...
@eli-schwartz Thanks! I did that. The wrapping will be part of the next release.
I commited a change that includes wrapping of the fmt dependency. It would be great if @eli-schwartz or @mintty can review it and see if meson building works with it.
> > meson build > > ... meson.build:10:2: ERROR: Unknown variable "libsimple_proj". My typo. Please pull again.