[Remind-Fans] Remind 05.00.00 is Released
Gary Johnson
garyjohn at spocom.com
Thu Jun 6 12:32:13 EDT 2024
On 2024-06-06, Dianne Skoll via Remind-fans wrote:
> Hi, everyone,
>
> I'm pleased to announce the release of Remind 05.00.00. This release
> features a complete rewrite of the expression-evaluation engine and a few
> other improvements.
>
> Remind 05.00.00 is available at https://dianne.skoll.ca/projects/remind/
>
> Tar: https://dianne.skoll.ca/projects/remind/download/remind-05.00.00.tar.gz
> GPG: https://dianne.skoll.ca/projects/remind/download/remind-05.00.00.tar.gz.sig
This builds fine on my system running Ubuntu 22.04 and gcc (Ubuntu
11.4.0-1ubuntu1~22.04) 11.4.0, but on my older system running Ubuntu
20.04 and gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0, I get these
errors about "parameter name omitted".
$ make
*******************
* *
* Building REMIND *
* *
*******************
/home/gary/src/remind-05.00.00/remind-05.00.00/src
make[1]: Entering directory '/home/gary/src/remind-05.00.00/remind-05.00.00/src'
gcc -c -g -O2 -Wall -Wextra -Wstrict-prototypes -flto=auto -ffat-lto-objects -DHAVE_CONFIG_H -DSYSDIR=/usr/local/share/remind -I. -I. main.c
main.c: In function ‘sigalrm’:
main.c:71:21: error: parameter name omitted
71 | static void sigalrm(int)
| ^~~
main.c: In function ‘sigxcpu’:
main.c:78:21: error: parameter name omitted
78 | static void sigxcpu(int)
| ^~~
main.c:80:5: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
80 | write(STDERR_FILENO, "\n\nmax-execution-time exceeded.\n\n", 32);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make[1]: *** [Makefile:43: main.o] Error 1
make[1]: Leaving directory '/home/gary/src/remind-05.00.00/remind-05.00.00/src'
make: *** [Makefile:12: all] Error 2
Regards,
Gary
More information about the Remind-fans
mailing list