Open
Description
With 36956a5 (#99 for #90), the following is thrown on x86 32 bit:
[ 15s] checking for fuse3 >= 3.0.0... yes
[...]
[ 17s] + /usr/bin/make -O -j4 V=1 VERBOSE=1
[...]
[ 17s] gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/fuse3 -DOPENSSL_LOAD_CONF -g -fomit-frame-pointer -O2 -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -c -o ifuse.o ifuse.c
[ 17s] In file included from /usr/include/fuse3/fuse.h:19,
[ 17s] from ifuse.c:28:
[ 17s] /usr/include/fuse3/fuse_common.h:1144:1: error: static assertion failed: "fuse: off_t must be 64bit"
[ 17s] 1144 | _Static_assert(sizeof(off_t) == 8, "fuse: off_t must be 64bit");
[ 17s] | ^~~~~~~~~~~~~~
[ 17s] ifuse.c: In function ‘main’:
[ 17s] ifuse.c:772:30: warning: unused variable ‘lookup_opts’ [-Wunused-variable]
[ 17s] 772 | enum idevice_options lookup_opts = IDEVICE_LOOKUP_USBMUX | IDEVICE_LOOKUP_NETWORK;
[ 17s] | ^~~~~~~~~~~
Metadata
Metadata
Assignees
Labels
No labels