napperley
08/27/2019, 2:34 AMTask :cinteropUdevLinux FAILED
Exception in thread "main" java.lang.Error: /tmp/tmp360311134357443805.c:26:3: error: expected expression
napperley
08/27/2019, 2:35 AMstatic inline void set_fd(int fd, fd_set *set) {
FD_SET(fd, fd_set);
}
static inline void zero_fd(fd_set *set) {
FD_ZERO(fd_set);
}
static inline int fd_is_set(int fd, fd_set *set) {
int result = FS_ISSET(fd, fd_set);
return result;
}
basher
08/27/2019, 2:51 AMnapperley
08/27/2019, 2:57 AMnapperley
08/27/2019, 2:58 AMmsink
08/27/2019, 4:58 AMFD_SET
is defined.napperley
08/27/2019, 5:10 AMmsink
08/27/2019, 5:57 AM#include <sys/select.h>
napperley
08/27/2019, 6:19 AMmsink
08/27/2019, 7:25 AMlibudev
is part of systemd
, so I cloned systemd
sources - there is not single occurence of FD_SET
,napperley
08/27/2019, 7:33 AMmsink
08/27/2019, 7:37 AMbasher
08/27/2019, 1:08 PMException in thread "main" java.lang.Error: /tmp/tmp360311134357443805.c:26:3: error: expected expression
. Presumably that .c is something K/N generated from your def file or something like that, we might be able to work backwards from there to figure it outmsink
08/27/2019, 1:09 PM===
line