Building on Fedora 32 with 5.8.14-200 kernel fails:
[martin@odin gspca-kinect2]$ sudo make -C /lib/modules/`uname -r`/build SUBDIRS=`pwd` M=`pwd` SRCROOT=`pwd` modules
make: Entering directory '/usr/src/kernels/5.8.14-200.fc32.x86_64'
CC [M] /home/martin/gspca-kinect2/gspca.o
/home/martin/gspca-kinect2/gspca.c: In function ‘gspca_dev_probe2’:
/home/martin/gspca-kinect2/gspca.c:1564:7: error: ‘VFL_TYPE_GRABBER’ undeclared (first use in this function); did you mean ‘VFL_TYPE_SUBDEV’?
1564 | VFL_TYPE_GRABBER,
| ^~~~~~~~~~~~~~~~
| VFL_TYPE_SUBDEV
/home/martin/gspca-kinect2/gspca.c:1564:7: note: each undeclared identifier is reported only once for each function it appears in
make[1]: *** [scripts/Makefile.build:281: /home/martin/gspca-kinect2/gspca.o] Error 1
make: *** [Makefile:1752: /home/martin/gspca-kinect2] Error 2
make: Leaving directory '/usr/src/kernels/5.8.14-200.fc32.x86_64'
[martin@odin gspca-kinect2]$ sudo make -C /lib/modules/`uname -r`/build SUBDIRS=`pwd` M=`pwd` SRCROOT=`pwd` modules^C
[martin@odin gspca-kinect2]$ sudo dnf search protonect
Last metadata expiration check: 0:09:50 ago on Thu 15 Oct 2020 00:21:59.
No matches found.
Building on Fedora 32 with 5.8.14-200 kernel fails: