Package Details: blt25 2.5.3-1

Git Clone URL: https://aur.archlinux.org/blt25.git (read-only, click to copy)
Package Base: blt25
Description: Adds new commands and widgets to the Tcl interpreter.
Upstream URL: https://sourceforge.net/projects/wize/
Licenses: custom
Conflicts: blt, tkblt
Submitter: srtlg
Maintainer: srtlg
Last Packager: srtlg
Votes: 0
Popularity: 0.000000
First Submitted: 2023-05-12 14:48 (UTC)
Last Updated: 2023-05-12 14:48 (UTC)

Latest Comments

Potomac commented on 2023-09-01 21:47 (UTC) (edited on 2023-09-01 21:52 (UTC) by Potomac)

It doesn't compile, I have a build error :

bltBgexec.c:851:17: error: 'errno' undeclared (first use in this function)
851 | if (errno == BLOCKED) {
| ^~~~~
bltBgexec.c:43:1: note: 'errno' is defined in header '<errno.h>'; did you forget to '#include <errno.h>'?
42 | #include "bltSwitch.h"
+++ |+#include <errno.h>
43 |
bltBgexec.c:851:17: note: each undeclared identifier is reported only once for each function it appears in
851 | if (errno == BLOCKED) {
| ^~~~~
bltBgexec.c:845:25: error: 'EAGAIN' undeclared (first use in this function)
845 | #define BLOCKED EAGAIN
| ^~~~~~