Everything posted by alphablu
-
[SUPPORT] blakeblackshear - Frigate
SYNC include/config/auto.conf.cmd HOSTCC scripts/basic/fixdep scripts/basic/fixdep.c:92:10: fatal error: sys/types.h: No such file or directory 92 | #include <sys/types.h> | ^~~~~~~~~~~~~ compilation terminated. make[2]: *** [scripts/Makefile.host:95: scripts/basic/fixdep] Error 1 make[1]: *** [Makefile:535: scripts_basic] Error 2 Makefile:688: include/config/auto.conf.cmd: No such file or directory make: *** [Makefile:710: include/config/auto.conf.cmd] Error 2 EDIT: Installing glibc fixed that. Now i've got: SYNC include/config/auto.conf.cmd HOSTCC scripts/basic/fixdep gcc: fatal error: cannot execute ‘as’: execvp: No such file or directory compilation terminated. make[2]: *** [scripts/Makefile.host:95: scripts/basic/fixdep] Error 1 make[1]: *** [Makefile:535: scripts_basic] Error 2 Makefile:688: include/config/auto.conf.cmd: No such file or directory make: *** [Makefile:710: include/config/auto.conf.cmd] Error 2 You said you installed everything in Devtools, I'm starting to think that was an important step. Did you just go in and turn everything on?
-
[SUPPORT] blakeblackshear - Frigate
Might have something here, i uninstalled and reinstalled guile and now ive moved on to a new error, ill keep working on it. Edit: Ok, all that is cleared up and i am now getting "fatal error: sys/types.h: No such file or directory"
-
[SUPPORT] blakeblackshear - Frigate
Yeah, downloaded and extracted and the make fails with: "make: error while loading shared libraries: libguile-2.2.so.1: cannot open shared object file: No such file or directory" I assume thats the error? Doing a search for "types.h" for example finds: ./tools/testing/selftests/rcutorture/formal/srcu-cbmc/include/linux/types.h ./tools/testing/selftests/rcutorture/formal/srcu-cbmc/empty_includes/uapi/linux/types.h ./tools/include/uapi/linux/types.h ./tools/include/linux/types.h ./net/batman-adv/types.h ./include/uapi/linux/types.h ./include/uapi/linux/sched/types.h ./include/uapi/linux/iio/types.h ./include/uapi/asm-generic/types.h ./include/linux/types.h ./include/linux/sunrpc/types.h ./include/linux/sched/types.h ./include/linux/iio/types.h ./include/linux/ceph/types.h ./fs/ntfs/types.h ./drivers/net/wireless/marvell/libertas/types.h ./drivers/net/wireless/broadcom/brcm80211/brcmsmac/types.h ./drivers/net/fddi/skfp/h/types.h ./arch/xtensa/include/uapi/asm/types.h ./arch/x86/include/asm/fpu/types.h ./arch/x86/include/asm/e820/types.h ./arch/sh/include/asm/types.h ./arch/s390/include/uapi/asm/types.h ./arch/s390/include/asm/fpu/types.h ./arch/powerpc/include/uapi/asm/types.h ./arch/powerpc/include/asm/types.h ./arch/powerpc/boot/types.h ./arch/parisc/include/uapi/asm/types.h ./arch/mips/include/uapi/asm/types.h ./arch/mips/include/asm/types.h ./arch/mips/include/asm/sn/types.h ./arch/mips/include/asm/fw/arc/types.h ./arch/ia64/include/uapi/asm/types.h ./arch/ia64/include/asm/types.h ./arch/arm/include/uapi/asm/types.h ./arch/alpha/include/uapi/asm/types.h ./arch/alpha/include/asm/types.h
-
[SUPPORT] blakeblackshear - Frigate
Following this and everything works up until the make fails and I try to copy the missing files. None of the files are present except for posix_types.h