Displaying 2 results from an estimated 2 matches for "alarmset".
Did you mean:
alarm_set
2015 Feb 12
0
Trouble building 4.2rc4 on FreeBSD
...The errors:
make
WAF_MAKE=1 python ./buildtools/bin/waf build
Waf: Entering directory `/root/samba-4.2.0rc4/bin'
Selected embedded Heimdal build
[ 680/3738] Compiling lib/texpect/texpect.c
../lib/texpect/texpect.c:79:8: error: unknown type name 'sig_atomic_t'
static sig_atomic_t alarmset = 0;
^
../lib/texpect/texpect.c:265:20: error: use of undeclared identifier
'SIGALRM'
if (alarmset == SIGALRM) {
^
../lib/texpect/texpect.c:391:15: warning: assigning to 'char *const *'
from 'const char...
2015 Feb 12
0
Trouble building 4.2rc4 on FreeBSD
...AKE=1 python ./buildtools/bin/waf build
> Waf: Entering directory `/root/samba-4.2.0rc4/bin'
> Selected embedded Heimdal build
> [ 680/3738] Compiling lib/texpect/texpect.c
> ../lib/texpect/texpect.c:79:8: error: unknown type name 'sig_atomic_t'
> static sig_atomic_t alarmset = 0;
> ^
> ../lib/texpect/texpect.c:265:20: error: use of undeclared identifier
> 'SIGALRM'
> if (alarmset == SIGALRM) {
> ^
> ../lib/texpect/texpect.c:391:15: warning: assigning to 'char *const...